summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #398 from anonimal/cmakeJeffrey Walton2017-04-141-0/+51
|\
| * Build: apply patch for GNU assembler errors to CMakeanonimal2017-03-291-0/+51
* | Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-1/+2
|/
* Fix OpenBSD 6.0 compile with GCC 4.9 (Issue 395)Jeffrey Walton2017-03-221-0/+4
* Updated RDRAND and RDSEED under NASMJeffrey Walton2017-03-131-5/+13
* CMake: allow disabling the intermediate objects target (cryptopp-object).Heinrich Janzing2017-01-051-3/+9
* spelling fixesklemens2016-12-271-1/+1
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-1/+1
* Increment version to 5.7 due to ABI break *Issue 337)Jeffrey Walton2016-12-011-2/+2
* build: add DISABLE_CXXFLAGS_OPTIMIZATIONS optionAlon Bar-Lev2016-10-211-19/+22
* Post-release version incrementJeffrey Walton2016-10-111-1/+1
* Fixes #276Florian2016-09-271-0/+12
* Fix Cmake (Issue 273)Florian2016-09-271-3/+5
* Restore CMAKE_VERBOSE_MAKEFILE to its original stateJeffrey Walton2016-09-151-1/+1
* Use SET(CMAKE_POSITION_INDEPENDENT_CODE 1)Jeffrey Walton2016-09-151-1/+1
* Improve Cmake cross-ompile support.Jeffrey Walton2016-09-151-60/+49
* Add Solaris SunCC and GCC specific configuration optionsJeffrey Walton2016-09-141-7/+60
* Add machine and system detection using 'uname' for Linux and UnixJeffrey Walton2016-09-141-8/+40
* Add integger.cpp as the thrird object file in the list of object filesJeffrey Walton2016-09-141-0/+2
* Relocate first PIC code to just after Windows options. Remove second PIC code...Jeffrey Walton2016-09-141-48/+22
* Add -fPIC for builds except for 32-bit x86 and WindowsJeffrey Walton2016-09-141-4/+21
* Enable Cmake's VERBOSE=1 by default.Jeffrey Walton2016-09-131-0/+8
* Fix build under Sun StudioJeffrey Walton2016-09-131-1/+15
* Post-release version increment for CMakeJeffrey Walton2016-09-111-1/+1
* Change Crypto++ version number to 5.6.4Jeffrey Walton2016-09-111-1/+1
* Fixed install path for Windows in CMake (for example, for use with MinGW/MSYS...Alexander Shishenko2016-08-071-1/+8
* CMake cryptest binary is now named "cryptest.exe" on all platforms.Alexander Shishenko2016-06-211-0/+9
* Fixed #192Alexander Shishenko2016-06-211-17/+64
* Fix target_include_directories not available on semi-modern platforms (Issue ...Jeffrey Walton2016-06-181-4/+10
* Add 'set(CMAKE_MACOSX_RPATH 0)'; guard with 'NOT CMAKE_VERSION VERSION_LESS 2...Jeffrey Walton2016-06-171-2/+3
* Add commented 'set(CMAKE_MACOSX_RPATH 0)'. Remove -DCRYPTOPP_DISABLE_ASM for ...Jeffrey Walton2016-06-171-3/+6
* Updated message on compatibilityJeffrey Walton2016-06-131-0/+6
* cmake: add BUILD_(STATIC/SHARED) to specify which flavor to buildAdrien BĂ©raud2016-06-011-17/+40
* Add newlineJeffrey Walton2016-05-171-0/+1
* Whitespace cleanupJeffrey Walton2016-05-151-4/+4
* Fix _WIN32_WINNT for Windows Store Apps >= 10.*zabulus2016-05-091-0/+3
* Fix Windows Phone ARM Buildzabulus2016-05-091-14/+19
* Force include winapifamily.h for windows storezabulus2016-05-091-0/+3
* Merge pull request #156 from zabulus/masterJeffrey Walton2016-05-021-2/+18
|\
| * Fix MSVC2015 (win64) CMakeLists.txt issues #99zabulus2016-04-071-5/+6
| * Fix MSVC2015 (win64) CMakeLists.txt issues #99zabulus2016-04-071-5/+20
* | Rename bench.cpp to bench1.cppJeffrey Walton2016-04-221-1/+1
|/
* Fixed #135Alexander Shishenko2016-02-121-7/+7
* Provided compatibility with CMake 2.8Alexander Shishenko2015-12-271-3/+8
* Added CRYPTOPP_DATA_DIR option in cmake.Alexander Shishenko2015-12-271-0/+4
* Tweaked makefile recipes to use variables for CP, MV, MKDIR, etc. Added Cmake...Jeffrey Walton2015-12-261-184/+184
* Added basic CMake buildAlexander Shishenko2015-12-161-0/+185