- Jun 29, 2018
-
-
Lee Thomason authored
-
Lee Thomason authored
-
Lee Thomason authored
fix sidenote on issue #588
-
Lee Thomason authored
-
Lee Thomason authored
Fix Query return type
-
Lee Thomason authored
Remove dead yet conflicting method
-
Lee Thomason authored
-
Lee Thomason authored
-
Lee Thomason authored
Unify the CMake targets for static and shared libraries
-
- Jun 25, 2018
-
-
Lukas Solanka authored
-
Lukas Solanka authored
-
Lukas Solanka authored
-
Lee Thomason authored
CMakeLists.txt support for relocatable installs
-
- Jun 21, 2018
-
-
John Butterfield authored
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.
-
John Butterfield authored
The installation interface should really be a relative path.
-
- May 17, 2018
-
-
Lee Thomason authored
In PrintString, move the optimization under the if ( _processEntities…
-
- Apr 18, 2018
-
-
Derek Quam authored
In PrintString, move the optimization under the if ( _processEntities ) block and retain the strlen Write in the new else block. Added a test case.
-
- Apr 06, 2018
-
-
Lee Thomason authored
-
Lee Thomason authored
-
Lee Thomason authored
Fix stack overflows
-
- Apr 05, 2018
-
-
Lee Thomason authored
-
Lee Thomason authored
-
Lee Thomason authored
-
Lee Thomason authored
-
- Mar 23, 2018
-
-
Lee Thomason authored
Simplify checks
-
Lee Thomason authored
Improve test message to avoid duplicate log output
-
Lee Thomason authored
Cleanup ErrorName() tests
-
Dmitry-Me authored
-
Dmitry-Me authored
-
Dmitry-Me authored
* clarify what is being tested to avoid duplicate lines in output * prevent optimizations based on undefined behavior
-
Lee Thomason authored
fixed issue where CTest is executed in the wrong directory
-
jasjuang authored
-
Lee Thomason authored
Add install and uninstall target to Makefile
-
Lee Thomason authored
Improve handles tests
-
- Mar 14, 2018
-
-
Dmitry-Me authored
-
- Mar 08, 2018
-
-
mschmieder authored
-
- Feb 25, 2018
-
-
Lee Thomason authored
fix "dereference before null check" defect
-
Lee Thomason authored
fix installation path for *.cmake
-
- Feb 05, 2018
-
-
Jeffrey Walton authored
-
Jeffrey Walton authored
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.
-