summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: python2-numpy was missing dependenciesEduard Braun2017-03-051-1/+5
| | | (bzr r15566)
* Support for building with MSYS2Eduard Braun2017-03-042-2/+232
| | | | | | See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)
* CMake: Generate a dummy file in hicolor/index.theme to avoid bug 1659336 on ↵Eduard Braun2017-02-201-0/+4
| | | | | | | | Windows Fixed bugs: - https://launchpad.net/bugs/1659336 (bzr r15535)
* partial fix bug 1640899mathog2017-02-171-6/+9
| | | (bzr r15527)
* CMake: Cosmetic fix for version stringEduard Braun2017-02-131-1/+1
| | | | | (set concatenates arguments with a semicolon ";") (bzr r15517)
* CMake: Include GSettings schemas into Windows installationEduard Braun2017-02-131-0/+3
| | | | | | | | | | Fixes crash issue when trying to use GTK file dialogs (error: "GLib-GIO-ERROR **: No GSettings schemas are installed on the system") Fixed bugs: - https://launchpad.net/bugs/1663884 - https://launchpad.net/bugs/1663999 (bzr r15514)
* CMake: Remove duplicated check for sigc++Eduard Braun2017-02-043-146/+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)
* Install the localized manpages in the correct directorymattia@debian.org2017-01-071-1/+4
| | | (bzr r15399.1.1)
* prevent use of string concat for compatibility with old cmakeMarc Jeanmougin2016-12-021-1/+1
| | | (bzr r15292)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-262-1/+2
| | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
* annotate custom builds, and add correct revno into make dist tarballsMarc Jeanmougin2016-11-071-0/+10
| | | (bzr r15223)
* beautify identsDmitry Zhulanov2016-10-031-39/+35
| | | (bzr r15136.1.14)
* fix cmake warning and remove whole xverbs code from compilation without yamlDmitry Zhulanov2016-10-011-1/+1
| | | (bzr r15136.1.11)
* disable xverb feature if WITH_YAML definedDmitry Zhulanov2016-10-012-4/+11
| | | (bzr r15136.1.9)
* add x-verbs supportDmitry Zhulanov2016-09-262-0/+57
| | | (bzr r15136.1.1)
* cmake: fix "make install" to actually produce a runnable distribution on WindowsEduard Braun2016-09-111-46/+38
| | | (bzr r15113)
* Update CMake checkerCampbell Barton2016-09-031-89/+123
| | | | | Report stale ignore files (bzr r15101)
* Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-301-1/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r15094)
* Merged trunkAdrian Boguszewski2016-08-092-34/+7
|\ | | | | (bzr r14954.1.30)
| * 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)
* | | Merged trunkAdrian Boguszewski2016-08-031-1/+9
|\| | | | | | | | (bzr r14954.1.29)
| * | 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)
* | Merged trunkAdrian Boguszewski2016-07-114-77/+358
|\| | | | | (bzr r14954.1.18)
| * 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)
* | Added simple test for SPObjectAdrian Boguszewski2016-07-051-1/+1
| | | | | | (bzr r14954.1.16)
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-14/+7
| | | | | | (bzr r14954.1.12)
* | Added more testsAdrian Boguszewski2016-06-272-3/+3
| | | | | | (bzr r14954.1.11)
* | Splitted tests to separate executablesAdrian Boguszewski2016-06-091-8/+0
|\| | | | | (bzr r14954.1.3)
| * Fix testing dependenciesAlex Valavanis2016-06-091-8/+0
| | | | | | (bzr r14967.1.2)
* | Added object setAdrian Boguszewski2016-06-051-0/+2
|/ | | (bzr r14954.1.1)
* [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)