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
|
e90e901041
tweaks, clarification to line numbers
|
9 years ago |
Dmitry-Me
|
34a3f8e34d
Ensure existing attributes are not leaked on attribute insertion
|
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
|
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 |
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
|
7de0b6dd8c
Merge pull request #493 from leethomason/jwittner
|
9 years ago |
Lee Thomason
|
d04f21cab8
Merge pull request #496 from Dmitry-Me/detectDeclarationPlacement
|
9 years ago |
Dmitry-Me
|
446c3bcae3
Declarations should occur before anything else
|
9 years ago |
Dmitry-Me
|
4336431272
Pointer post-assertion
|
9 years ago |
Lee Thomason
|
c9a6102bf1
Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master
|
9 years ago |
Dmitry-Me
|
c5f1e7ce6e
Avoid cast to signed integer type
|
9 years ago |
Dmitry-Me
|
ecb9b07476
Reuse "is element with name" check
|
9 years ago |
Josh Wittner
|
513e69ba68
Merge branch 'master' of https://github.com/leethomason/tinyxml2
|
9 years ago |
Josh Wittner
|
cf3dd09b08
Move implementations to cpp
|
9 years ago |
Kevin Wojniak
|
318252a973
Fix warning on PowerPC
|
9 years ago |
Lee Thomason
|
6f1ad6153e
Merge pull request #471 from Dmitry-Me/loopInvariantAssertions
|
9 years ago |
Dmitry-Me
|
fed511276f
Split access and pointer adjustment
|
9 years ago |
Lee Thomason
|
584af57086
fix error string memory errors
|
9 years ago |
Dmitry-Me
|
2449582eaf
Use const where const is enough
|
9 years ago |
Dmitry-Me
|
f9f3c3e85c
Loop invariant pointer assertions
|
9 years ago |
Lee Thomason
|
4fe8c102da
Merge pull request #469 from Trebgarta/master
|
9 years ago |
Doruk Turak
|
de45d04711
SetAttribute: true/false rather 1/0
|
9 years ago |