summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* add draft janet interface for livecodings-ol2019-12-021-1/+2
* CMake: enable -fstack-protector-strong by defaultPatrick Storz2019-10-301-2/+2
* gcc has AddressSanitizer support (allow WITH_ASAN)Thomas Holder2019-10-291-3/+0
* CMake/MSYS2: Link against libssp (required for _FORTIFY_SOURCE)Patrick Storz2019-10-181-0/+1
* CMake: Avoid reordering CMAKE_CXX_FLAGSPatrick Storz2019-10-121-11/+17
* Update DefineDependsandFlags.cmakeMarc Jeanmougin2019-10-121-1/+1
* Initialize some uninitialized variablesMarc Jeanmougin2019-10-111-1/+1
* Move LPE's into 3 groups normal, experimental y testing. Testing is only usab...Jabier Arraiza2019-10-081-6/+0
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-2/+0
* Make potrace a dep, remove previous codeMarc Jeanmougin2019-08-211-10/+6
* CMake: Sync states of WITH_NLS and ENABLE_NLS if gettext isn't foundPatrick Storz2019-07-111-0/+1
* WITH_ASAN AddressSanitizer compile optionThomas Holder2019-07-021-2/+17
* fix "ld: framework not found -lCocoa"Thomas Holder2019-06-191-0/+18
* Remove unused libyaml dependencyPatrick Storz2019-06-051-12/+0
* Fix linking for Homebrew (macOS)Thomas Holder2019-06-021-1/+1
* Include more feature librariesRené de Hesselle2019-05-311-2/+2
* macOS: gtk-mac-integrationThomas Holder2019-05-291-0/+6
* Merge branch 'xgettextMigration'Marc Jeanmougin2019-05-271-5/+4
|\
| * Improve xgettext processMarc Jeanmougin2019-05-271-1/+1
| * Mix init-tool and xgettext to allow inx and glade filesJabiertxof2019-02-091-0/+5
| * Add xgettext instead intl-toolJabiertxof2019-02-091-9/+3
* | Remove support for LCMS 1Karl Cheng2019-05-121-10/+1
* | add _GLIBCXX_ASSERTIONS flag to detect OOB accesses in debug buildsMarc Jeanmougin2019-04-241-0/+1
* | Add new lib2geom dependency: "double-conversion"Patrick Storz2019-04-021-0/+2
* | CMake: Use CMAKE_CXX_STANDARD and don't set it in three placesPatrick Storz2019-03-311-8/+1
* | CMake: Avoid defining _FORTIFY_SOURCE twice in separate placesPatrick Storz2019-03-311-6/+6
* | GTK-3.22 dependencyThomas Holder2019-03-201-4/+4
* | Improve Debug buildingThomas Holder2019-03-061-0/+1
* | Add gcc/version checkMarc Jeanmougin2019-02-111-2/+7
* | Fix buildMarc Jeanmougin2019-02-111-0/+4
|/
* Fix linking for MacPortsThomas Holder2019-01-051-1/+2
* CMake: Specifically enable Microsoft bit-field layout for structsEduard Braun2018-11-211-0/+1
* CMake: Remove popt from dependenciesEduard Braun2018-11-211-5/+0
* -Werror=format -Werror=format-securityThomas Holder2018-11-211-0/+3
* Fix install location of .mo filesEduard Braun2018-10-121-1/+1
* Merge branch 'cmake-cxx11' of gitlab.com:xzcvczx/inkscapeMarc Jeanmougin2018-10-081-0/+2
|\
| * Add CMAKE_CXX_STANDARD for cmake 3.1Simon Wells2018-10-081-0/+2
* | Prefer LDFLAGS over LIBRARIES for pkgconfigSimon Wells2018-10-061-12/+2
|/
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-021-8/+20
* Avoid duplicating defines in config.h and on command lineEduard Braun2018-10-011-4/+2
* config.h - remove all defines we never useEduard Braun2018-10-011-6/+0
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-9/+0
* CMake/po: Check for presence of intltool for creating inkscape.potEduard Braun2018-09-291-2/+9
* CMake: Whitespace cleanupEduard Braun2018-09-291-80/+78
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-12/+0
* CMake: Set WITH_GTKSPELL to OFF if not found for consistencyEduard Braun2018-06-301-46/+36
* make yaml optional even if presentMarc Jeanmougin2018-03-201-9/+11
* make jemalloc optional at compile timeMarc Jeanmougin2018-03-171-3/+7
* Fix GTKMM version check macroAlexander Valavanis2018-03-041-0/+9
* Explicitly link against libX11 for ld.goldTobias Ellinghaus2018-01-101-3/+11