summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require C++11Alex Valavanis2016-08-041-0/+6
| | | (bzr r15039)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-31/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-1/+0
| | | | | | (bzr r15023.2.8)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-1/+0
| | | | | | (bzr r15023.2.7)
| * Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-29/+0
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* | CMake on Windows produces same output as btool.Sebastian Faubel2016-07-261-1/+9
|/ | | | | | Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)
* Fixing build for Linux.Sebastian Faubel2016-07-061-4/+1
| | | (bzr r15002.1.8)
* Fixing build for Linux.Sebastian Faubel2016-07-063-323/+314
| | | | | Replaced tabs with whitespaces. (bzr r15002.1.7)
* Fixed config.h defines to point to the right locations for data (icons) and ↵Sebastian Faubel2016-07-062-3/+12
| | | | | locales. (bzr r15002.1.5)
* Added missing files.Sebastian Faubel2016-07-052-0/+327
| | | (bzr r15002.1.4)
* Refactored the path settings and install scripts.Sebastian Faubel2016-07-051-161/+12
| | | | | Fixed build for 32-Bit devlibs. (bzr r15002.1.3)
* Fixed locales.Sebastian Faubel2016-07-041-1/+1
| | | (bzr r15002.1.2)
* Merge with trunk.Sebastian Faubel2016-07-022-66/+172
| | | (bzr r15002.1.1)
* Fix testing dependenciesAlex Valavanis2016-06-091-8/+0
| | | (bzr r14967.1.2)
* [Bug #1545333] Convenience option (default: ON) for cmake builds to enable ↵suv-lp2016-06-051-0/+12
| | | | | | | | SVG2 and experimental LPEs Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14954)
* Fix for cmake installing libs, using a subfolder for clarity when installing ↵Marc Jeanmougin2016-05-021-1/+4
| | | | | system-wide (bzr r14867)
* Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ↵Marc Jeanmougin2016-05-021-0/+1
| | | | | installed bin to installed libs. (bzr r14866)
* OS X Xcode clang 7.0.2 compile fixStefan Zellmann2016-04-171-0/+2
| | | | | Have no <tr1/XXX> STL headers w/ OS X clang so try to find the C++11 ones (bzr r14855.1.1)
* MergeMoritz Eberl2016-04-161-0/+11
|\ | | | | (bzr r14761.1.12)
| * CXX flags dedup on CMake buildsShlomi Fish2016-04-161-0/+11
| | | | | | (bzr r14854)
* | merge and fixed buildMoritz Eberl2016-04-163-38/+35
|\| | | | | (bzr r14761.1.11)
| * CMake build: builds with WITH_DBUSMarc Jeanmougin2016-04-162-6/+7
| | | | | | (bzr r14853)
| * CMake: Disable broken pseudo-option for GTKSPELL - determined automatically ↵Alex Valavanis2016-04-161-2/+2
| | | | | | | | | | by pkg-config, and fix a couple of typos (bzr r14852)
| * Fix c++11 flag when required on non-debian-based systemsShlomi Fish2016-04-142-2/+7
| | | | | | (bzr r14844)
| * Fix CMake caching issue with GtkSpellMarc Jeanmougin2016-04-131-17/+11
| | | | | | (bzr r14823)
* | Added an example plugin.Moritz Eberl2016-04-161-0/+3
| | | | | | (bzr r14761.1.8)
* | Added Sebastian Faubels CMake changes for the windows build.Moritz Eberl2016-04-162-2/+70
| | | | | | (bzr r14761.1.7)
* | Merge and fixed CMake buildMoritz Eberl2016-04-133-603/+6
|\| | | | | (bzr r14761.1.5)
| * Fix cmake buildMarc Jeanmougin2016-04-131-597/+0
| | | | | | (bzr r14818)
| * Should compile inkscape-version.cpp in out of tree buildsMarc Jeanmougin2016-04-131-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811)
| * Fix some cmake caching issue preventing to switch between gtk{2,3} buildsMarc Jeanmougin2016-04-121-4/+4
|/ | | (bzr r14801)
* Fixed FIXMEs in Cmake build (set flags when needed)Marc Jeanmougin2016-04-121-85/+55
| | | (bzr r14794)
* Bump version to gtk 3.8 of laterMartin Owens2016-04-121-5/+5
| | | (bzr r14787)
* regenerates inkscape-version when revno changes ; Translates ↵Marc Jeanmougin2016-04-122-16/+11
| | | | | | | | | inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785)
* cmake: Add sigc++ supportBryce Harrington2016-02-273-1/+37
| | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669)
* inkview: Drop use of obsolete getoptBryce Harrington2016-02-251-1/+0
| | | | | | | | This lets us drop getopt as a cmake requirement. Patch from rindolf, thanks! http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff (bzr r14668)
* cmake: Drop Java supportBryce Harrington2016-01-192-15/+0
| | | | | | <su_v> (IIRC java was used for the built-in scripts dialog, along with the linked python and perl libs) (bzr r14609)
* cmake: Add cleanup targets clean-cmake-files and clean-allBryce Harrington2016-01-171-0/+17
| | | | | | | | | | These are woefully incomplete but they at least get rid of the top level cmake cruft. Further work will be needed to locate and remove all the various generated cmake files. For now, best practice is to use a parallel build, that can be recursively deleted when needing to start fresh. (bzr r14608)
* cmake: Fix installation directories for man pagesBryce Harrington2016-01-171-1/+1
| | | | | | We're not (yet) using the GnuInstallDirs module, so we don't have things like CMAKE_INSTALL_MANDIR and such defined. (bzr r14606)
* cmake: Fix code style for consistencyBryce Harrington2016-01-179-434/+417
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* cmake: Cleanup comments a bitBryce Harrington2016-01-174-35/+12
| | | (bzr r14595)
* cmake: Move pod2man macro into its own moduleBryce Harrington2016-01-161-0/+54
| | | (bzr r14589)
* cmake: Move join() to helper functions moduleBryce Harrington2016-01-161-0/+15
| | | (bzr r14588)
* Update CMake for poppler >= 0.20.0 dependencyAlex Valavanis2016-01-112-19/+3
| | | (bzr r14574)
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-3/+0
| | | (bzr r14552)
* Apply Tav/suv patch to replace Pango OT functions with HarfbuzzAlex Valavanis2015-12-271-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r14549)
* Add warning about missing Potrace to CMake buildAlex Valavanis2015-11-211-0/+3
| | | (bzr r14449.1.8)
* Fix CMake buildAlex Valavanis2015-11-121-3/+7
| | | (bzr r14449.1.6)
* Update cmake Potrace module to match style of othersAlex Valavanis2015-11-122-34/+60
| | | (bzr r14449.1.5)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-092-0/+40
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)