Hans Johnson
|
2f1ff84119
|
STYLE: Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands. Later command names
became case-insensitive. Now the preferred style is lower-case.
|
2018-12-22 19:32:39 -06:00 |
Yann Collet
|
ccd2d426fc
|
separate DDict logic into its own module
created zstd_ddict.c within lib/decompress
|
2018-10-23 17:25:49 -07:00 |
Timo Gurr
|
e400a86f17
|
Use GNUInstallDirs DOCDIR for installing the manual
|
2018-08-17 13:50:00 +02:00 |
Varunram
|
0034c759b0
|
Update man page variables in CMakeLists
|
2018-03-21 14:10:42 +05:30 |
Yann Collet
|
e9dc204f42
|
fixed a bunch of headers after license change (#825)
|
2017-08-31 11:24:54 -07:00 |
Michael Maltese
|
7f1fb95566
|
CMake: namespace modules and set CMAKE_MODULE_PATH
|
2017-04-20 19:30:37 -07:00 |
Milan Ševčík
|
eb7371f179
|
Change all SET_TARGET_PROPERTIES to SET_PROPERTY
SET_PROPERTY function can append to lists, whereas previously used
SET_TARGET_PROPERTIES cannot.
|
2017-04-19 21:34:17 +02:00 |
Milan Ševčík
|
b98b6fcf41
|
Check for pthreads library
|
2017-03-21 11:11:45 +01:00 |
Milan Ševčík
|
c2430434df
|
Install everything, not only libraries
|
2017-03-21 10:43:11 +01:00 |
Milan Ševčík
|
ce11d77e4d
|
Use shared library in programs
|
2017-03-21 10:43:11 +01:00 |
Milan Ševčík
|
e8517a95f3
|
Add build documentation by gen_html
|
2017-03-21 10:38:48 +01:00 |
Milan Ševčík
|
8013c86c7d
|
Improve resolving ROOT_DIR
|
2017-03-21 10:38:46 +01:00 |
Milan Ševčík
|
4b62f41969
|
Added compile flags to pzstd
Definition NDEBUG from original Makefile
-Wno-shadow silences shadowing in initializers
|
2017-02-28 10:57:09 +01:00 |
Milan Ševčík
|
59709d97d9
|
Support building contrib utils from cmake
|
2017-02-28 10:57:09 +01:00 |