summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jemalloc cmake modulechr[]2017-06-301-0/+70
| | | | | | | | | | | | | | | | | (shamelessly stolen from Blender) libstdc++ memory allocator is broken: "Notes about deallocation. This allocator does not explicitly release memory." The story: https://www.zerotier.com/blog/2017-05-05-theleak.shtml The solution?! http://jemalloc.net/ No need to recompile, just install it and a simple test run: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
* CMake: Remove duplicated check for sigc++Eduard Braun2017-02-042-143/+0
| | | | | | | | | - It didn't make much sense to check twice anyway - The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now - The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually) http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039 (bzr r15475)
* beautify identsDmitry Zhulanov2016-10-031-39/+35
| | | (bzr r15136.1.14)
* disable xverb feature if WITH_YAML definedDmitry Zhulanov2016-10-011-1/+1
| | | (bzr r15136.1.9)
* add x-verbs supportDmitry Zhulanov2016-09-261-0/+53
| | | (bzr r15136.1.1)
* Fix c++11 flag when required on non-debian-based systemsShlomi Fish2016-04-141-2/+4
| | | (bzr r14844)
* Fix cmake buildMarc Jeanmougin2016-04-131-597/+0
| | | (bzr r14818)
* cmake: Add sigc++ supportBryce Harrington2016-02-272-1/+36
| | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669)
* Update CMake for poppler >= 0.20.0 dependencyAlex Valavanis2016-01-111-3/+3
| | | (bzr r14574)
* Update cmake Potrace module to match style of othersAlex Valavanis2015-11-121-33/+59
| | | (bzr r14449.1.5)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-0/+36
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
* remove unneccessary include from r14304houz2015-09-021-0/+237
| | | (bzr r14340)
* cmake: use cmake modules for iconv and inltsu_v2015-05-032-0/+187
| | | (bzr r14098)
* cmake: wpg-0.3 - fix librevenge pathsShlomi Fish2015-05-031-2/+2
| | | (bzr r14097)
* cmake: add support for librevenge-based input formats (WPG, Visio, CDR)su_v2015-05-024-26/+192
| | | (bzr r14093)
* cmake: Fix WPG 0.2 build variablesBryce Harrington2015-05-021-6/+6
| | | | | | | | | | | WPG 0.1 appears to have been tested and made to work, but a parallel set of code checks WPG 0.2 and the variable names are all wrong (looks like they didn't get properly updated from the original automake scripts). The detection fails entirely on Ubuntu 14.04 and probably other recent distros. With this change, cmake now builds inkscape properly for me. (bzr r14087)
* Add CMake file to find LCMS2Josh Andler2014-11-261-0/+38
| | | (bzr r13766)
* update for cmakeCampbell Barton2012-08-071-0/+1
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1033979 - https://launchpad.net/bugs/1033981 (bzr r11598)
* fix for windowsJohan B. C. Engelen2012-03-071-1/+2
| | | (bzr r11056)
* cmake: aspell/gtkspell/poppler-cairo/libwpgCampbell Barton2011-09-263-71/+110
| | | | | | patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648)
* fix for building with dbus and cmakeCampbell Barton2011-07-081-0/+72
| | | (bzr r10426)
* fix for building with cmake, renaming the GTK2 package didnt work right, ↵Campbell Barton2011-07-081-0/+0
| | | | | very confusing as to why - I still dont know but calling it the same as CMake's works ok and uses our one. (bzr r10424)
* added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-2510-0/+1330
include paths explicitly. (bzr r10358)