Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
To aid build reproducibility, don't include the build date/time if
-DREPRODUCIBLE_BUILD is defined.
Based on the patch provided by Alexis Bienvenüe in the Debian report.
Bug-Debian: https://bugs.debian.org/820152
Patch-Name: reproducible_datetime.diff
|
|
Fix a ton of typos.
|
|
Fix support for passing relative install paths to CMake.
|
|
|
|
|
|
|
|
|
|
|
|
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See
<http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html>
|
|
This tool is not useful anymore. It just slows the build down.
|
|
|
|
|
|
This is not needed anymore as support for Autotools was removed.
|
|
|
|
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary.
Fix new version system, cannot return C++ types from extern C functions
|
|
|
|
|
|
|
|
|
|
|
|
overwrite modules on install without deleting them first
|
|
isn't needed.
|
|
install.
|
|
|
|
include and library directories.
|
|
specified in the config now
|
|
Express.
|
|
This is a hack but CMake currently provides no other way to determine if the detected C++ compiler was identified as Clang.
|
|
system wide install where lib/ is not writable
|
|
change this to use the REGEX sub-commands instead. Also while I'm at it, make -pthread only get added when not on Mac OS X, it's auto-included there.
|
|
/System/Library/Frameworks/Kernel.framework/Headers/sys to the include paths.
|
|
|
|
|
|
|
|
|
|
be specified at runtime
|
|
|
|
|
|
finally fix the linking issue.
|
|
minor nitpick about the leading spaces on LINK_LIBS.
|
|
builds on systems that require -ldl.
|
|
|
|
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
|
not be used
|
|
|
|
|