summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)Joël R. Langlois1-12/+0
2018-12-30[cmake] Enable C++11 on CMake (#1519)Ebrahim Byagowi1-1/+9
2018-12-12CMake: Fix Introspection buildsChun-wei Fan1-0/+2
2018-12-01Simplify build source listBehdad Esfahbod1-11/+1
2018-10-30[cmake] Make build of tests and subset optional (#1329)Ebrahim Byagowi1-13/+6
2018-10-19Fix typos.Bruce Mitchener1-4/+4
2018-10-10Remove HAVE_OTBehdad Esfahbod1-1/+0
2018-10-10[circleci] Add an iOS bot (#1233)Ebrahim Byagowi1-52/+88
2018-10-09builds: Fix and clean up MSVC DLL buildsChun-wei Fan1-1/+6
2018-09-17Fix installation of cmake config when building with cmake (#1161)Simon Hausmann1-0/+5
2018-07-09CMakeLists.txt: don't pass header args as single space-separated stringCosimo Lupo1-2/+1
2018-07-09CMakeLists.txt: pass headers as arguments to gen-def.py; call using PYTHON_EX...Cosimo Lupo1-1/+1
2018-05-08Set inline hidden flag only on shared library buildingEbrahim Byagowi1-8/+8
2018-03-30Minor build related changesEbrahim Byagowi1-3/+3
2018-03-27Implement an internal emojis dumper tool (#909)Ebrahim Byagowi1-1/+1
2018-03-24Policy 0063 must be enabled to have hidden inline visibility... (#900)Nikolaus Waxweiler1-0/+2
2018-03-16Do feature test before adding -Bsymbolic-functions, cmake part (#889)Joel Winarske1-1/+5
2018-03-16[cmake] Don't hide symbols by default (#891)Ebrahim Byagowi1-15/+2
2018-03-14Enable implicit symbol hiding for all libraries, static and sharedNikolaus Waxweiler1-12/+23
2018-03-14CMake: hide symbols by default on non-MSVC, define export attributeNikolaus Waxweiler1-8/+12
2018-03-13CMake: Fix utility program installationChun-wei Fan1-1/+1
2018-03-13CMake: Fix introspection on WindowsChun-wei Fan1-2/+7
2018-03-13configure.ac/CMake: Check for round() and stdbool.hChun-wei Fan1-2/+10
2018-02-28[cmake] cleanup (#846)Ebrahim Byagowi1-41/+29
2018-02-26[subset] Add cmake build def for test-unicode-ranges.Garret Rieger1-1/+1
2018-02-24Include hb-version.h in git (#825)Behdad Esfahbod1-18/+18
2018-02-24Clean up check-defs and check-symbols (#821)Behdad Esfahbod1-2/+1
2018-02-18Add a continuous builder using fswatchEbrahim Byagowi1-11/+13
2018-02-12Apply check-defs.sh to -icu and -subset, toward mingw fix (#780)Ebrahim Byagowi1-3/+8
2018-02-10Fix symbol exporting and libstdc++ linkage of hb-subset (#769)Ebrahim Byagowi1-4/+2
2018-02-08Minor fixupsBehdad Esfahbod1-1/+1
2018-02-08Don't include subset headers in libharfbuzz.Garret Rieger1-1/+0
2018-02-08Add CMake config for building a separate harfbuzz-subset.Garret Rieger1-3/+14
2018-02-04Add CMake configuration for all of the new subsetting code.Garret Rieger1-0/+14
2018-02-03[cmake] unistd typo fix (#747)Ebrahim Byagowi1-9/+9
2018-01-30[cmake] Build src/ executables (#733)Ebrahim Byagowi1-14/+26
2018-01-25[cmake] Use -fvisibility-inlines-hidden instead (#726)Ebrahim Byagowi1-5/+2
2018-01-22[cmake] fix symbol exporting issue on newer gcc (#724)Ebrahim Byagowi1-11/+11
2018-01-22[ci] minor, less hacks (#722)Ebrahim Byagowi1-4/+7
2018-01-19Improve avoiding C++ linkage, definition creation and cmake tests (#710)Ebrahim Byagowi1-20/+26
2018-01-16[cmake] don't link to libstdc++ (#707)Ebrahim Byagowi1-13/+25
2018-01-16[cmake] Fix for CMake 3.0 and below (#706)rdb1-3/+3
2018-01-16[cmake] Fix symbols visibility and enable check-symbols.sh test (#705)Ebrahim Byagowi1-8/+14
2018-01-11[cmake] Fix hb-blob test (#699)Ebrahim Byagowi1-4/+4
2018-01-10[cmake] Another try on making sure feature testing is working (#691)Ebrahim Byagowi1-9/+8
2018-01-10[cmake] Add header existence tests (#685)Ebrahim Byagowi1-18/+35
2018-01-09[cmake] Add autotools like feature testing (#683)Ebrahim Byagowi1-6/+16
2018-01-05Improve tests (#679)Ebrahim Byagowi1-11/+41
2018-01-04[cmake] Colorize output when using cmake + ninja. (#674)Bruce Mitchener1-0/+10
2018-01-04[cmake] Run src/ tests (#675)Ebrahim Byagowi1-3/+32