Dmitry-Me
9cb4eca596
Reuse DeleteChild()
2016-08-18 18:10:59 +03:00
Lee Thomason
0bb5901961
Merge pull request #466 from Dmitry-Me/makeCommentMoreConcise
...
Make comment more concise
2016-08-11 07:34:16 -07:00
Lee Thomason
9faf14df53
Merge pull request #465 from Dmitry-Me/unifyNodeDeletion
...
Unify node deletion
2016-08-11 07:33:53 -07:00
Lee Thomason
cb6461ca9c
Merge pull request #464 from mwoehlke-kitware/elf-visibility
...
ELF visibility
2016-08-11 07:32:50 -07:00
Lee Thomason
c7805c541c
Merge pull request #463 from Dmitry-Me/clarifyMemoryPoolParts
...
Clarify "block" and "chunk"
2016-08-11 07:28:08 -07:00
Dmitry-Me
caa72a641e
Make comment more concise
2016-08-10 17:34:34 +03:00
Dmitry-Me
4de7abb573
Unify node deletion
2016-08-10 17:30:02 +03:00
Matthew Woehlke
8170bdc693
Build with hidden symbols by default
...
Turn on options to tell CMake to use -fvisibility=hidden by default (on
applicable platforms). This has some optimization benefits, and more
closely mirrors the Windows behavior of only exporting symbols marked
for export, which can help catch errors doing so on non-Windows
platforms.
This requires CMake 2.8.12 to be effective. (Otherwise, the logic will
simply have no effect.)
2016-08-09 13:21:06 -04:00
Matthew Woehlke
a8e7ea7fb0
Set ELF visibility
...
Set symbol visibility to "default" on non-Windows platforms. This allows
building with -fvisibility=hidden, which has various advantages, and
which some projects will almost certainly want to do.
2016-08-09 13:16:26 -04:00
Dmitry-Me
88145b8ae6
Clarify "block" and "chunk"
2016-08-09 17:59:31 +03:00
Lee Thomason
75c8f40640
Merge pull request #459 from Elbrasch/master
...
Added void XMLPrinter::PushText( int64_t value ), which was declared …
2016-08-05 13:10:16 -07:00
Lee Thomason
1043f6feed
Merge pull request #460 from Dmitry-Me/pointerAssertion
...
Pointer assertion for contract clarity
2016-08-05 13:09:25 -07:00
Dmitry-Me
db02b21bc5
Pointer assertion for contract clarity
2016-08-04 17:16:05 +03:00
Stefan Asbeck
e1a82c1a50
Added void XMLPrinter::PushText( int64_t value ), which was declared but not implemented.
2016-08-04 09:12:45 +02:00
Lee Thomason
74d44acb17
fix compile issues on clang
2016-07-17 22:57:36 -07:00
Lee Thomason
c9445466de
fix permissive casting.
2016-07-17 22:53:48 -07:00
Lee Thomason
5bf60e9dc6
try to fix the lld issue
2016-07-17 22:49:40 -07:00
Lee Thomason
6ba2a077ed
upping the major version. lots of small (incompatible) changes, and the addition of int64 support.
2016-07-17 22:40:43 -07:00
Lee Thomason
af9bce1762
support user data
2016-07-17 22:35:52 -07:00
Lee Thomason
536a4cde37
Merge branch 'master' into int64support
2016-07-17 21:37:39 -07:00
Lee Thomason
098bd1f17a
fix project file version
2016-07-17 21:35:10 -07:00
Lee Thomason
53b0727037
Merge pull request #453 from morinim/issue425
...
Fixes issue #425
2016-07-17 21:33:54 -07:00
Manlio Morini
0f45b2422f
Fixes issue #425
2016-07-11 12:14:59 +02:00
Lee Thomason
d7e5f47524
Merge pull request #445 from kurylo/master
...
Add INCLUDE_DIRECTORIES on the targets for supported cmake versions.
2016-06-23 13:50:24 -07:00
Lukasz Kurylo
2818e67f31
Add INCLUDE_DIRECTORIES on the targets for supported cmake versions.
2016-06-22 19:22:57 +02:00
Lee Thomason
2fe47ead77
Merge pull request #443 from TheZoc/patch-1
...
Standardized static library output name
2016-06-09 16:25:14 -07:00
Felipe "Zoc" Silveira
04639a59a5
Standardized static library output name
...
Renamed ```tinyxml2.a``` to ```libtinyxml2.a```, to allow proper linking using the ```-l``` flag on gcc.
2016-06-08 19:11:37 -03:00
Lee Thomason
1889c3e679
try to make gcc happier
2016-06-04 20:22:57 -07:00
Lee Thomason
51c1271797
add int64 support
2016-06-04 20:18:49 -07:00
Lee Thomason
a572db13cf
ps3 support
2016-06-04 19:16:24 -07:00
Lee Thomason
8553625730
one successful return type. simplify build on vs2015
2016-06-04 19:10:53 -07:00
Lee Thomason
df4ffc00d6
fix warning up from vs2015
2016-06-04 11:32:46 -07:00
Lee Thomason
41599e2583
Merge branch 'master' of git://github.com/TheZoc/tinyxml2 into TheZoc-master
2016-06-04 11:26:08 -07:00
Lee Thomason
ceb646812a
Merge pull request #438 from TheZoc/osx-makefile
...
Updated Makefile to allow building TinyXML2 as a static library
2016-06-03 07:56:17 -07:00
Lee Thomason
d3f5c318ae
remove unused XMLBase
2016-06-03 07:49:35 -07:00
Felipe "Zoc" Silveira
48daa2dd81
Updated Makefile to allow building TinyXML2 as a static library
2016-05-22 00:21:53 -03:00
Lee Thomason
31d6c877bd
Merge pull request #435 from ongjunjie/master
...
minimize file copying on incremental builds
2016-05-14 10:46:04 -07:00
Felipe "Zoc" Silveira
1f16f9ddf5
Updated to VS 2015
2016-05-12 06:31:28 -03:00
Jun Jie
47f9931130
minimize file copying on incremental builds
2016-04-22 13:37:44 +08:00
Lee Thomason
bb4d246f7b
update to VS 2013
2016-03-25 20:08:32 -07:00
Lee Thomason
97837e77f4
Merge pull request #428 from wvvelzen/WarningsFix
...
Fix 2 "Condition is always true" compiler warnings.
2016-03-25 07:41:51 -07:00
Lee Thomason
3d60e25c4a
Merge pull request #427 from wvvelzen/bcb6fix
...
Fix for Borland C++ Builder 6
2016-03-25 07:41:05 -07:00
Wilfred van Velzen
0aeac18ad3
Fix 2 "Condition is always true" compiler warnings.
2016-03-25 14:14:03 +01:00
Wilfred van Velzen
67abee5610
Fix for Borland C++ Builder 6
2016-03-25 14:01:15 +01:00
Lee Thomason
fe5dbdb817
Merge pull request #414 from ReadmeCritic/master
...
Correct the capitalization of Xcode in README
2016-03-24 07:49:15 -07:00
Lee Thomason
d175e9de0b
Merge pull request #413 from Darksun2010/master
...
space misses in the comment of CMakeLists.txt
2016-02-17 11:39:22 -08:00
ReadmeCritic
ff714133bc
Correct the capitalization of Xcode in README
2016-02-17 09:24:03 -08:00
Darksun
6bf8a07587
space misses in the comment of CMakeLists.txt
2016-02-16 16:10:57 +08:00
Lee Thomason
c8dad95d44
Merge pull request #410 from Dmitry-Me/assertForFTellReturn
...
Assert to ensure ftell() behaves as expected by later code
2016-02-09 08:39:14 -08:00
Dmitry-Me
96b110d25e
Assert to ensure ftell() behaves as expected by later code
2016-02-09 15:12:40 +03:00