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
Lee Thomason
c0ff869500
Merge pull request #681 from johnb003/patch-1
...
CMakeLists.txt support for relocatable installs
2018-06-25 11:41:01 -07:00
John Butterfield
d89d6d9551
Updated CMakeLists.txt for relocatable installs
...
Forcing CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR to be absolute is unnecessary and results in absolute paths in the installation. This prevents relocatable prefix installations.
2018-06-20 18:58:09 -07:00
John Butterfield
b54cf3cb45
Made CMakeLists.txt installation relocatable.
...
The installation interface should really be a relative path.
2018-06-20 18:52:24 -07:00
Lee Thomason
a1d462d335
Merge pull request #670 from dquam/ProcessEntitiesBugWhenFalse
...
In PrintString, move the optimization under the if ( _processEntities…
2018-05-17 11:30:22 -07:00
Derek Quam
be69ae6352
In PrintString, move the optimization under the if ( _processEntities ) block and retain the strlen Write in the new else block. Added a test case.
2018-04-18 13:40:55 -05:00
Lee Thomason
3cdaf8b15e
update the readme
2018-04-06 15:49:47 -07:00
Lee Thomason
c1424ee4e1
setting the version to 6.2.0
6.2.0
2018-04-05 23:09:23 -07:00
Lee Thomason
b94eefc7a1
Merge pull request #669 from leethomason/overflow
...
Fix stack overflows
2018-04-05 22:56:48 -07:00
Lee Thomason
e2d02e1623
and the same fix in the test case
2018-04-05 15:57:48 -07:00
Lee Thomason
befc3c3ae7
fix compiler inconsistency
2018-04-05 15:53:14 -07:00
Lee Thomason
f928c35186
clean up the depth tracking a bit
2018-04-05 09:24:20 -07:00
Lee Thomason
d946ddadc2
upgrade to vs2017. fix stack overflow attack.
2018-04-05 09:11:08 -07:00
Lee Thomason
65b5366a02
Merge pull request #667 from Dmitry-Me/simplifyToUnknownTests
...
Simplify checks
2018-03-23 12:02:55 -07:00
Lee Thomason
e59e3c3460
Merge pull request #668 from Dmitry-Me/improveDeclarationTestMessage
...
Improve test message to avoid duplicate log output
2018-03-23 11:26:06 -07:00
Lee Thomason
7dd295609c
Merge pull request #666 from Dmitry-Me/clarifyErrorNameTests
...
Cleanup ErrorName() tests
2018-03-23 11:25:43 -07:00
Dmitry-Me
6a18a3105c
Improve test message to avoid duplicate log output
2018-03-23 21:09:13 +03:00
Dmitry-Me
f5af951f1d
Simplify checks
2018-03-23 21:01:25 +03:00
Dmitry-Me
95f687b1f1
Cleanup ErrorName() tests
...
* clarify what is being tested to avoid duplicate lines in output
* prevent optimizations based on undefined behavior
2018-03-23 20:56:46 +03:00
Lee Thomason
0741941589
Merge pull request #662 from mschmieder/fix_testrun_windows
...
fixed issue where CTest is executed in the wrong directory
2018-03-23 09:54:21 -07:00
jasjuang
ecbc16ae48
add namespace for cmake export
2018-03-23 09:52:19 -07:00
Lee Thomason
00b74a40b5
Merge pull request #657 from noloader/master
...
Add install and uninstall target to Makefile
2018-03-23 09:48:51 -07:00
Lee Thomason
72407d2050
Merge pull request #663 from Dmitry-Me/clarifyHandlesTests
...
Improve handles tests
2018-03-23 09:31:54 -07:00
Dmitry-Me
938560f9f0
Improve handles tests
2018-03-15 01:30:39 +03:00
mschmieder
3c9370561c
fixed issue where CTest is executed in the wrong directory
2018-03-08 08:31:12 +01:00
Lee Thomason
0bb8767e37
Merge pull request #656 from Gumichan01/master
...
fix "dereference before null check" defect
2018-02-24 17:38:22 -08:00
Lee Thomason
51a1d1c937
Merge pull request #653 from fcami/master
...
fix installation path for *.cmake
2018-02-24 17:32:46 -08:00
Jeffrey Walton
ff75430374
Fix typo in permissions
2018-02-05 08:00:08 -05:00
Jeffrey Walton
5dd529236b
Add install and uninstall target to Makefile
...
This PR closes some gaps in the makefile. It follows GNU coding standards and conventions at https://www.gnu.org/prep/standards/standards.html . It is not specific to GNU, and most of the world follows it.
2018-02-05 06:19:36 -05:00
Gumichan01
0f1fa6d271
fix "dereference before null check" defect
...
See issue #654
2018-02-01 14:27:43 +01:00
François Cami
59785ec384
fix installation path for *.cmake
2018-01-22 23:58:42 +01:00
Lee Thomason
cc1745b552
Merge pull request #649 from PeterMatula/rename-DEBUG-define
...
rename DEBUG define to TINYXML2_DEBUG
2018-01-18 15:20:59 -08:00
Lee Thomason
dc75a362cb
Merge pull request #648 from Dmitry-Me/removeUnneededConversions
...
Remove unneeded conversions
2018-01-11 16:07:12 -08:00
Peter Matula
50689919b7
rename DEBUG define to TINYXML2_DEBUG
...
The original name is to general. This prevents possible name collisions with other defines, enums, etc. from projects where tinyxml2 is used.
2018-01-09 12:52:26 +01:00
Dmitry-Me
63d8de6278
Remove unneeded conversions
2018-01-09 00:20:45 +03:00
Lee Thomason
703f91e6b8
Merge pull request #643 from leethomason/querystring
...
QueryStringAttribute
2018-01-05 10:32:18 -08:00
Lee Thomason
c8593733a2
Merge pull request #641 from leethomason/error-str
...
Fixes output of simple error messages
2018-01-05 10:30:25 -08:00