aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-16simplify log2 check; currently we rely more on compiler than build systemEvgenii Kliuchnikov1-19/+4
2023-12-08Merge branch 'master' into brotli-cmake-tweaksEugene Kliuchnikov1-27/+32
2023-11-27add an option to disable brotli toolsEvgenii Kliuchnikov1-27/+32
2023-09-21CMakeLists.txt: use `CMAKE_INSTALL_FULL_MANDIR` for mans installSergei Trofimovich1-2/+2
2023-09-21CMakeLists.txt: use CMAKE_INSTALL_FULL_LIBDIR for runpath on darwinSergei Trofimovich1-1/+1
2023-09-13upload full testdata archiveEvgenii Kliuchnikov1-1/+1
2023-09-11reword cmake test generator warningEvgenii Kliuchnikov1-1/+1
2023-08-31install man pagesTomasz Kłoczko1-0/+4
2023-07-31restore BROTLI_VERSION var in CMake buildEvgenii Kliuchnikov1-0/+1
2023-07-31add option to delete files that are not "compressed"Evgenii Kliuchnikov1-1/+0
2023-07-31fix missing version in CMake build (#1048)zhongfly1-0/+1
2023-07-30simplify CMake buildEvgenii Kliuchnikov1-59/+21
2023-07-04Internal changesEvgenii Kliuchnikov1-3/+3
2023-07-040.4-1.5% decoder speedupEvgenii Kliuchnikov1-3/+3
2023-06-22Fix Bazel build (#1024)Eugene Kliuchnikov1-3/+3
2022-12-22Ramp up CMake to v3 (#991)Eugene Kliuchnikov1-5/+4
2022-12-20CMake: ensure static libraries are still installed on Emscripten (#988)Kleis Auke Wolthuizen1-8/+6
2022-12-16CMake: Allow using BUILD_SHARED_LIBS to choose static/shared libs (#655)Adrian Perez1-31/+15
2022-11-17fix macos rpath (#976)Lukas Oberhuber1-0/+2
2022-11-17UpdateEvgenii Kliuchnikov1-6/+0
2022-05-12Wrap interface include directories with BUILD_INTERFACE generator expression ...Anonymous Maarten1-1/+1
2021-12-15Supress cmake warning (#931)Mohammad Bahoosh1-0/+5
2021-06-23Enabled install when building with emscripten. (#906)Dirk Lemstra1-10/+8
2020-08-26Fix build files (#829)Eugene Kliuchnikov1-11/+15
2020-07-09CMake: change default ("") build type to Release (#818)Eugene Kliuchnikov1-0/+7
2020-03-19Add HAVE_LOG2 build macro (#783)Cristi Vîjdea1-1/+4
2019-08-13Disable PIC in EMCC mode. (#768)Eugene Kliuchnikov1-7/+24
2019-08-07Add an option to avoid building shared libraries. (#766)Eugene Kliuchnikov1-6/+16
2018-09-27Cross compilation support (#709)Stephen Kyle1-4/+28
2018-09-13Fix auto detect of bundled mode (#704)v1.0.6Jørgen Ibsen1-3/+3
2018-03-26Tell CMake to not check for a C++ compiler (#653)Adrian Perez1-1/+1
2017-12-07Don't set rpath (#629)Jeremy Bicha1-10/+0
2017-11-28Update (#620)v1.0.2Eugene Kliuchnikov1-130/+50
2017-09-20Install static libraries as well (#601)Eugene Kliuchnikov1-1/+8
2017-09-19Build both static and shared libs with CMake (#599)Eugene Kliuchnikov1-20/+34
2017-05-29Update (#555)Eugene Kliuchnikov1-6/+6
2017-05-24Unify artifact installation (#544)Eugene Kliuchnikov1-16/+16
2017-04-23Move files & update paths (#541)Eugene Kliuchnikov1-28/+28
2017-03-01Fix CMakeLists.txt specifying a nonexistent pkgconfig package (#518)Ian Duncan1-1/+1
2017-02-06Update encoder (#504)Eugene Kliuchnikov1-0/+2
2016-12-22Split brotli common/dec/enc .pc files (#490)Eugene Kliuchnikov1-7/+40
2016-11-01FInishing touches for installing libbrotli with CMake (#464)Evan Nemerson1-11/+137
2016-10-18* leave static compilation declaration intouch (e.g. Python build)Eugene Kliuchnikov1-1/+2
2016-10-18Build shared libraries by defaultEugene Kliuchnikov1-0/+5
2016-10-17Merge pull request #439 from fred-wang/remove-underscoreEugene Kliuchnikov1-7/+7
2016-10-12CMake: Also add ARCHIVE DESTINATION for non-WIN32Frédéric Wang1-1/+4
2016-10-12Remove the underscore in the name of brotli libraries. #326Frédéric Wang1-7/+7
2016-10-12Add ARCHIVE destination for Windows.Frédéric Wang1-1/+5
2016-10-12Use install directories provided by GNUInstallDirs.Frédéric Wang1-3/+3
2016-10-12Also install the libraries and headers when building static libraries.Frédéric Wang1-7/+5