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