Commit Graph

  • b19e1e6484 Merge bde0da0c65 into 395ea09f83 Uli Kusterer 2017-03-16 14:31:56 +0000
  • 395ea09f83 Merge pull request #538 from Dmitry-Me/suppressC6011 Lee Thomason 2017-03-06 12:49:35 -0800
  • 71e2c08a7e Merge pull request #537 from Dmitry-Me/clearerMemberName Lee Thomason 2017-03-06 12:48:33 -0800
  • 7221b49fea Suppress C6011 code analysis false positive warning Dmitry-Me 2017-03-03 15:45:51 +0300
  • ae8a82a734 Clearer variable name Dmitry-Me 2017-03-03 15:40:32 +0300
  • 92c0ef327f Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode Lee Thomason 2017-03-01 13:15:52 -0800
  • 2aebfb7123 Extract and reuse nodes creation code Dmitry-Me 2017-02-27 15:53:40 +0300
  • 1e0b4e6b8a Use generator expression to specify target output directory for resources directory Jimmy Nguyen 2017-02-21 12:31:23 -0800
  • 7f2ce0dc0e Updated Windows build script to change directory instead of copying files to run xmltest Jimmy Nguyen 2017-02-21 12:27:59 -0800
  • 6bf64fb149 Use CMake to create resources/out directory Jimmy Nguyen 2017-02-21 12:00:38 -0800
  • 47c7d70064 Added BUILD_TESTS option to enable/disable building of xmltest Jimmy Nguyen 2017-02-21 11:27:38 -0800
  • b37cb42b78 Merge pull request #513 from leethomason/bool-write Lee Thomason 2017-02-17 12:39:06 -0800
  • 0f42e24c47 Merge pull request #529 from Winestone/master Lee Thomason 2017-02-14 11:24:51 -0800
  • 969b8c2234 Replaced DATA_COPY target with post build command to copy the resources directory Jimmy Nguyen 2017-02-13 23:40:16 -0800
  • 5277134efa Removed empty install() command Jimmy Nguyen 2017-02-13 23:24:38 -0800
  • 4a07484e47 Fix typo in CMakeLists.txt Winestone 2017-02-11 23:04:14 +1100
  • 962732fd3e Merge pull request #520 from Dmitry-Me/initMemberVars2 Lee Thomason 2017-02-05 15:56:13 -0800
  • d120d64b86 Initialize member variable Dmitry-Me 2017-01-27 18:35:02 +0300
  • 1f5ab7cd0b Merge pull request #517 from Dmitry-Me/initMemberVars Lee Thomason 2017-01-24 10:38:49 -0800
  • f89bd3ef68 Initialize member variables Dmitry-Me 2017-01-18 18:33:55 +0300
  • 953c765b08 Merge a04e0134c7 into 5b733ff481 ψ(プサイ) 2017-01-07 19:34:15 +0000
  • c5c99c2ba0 tweaks to bool serialization Lee Thomason 2016-12-29 11:19:17 -0800
  • f458d265c1 fix const. hopefully. Lee Thomason 2016-12-26 22:47:25 -0800
  • ce667c9233 ability to set bool write values Lee Thomason 2016-12-26 16:45:30 -0800
  • 5b733ff481 Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten Lee Thomason 2016-12-24 07:39:17 -0800
  • c3a19156ff Merge pull request #510 from leethomason/kezenator-line-numbering Lee Thomason 2016-12-24 07:38:43 -0800
  • e90e901041 tweaks, clarification to line numbers Lee Thomason 2016-12-24 07:34:39 -0800
  • 002713856b Merge remote-tracking branch 'origin/master' into kezenator-line-numbering Lee Thomason 2016-12-24 07:27:40 -0800
  • 855a66c0ff Merge pull request #509 from leethomason/fix-win-dll-build Lee Thomason 2016-12-24 07:27:25 -0800
  • ef7fe0fd98 fix windows dll build/run Lee Thomason 2016-12-24 07:07:56 -0800
  • 34a3f8e34d Ensure existing attributes are not leaked on attribute insertion Dmitry-Me 2016-12-19 12:05:21 +0300
  • 19d8ea836f CodeReview Fix: GetLineNum()? kezenator 2016-11-29 19:50:27 +1000
  • e353181a46 CodeReview Fix: initialLineNum? Something a little more descriptive? kezenator 2016-11-29 19:49:07 +1000
  • e3d44159e3 CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0` kezenator 2016-11-29 19:47:55 +1000
  • 4f756161d0 CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer. kezenator 2016-11-29 19:46:27 +1000
  • 2489afcc61 Merge branch 'master' of https://github.com/leethomason/tinyxml2 kezenator 2016-11-29 19:33:44 +1000
  • a43ff7210e Removed line numbering support as an advantage of TinyXML-1. Added error reporting system that discusses the support for line number information. kezenator 2016-11-26 17:33:12 +1000
  • ec6941503c Added line number reporting to parse errors and to all nodes and attributes for parsed documents. kezenator 2016-11-26 17:21:43 +1000
  • 110540952a Merge e643ec425d into 156bc1b99f Doruk Turak 2016-11-26 06:20:42 +0000
  • 156bc1b99f Merge pull request #502 from Dmitry-Me/reuseClearError Lee Thomason 2016-11-25 22:06:11 -0800
  • 5bbb6fb052 Merge pull request #500 from Dmitry-Me/reuseAttributeCreation Lee Thomason 2016-11-25 22:05:34 -0800
  • 5a70071241 Added static method to convert arbitrary ErrorID to a string. Updated tests to print ErrorID and bool values as strings. kezenator 2016-11-26 13:54:42 +1000
  • 0d2cef0cba Reuse code for error clearing Dmitry-Me 2016-11-25 18:39:52 +0300
  • 034f6dae12 Merge 9d0ce13428 into f80d78d938 Stephen Damm 2016-11-24 13:29:28 +0000
  • a60caa28cc Reuse attribute creation code Dmitry-Me 2016-11-22 18:28:08 +0300
  • f80d78d938 Merge pull request #499 from Dmitry-Me/unifyNullComparisons Lee Thomason 2016-11-17 14:43:55 -0800
  • ebb1660c2f Unify null pointer checks Dmitry-Me 2016-11-16 17:22:45 +0300
  • 7de0b6dd8c Merge pull request #493 from leethomason/jwittner Lee Thomason 2016-11-15 14:09:03 -0800
  • d04f21cab8 Merge pull request #496 from Dmitry-Me/detectDeclarationPlacement Lee Thomason 2016-11-15 14:08:04 -0800
  • f2e809b0a1 Merge de129a7547 into cd47f8e0d3 Nikolay Kovalenko 2016-11-12 15:42:00 +0000
  • 446c3bcae3 Declarations should occur before anything else Dmitry-Me 2016-11-11 10:34:56 +0300
  • 39f4c3f770 Merge 116415b4ab into cd47f8e0d3 Lee Thomason 2016-11-10 23:07:39 +0000
  • 116415b4ab test and minor tweak Lee Thomason 2016-11-10 15:05:38 -0800
  • 6c30a812e7 Merge branch 'detectDeclarationPlacement' of git://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-detectDeclarationPlacement Lee Thomason 2016-11-10 14:59:46 -0800
  • cd47f8e0d3 Merge pull request #495 from Dmitry-Me/pointerAssertionAfterIdentify Lee Thomason 2016-11-10 14:36:10 -0800
  • f189ac6494 Declarations should occur before anything else Dmitry-Me 2016-11-10 12:07:38 +0300
  • 4336431272 Pointer post-assertion Dmitry-Me 2016-11-07 18:48:50 +0300
  • 13cbc9a708 add test files. fix doc. Lee Thomason 2016-10-27 14:55:07 -0700
  • c9a6102bf1 Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master Lee Thomason 2016-10-27 14:33:52 -0700
  • 1cf63e9995 Merge 513e69ba68 into 6bbcda0215 Josh Wittner 2016-10-18 04:46:46 +0000
  • 6bbcda0215 Merge pull request #490 from Dmitry-Me/avoidCastToSigned Lee Thomason 2016-10-17 15:34:20 -0700
  • 15ad07170d Merge pull request #489 from Armagetron/master Lee Thomason 2016-10-17 15:33:57 -0700
  • ed2627e5a7 Merge pull request #487 from jwittner/dev/slnFixes Lee Thomason 2016-10-17 15:33:26 -0700
  • c5f1e7ce6e Avoid cast to signed integer type Dmitry-Me 2016-10-14 10:33:02 +0300
  • 3c21d6fbb7 Use correct file pointer Armagetron 2016-10-13 13:31:23 +0200
  • dcaf54e89d [ADD] USE_STATIC_RUNTIME option. COMP Omega 2016-10-12 19:28:57 -0600
  • f6106bec9a Merge pull request #488 from Dmitry-Me/reuseElementWithNameCheck Lee Thomason 2016-10-12 15:23:39 -0700
  • ecb9b07476 Reuse "is element with name" check Dmitry-Me 2016-10-12 16:44:59 +0300
  • edb3261c51 Ignore SLn output dirs, VC files Josh Wittner 2016-10-11 19:04:15 -0700
  • 01f6cca9e1 Standardize output directory - fixes conflicts Josh Wittner 2016-10-11 19:03:10 -0700
  • 513e69ba68 Merge branch 'master' of https://github.com/leethomason/tinyxml2 Josh Wittner 2016-10-11 19:00:53 -0700
  • cf3dd09b08 Move implementations to cpp Josh Wittner 2016-10-11 18:57:17 -0700
  • a7f2101a3a Merge 76380a55ee into e8157ff9ae Łukasz Kuryło 2016-10-11 22:04:28 +0000
  • e8157ff9ae Merge pull request #484 from kainjow/patch-2 Lee Thomason 2016-10-11 13:52:45 -0700
  • b2f4dc2a7b Merge pull request #483 from kainjow/patch-1 Lee Thomason 2016-10-11 13:45:35 -0700
  • 0d3de1edbe Merge pull request #482 from Dmitry-Me/stringEqualAssertions Lee Thomason 2016-10-11 13:11:06 -0700
  • 318252a973 Fix warning on PowerPC Kevin Wojniak 2016-10-07 10:37:02 -0700
  • 3c97724d0e Fix typo Kevin Wojniak 2016-10-06 16:05:59 -0700
  • 21f996960d Assertions in string comparison Dmitry-Me 2016-10-03 13:01:57 +0300
  • f00c179eba Merge pull request #480 from kurylo/fix/2016-09-29-cmake-warning Lee Thomason 2016-10-02 21:24:49 -0700
  • 7fcf31b2c3 Merge pull request #477 from bejado/XML_NO_ERROR_Comments Lee Thomason 2016-10-02 21:22:42 -0700
  • 6f1ad6153e Merge pull request #471 from Dmitry-Me/loopInvariantAssertions Lee Thomason 2016-10-02 21:21:38 -0700
  • aad61870a9 Fix cmake warnings on new cmake versions. Łukasz Kuryło 2016-09-29 18:47:51 +0200
  • 76380a55ee Add some defensive checks. Łukasz Kuryło 2016-09-29 18:30:29 +0200
  • 96b135bb11 Merge pull request #1 from leethomason/master Łukasz Kuryło 2016-09-29 17:45:35 +0200
  • 3b9cf99916 Update comments to reflect single successful return type Benjamin Doherty 2016-09-23 18:42:23 -0600
  • d3d59eeb11 [ADD] Specify the CRT version for Windows. COMP Omega 2016-09-16 21:34:05 -0600
  • e9b547a9ee Merge pull request #475 from Dmitry-Me/splitAccessAndAdjustment Lee Thomason 2016-09-14 10:31:10 -0700
  • 3a621f5b6e Added default values TypeText accessors Josh Wittner 2016-09-12 19:17:54 -0700
  • fed511276f Split access and pointer adjustment Dmitry-Me 2016-09-06 18:08:55 +0300
  • 584af57086 fix error string memory errors Lee Thomason 2016-09-05 14:14:16 -0700
  • 2e14517c89 Merge pull request #474 from Dmitry-Me/unifyIncDecOps Lee Thomason 2016-09-05 13:52:58 -0700
  • 24694e9519 Merge pull request #473 from Dmitry-Me/preferConstAccess Lee Thomason 2016-09-05 13:52:22 -0700
  • 0d667f8fef Merge pull request #472 from Dmitry-Me/pointerAssertionsStrPairSet Lee Thomason 2016-09-05 13:51:59 -0700
  • 3161a33c86 Unify increments and decrements Dmitry-Me 2016-09-02 16:58:06 +0300
  • 2449582eaf Use const where const is enough Dmitry-Me 2016-09-02 16:53:32 +0300
  • 6fc38ec7cc Pointer assertions for substring Dmitry-Me 2016-09-01 17:59:44 +0300
  • f9f3c3e85c Loop invariant pointer assertions Dmitry-Me 2016-08-30 15:51:55 +0300
  • e643ec425d Removed filename pointers from error calls Doruk Turak 2016-08-30 14:19:29 +0200
  • c44d1cfb62 Merge pull request #1 from leethomason/master Doruk Turak 2016-08-30 14:15:15 +0200