summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Release FLAC 1.4.11.4.1Martijn van Beurden2022-09-221-1/+1
* [CMake] Create dir for pandoc generationMartijn van Beurden2022-09-221-0/+1
* [CMake] C flags were set while CXX flags were meantMartijn van Beurden2022-09-211-1/+1
* [CMake] Prepend compiler flags, fix Clang compiler warningsMartijn van Beurden2022-09-171-4/+5
* Make sure git doesn't try to get version from other repositoryMartijn van Beurden2022-09-161-3/+3
* [CMake] Make building of man pages possibleMartijn van Beurden2022-09-151-1/+19
* install cmake module in default cmake search pathTomasz Kłoczko2022-09-151-4/+4
* Fix man pages lvl 1 install pathTomasz Kłoczko2022-09-151-1/+1
* Release FLAC 1.4.01.4.0Martijn van Beurden2022-09-091-1/+1
* [CMake] Don't search for libiconv and libintl on WindowsMartijn van Beurden2022-08-011-2/+4
* Fix CMake builds with -DBUILD_CXXLIBS=OFF (#360)Cameron Cawley2022-06-241-1/+4
* Export flac properly when use with add_subdirectory (#285)martinRenou2022-05-301-3/+13
* [CMake] Remove _FORTIFY_SOURCE=1 on not having libsspMartijn van Beurden2022-05-201-3/+1
* Adding ARM64 support and optimized Neon implementation (#270)RonenGvili2022-04-291-0/+2
* [CMake] Enable building ogg together with flac (#325)Martijn van Beurden2022-04-271-2/+11
* Add missing langinfo check for CMakeNotTsunami2022-04-211-0/+8
* Add git commit tag, hash and date to vendor string when availableMartijn van Beurden2022-04-201-0/+26
* [CMake] Remove /MT from MSVC flags, causes crashes with shared libsMartijn van Beurden2022-04-131-1/+1
* [CMake] Set binary and library output dir to objs on WindowsMartijn van Beurden2022-04-131-0/+6
* [CMake] Specifically prefer linking with static libsspMartijn van Beurden2022-04-131-2/+2
* [CMake] Add BUILD_SHARED_LIBS as optionsMartijn van Beurden2022-04-131-0/+1
* [CMake] Build with -lssp on MinGWMartijn van Beurden2022-04-131-0/+3
* CMake: Make FORTIFY_SOURCE optionalNotTsunami2022-04-131-1/+17
* [CMake] Create prettier MSVC solution filesMartijn van Beurden2022-04-131-0/+23
* [CMake] Add options for better MS Visual Studio buildingMartijn van Beurden2022-04-131-2/+5
* cmake: fix c/cxx compile option use with asm codeDavid Callu2022-04-121-2/+2
* Change version to 1.3.4 and add placeholders for release dateMartijn van Beurden2022-02-201-1/+1
* Fix version & requires fields in pkg config filesTGMarkiewicz2021-06-241-0/+3
* Bunch of CMake fixesevpobr2020-05-031-6/+6
* Add more CMake optionsevpobr2020-04-051-18/+26
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-221-0/+3
* cmake/configure.ac: Enable -fstack-protector-strong by defaultNotTsunami2019-11-201-6/+11
* cmake_minimum_required() cleanup:sezero2019-11-151-2/+9
* Fix metaflac under ctest.Ralph Giles2019-08-161-1/+1
* increase required minimum cmake version to 3.9.sezero2019-08-061-1/+1
* Fix CMake configure warningevpobr2019-06-011-1/+1
* CMAKE_BUILD_TYPE set to Release by default: improvedVitaliy Kirsanov2019-05-041-2/+2
* CMAKE_BUILD_TYPE set to Release by defaultVitaliy Kirsanov2019-05-041-0/+4
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-4/+1
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-16/+17
* Add missing fseeko checkevpobr2019-05-041-0/+3
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-041-2/+2
* Added /arch:SSE2 flagVitaly Kirsanov2019-05-041-2/+2
* Cosmetic change: using $<COMPILE_LANGUAGE:>Vitaliy Kirsanov2019-05-041-8/+3
* /test/*.sh enabled for CTest in UNIXVitaliy Kirsanov2019-05-041-6/+2
* FindOGG.cmake module addedVitaliy Kirsanov2019-05-041-1/+12
* CMake support addedVitaliy Kirsanov2019-05-041-0/+123