cugone
|
38f7d65b4a
|
Merge pull request #1 from aaronkirkham/master
added uint64_t methods to XMLPrinter
|
2019-05-21 21:05:36 -05:00 |
|
aaronkirkham07@gmail.com
|
c341cea501
|
add missing uint64_t methods to XMLPrinter
add missing XMLElement::Unsigned64Attribute body
|
2019-05-22 00:05:27 +01:00 |
|
cugone
|
1dbfe31858
|
Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementation
|
2019-04-12 17:33:49 -05:00 |
|
cugone
|
47e229e189
|
Forgot Text and XMLElement versions;
|
2019-04-12 17:27:28 -05:00 |
|
cugone
|
75a5acc6bb
|
UnsignedInt64 support
|
2019-04-11 22:03:43 -05:00 |
|
Lee Thomason
|
61a4c7d507
|
Merge branch 'master' of github.com:leethomason/tinyxml2
|
2019-03-17 18:19:04 -07:00 |
|
Lee Thomason
|
db39dbc0fd
|
add license and minor readme edit
|
2019-03-17 18:18:20 -07:00 |
|
Lee Thomason
|
eb2b8c47c4
|
Merge pull request #732 from orbitcowboy/master
Improved const correctness of local variables. There are no functiona…
|
2019-03-17 17:33:27 -07:00 |
|
Lee Thomason
|
bd5a1414df
|
Merge pull request #731 from aarnchng/cmake_verspec
CMakeList.txt: fix wrong version
|
2019-03-17 17:32:20 -07:00 |
|
orbitcowboy
|
0e7f289590
|
Improved const correctness of local variables. There are no functional changes intended.
|
2019-01-15 11:28:49 +01:00 |
|
Aaron Yong
|
f5641e5470
|
CMakeList.txt: fix wrong version
Using find_package() with version argument, CMake return wrong version error. This commit resolves this.
|
2019-01-15 10:52:59 +08:00 |
|
Lee Thomason
|
8f4a9a8cc2
|
Merge pull request #721 from MortenMacFly/master
* removed merge artefact from Doxygen control file
|
2018-11-18 17:28:58 -08:00 |
|
Morten MacFly
|
d944ef762f
|
* removed merge artifact from Doxygen control file
|
2018-11-18 08:23:51 +01:00 |
|
Lee Thomason
|
de6d164822
|
fix export issue and cmake. version to 7.0.1
7.0.1
|
2018-11-17 19:53:46 -08:00 |
|
Lee Thomason
|
08da3d91c9
|
Merge pull request #720 from scpeters/patch-1
tinyxml2.pc.in: restore prefix to lib/include dir
|
2018-11-17 19:46:18 -08:00 |
|
Steven Peters
|
e06a24016e
|
tinyxml2.pc.in: use exec_prefix for libdir
|
2018-11-08 09:39:57 -08:00 |
|
Steven Peters
|
c3e09dabc6
|
tinyxml2.pc.in: restore prefix to lib/include dir
|
2018-11-07 16:34:34 -08:00 |
|
Lee Thomason
|
44ac395142
|
new docs
|
2018-11-06 09:38:38 -08:00 |
|
Lee Thomason
|
397f22581b
|
setting the version to 7.0.0
7.0.0
|
2018-11-06 09:37:43 -08:00 |
|
Lee Thomason
|
dcedec857b
|
Merge pull request #718 from bolry/patch-1
Correct assigment interface for StrPair
|
2018-11-06 09:10:21 -08:00 |
|
Lee Thomason
|
992e405384
|
Merge pull request #716 from Dmitry-Me/fixInt64Slicing
Fix slicing of int64_t
|
2018-11-06 09:09:57 -08:00 |
|
Lee Thomason
|
de6f6616cd
|
Merge pull request #715 from Dmitry-Me/checkLastChildBeforeInsertion
Check the element is the last child of the document
|
2018-11-06 09:09:05 -08:00 |
|
Lee Thomason
|
b894947c94
|
Merge pull request #714 from Masadow/pic
Add support for position independant code compilation
|
2018-11-06 09:08:35 -08:00 |
|
Bo Rydberg
|
65c1b86582
|
Correct assigment interface for StrPair
Assigment operator takes non-const reference when const reference is the norm.
|
2018-10-19 18:45:53 +02:00 |
|
Dmitry-Me
|
ed3e9dc82e
|
Fix slicing of int64_t
|
2018-10-17 00:27:33 +03:00 |
|
Dmitry-Me
|
1781494391
|
Check the element is the last child of the document
|
2018-10-16 00:11:39 +03:00 |
|
Masadow
|
4be5bc8059
|
Add support for position independant code compilation
|
2018-10-09 14:57:44 +02:00 |
|
Lee Thomason
|
7e8e249990
|
Merge pull request #707 from SwiftEngineering/issue_706
Issue_706: Make resources path relative to current source and binary dir
|
2018-09-30 17:16:57 -07:00 |
|
Lee Thomason
|
25b23b88e1
|
Merge pull request #703 from orbitcowboy/master
Added explicit-keyword to constructors having 1 argument.
|
2018-09-30 17:16:13 -07:00 |
|
Jacob Schloss
|
ade41cdfe9
|
Make resources folder for xml test relative to current source and binary directory
|
2018-09-20 13:27:40 -07:00 |
|
orbitcowboy
|
2cc8a4c712
|
Added explicit-keyword to constructors having 1 argument.
|
2018-09-05 08:46:21 +02:00 |
|
Lee Thomason
|
c07409b5c3
|
remove virtual call in destruction
|
2018-08-25 11:04:13 -07:00 |
|
Lee Thomason
|
3be5d2b74b
|
Merge pull request #695 from leethomason/manydecs
Many declarations
|
2018-08-25 10:54:54 -07:00 |
|
Lee Thomason
|
92506ca698
|
Merge remote-tracking branch 'origin/master' into manydecs
|
2018-08-05 17:33:11 -07:00 |
|
Lee Thomason
|
baf8bc93a7
|
Merge pull request #690 from orbitcowboy/master
Fixed typos in comments. There are no functional changes intended.
|
2018-08-05 17:31:42 -07:00 |
|
Lee Thomason
|
db13a82e62
|
fix huge number of declaration security issue
|
2018-07-28 14:56:20 -07:00 |
|
orbitcowboy
|
22b21ec9bc
|
Fixed typos in comments. There are no functional changes intended.
|
2018-07-17 11:52:57 +02:00 |
|
Lee Thomason
|
c483646db0
|
fix test cases
|
2018-06-29 15:57:55 -07:00 |
|
Lee Thomason
|
93a8fb18ea
|
Merge branch 'issue647'
|
2018-06-29 15:53:32 -07:00 |
|
Lee Thomason
|
92fc089e17
|
remove deprecated errors. next version will be major.
|
2018-06-29 15:51:37 -07:00 |
|
Lee Thomason
|
9f14aca07f
|
Merge pull request #645 from jasjuang/master
fix sidenote on issue #588
|
2018-06-29 15:48:03 -07:00 |
|
Lee Thomason
|
30d0c3d5f2
|
add assertion
|
2018-06-29 15:47:37 -07:00 |
|
Lee Thomason
|
2bdb13ae5e
|
Merge pull request #686 from leethomason/issue647
Fix Query return type
|
2018-06-29 15:42:28 -07:00 |
|
Lee Thomason
|
233b2cb820
|
Merge pull request #685 from leethomason/deadcode
Remove dead yet conflicting method
|
2018-06-29 15:38:35 -07:00 |
|
Lee Thomason
|
fc80df3b39
|
fix query return type
|
2018-06-29 15:37:29 -07:00 |
|
Lee Thomason
|
70d942e307
|
remove dead yet conflicting method
|
2018-06-29 15:31:59 -07:00 |
|
Lee Thomason
|
1cc174c2da
|
Merge pull request #682 from lsolanka/pr.unify-cmake-build
Unify the CMake targets for static and shared libraries
|
2018-06-29 15:15:28 -07:00 |
|
Lukas Solanka
|
1b029f2bdd
|
add target_compile_definitions
|
2018-06-25 23:01:22 +01:00 |
|
Lukas Solanka
|
392ec18324
|
use configure_package_config_file()
|
2018-06-25 23:01:22 +01:00 |
|
Lukas Solanka
|
b7c169ccbc
|
Replace absolute installation paths with relative
|
2018-06-25 23:01:22 +01:00 |
|