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
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