Jimmy Nguyen
|
1e0b4e6b8a
Use generator expression to specify target output directory for resources directory
|
9 years ago |
Jimmy Nguyen
|
7f2ce0dc0e
Updated Windows build script to change directory instead of copying files to run xmltest
|
9 years ago |
Jimmy Nguyen
|
6bf64fb149
Use CMake to create resources/out directory
|
9 years ago |
Jimmy Nguyen
|
969b8c2234
Replaced DATA_COPY target with post build command to copy the resources directory
|
9 years ago |
Jimmy Nguyen
|
5277134efa
Removed empty install() command
|
9 years ago |
Lee Thomason
|
962732fd3e
Merge pull request #520 from Dmitry-Me/initMemberVars2
|
9 years ago |
Dmitry-Me
|
d120d64b86
Initialize member variable
|
9 years ago |
Lee Thomason
|
1f5ab7cd0b
Merge pull request #517 from Dmitry-Me/initMemberVars
|
9 years ago |
Dmitry-Me
|
f89bd3ef68
Initialize member variables
|
9 years ago |
Lee Thomason
|
5b733ff481
Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten
|
9 years ago |
Lee Thomason
|
c3a19156ff
Merge pull request #510 from leethomason/kezenator-line-numbering
|
9 years ago |
Lee Thomason
|
e90e901041
tweaks, clarification to line numbers
|
9 years ago |
Lee Thomason
|
002713856b
Merge remote-tracking branch 'origin/master' into kezenator-line-numbering
|
9 years ago |
Lee Thomason
|
855a66c0ff
Merge pull request #509 from leethomason/fix-win-dll-build
|
9 years ago |
Lee Thomason
|
ef7fe0fd98
fix windows dll build/run
|
9 years ago |
Dmitry-Me
|
34a3f8e34d
Ensure existing attributes are not leaked on attribute insertion
|
9 years ago |
kezenator
|
19d8ea836f
CodeReview Fix: GetLineNum()?
|
9 years ago |
kezenator
|
e353181a46
CodeReview Fix: initialLineNum? Something a little more descriptive?
|
9 years ago |
kezenator
|
e3d44159e3
CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0`
|
9 years ago |
kezenator
|
4f756161d0
CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer.
|
9 years ago |
kezenator
|
2489afcc61
Merge branch 'master' of https://github.com/leethomason/tinyxml2
|
9 years ago |
kezenator
|
a43ff7210e
Removed line numbering support as an advantage of TinyXML-1.
|
9 years ago |
kezenator
|
ec6941503c
Added line number reporting to parse errors and to all nodes and attributes for parsed documents.
|
9 years ago |
Lee Thomason
|
156bc1b99f
Merge pull request #502 from Dmitry-Me/reuseClearError
|
9 years ago |
Lee Thomason
|
5bbb6fb052
Merge pull request #500 from Dmitry-Me/reuseAttributeCreation
|
9 years ago |
kezenator
|
5a70071241
Added static method to convert arbitrary ErrorID to a string.
|
9 years ago |
Dmitry-Me
|
0d2cef0cba
Reuse code for error clearing
|
9 years ago |
Dmitry-Me
|
a60caa28cc
Reuse attribute creation code
|
9 years ago |
Lee Thomason
|
f80d78d938
Merge pull request #499 from Dmitry-Me/unifyNullComparisons
|
9 years ago |
Dmitry-Me
|
ebb1660c2f
Unify null pointer checks
|
9 years ago |