| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for cmake installing libs, using a subfolder for clarity when installing ↵ | Marc Jeanmougin | 2016-05-02 | 1 | -1/+4 |
| | | | | | | system-wide (bzr r14867) | ||||
| * | Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ↵ | Marc Jeanmougin | 2016-05-02 | 1 | -0/+1 |
| | | | | | | installed bin to installed libs. (bzr r14866) | ||||
| * | OS X Xcode clang 7.0.2 compile fix | Stefan Zellmann | 2016-04-17 | 1 | -0/+2 |
| | | | | | | Have no <tr1/XXX> STL headers w/ OS X clang so try to find the C++11 ones (bzr r14855.1.1) | ||||
| * | Merge | Moritz Eberl | 2016-04-16 | 1 | -0/+11 |
| |\ | | | | | (bzr r14761.1.12) | ||||
| | * | CXX flags dedup on CMake builds | Shlomi Fish | 2016-04-16 | 1 | -0/+11 |
| | | | | | | | (bzr r14854) | ||||
| * | | merge and fixed build | Moritz Eberl | 2016-04-16 | 3 | -38/+35 |
| |\| | | | | | (bzr r14761.1.11) | ||||
| | * | CMake build: builds with WITH_DBUS | Marc Jeanmougin | 2016-04-16 | 2 | -6/+7 |
| | | | | | | | (bzr r14853) | ||||
| | * | CMake: Disable broken pseudo-option for GTKSPELL - determined automatically ↵ | Alex Valavanis | 2016-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | by pkg-config, and fix a couple of typos (bzr r14852) | ||||
| | * | Fix c++11 flag when required on non-debian-based systems | Shlomi Fish | 2016-04-14 | 2 | -2/+7 |
| | | | | | | | (bzr r14844) | ||||
| | * | Fix CMake caching issue with GtkSpell | Marc Jeanmougin | 2016-04-13 | 1 | -17/+11 |
| | | | | | | | (bzr r14823) | ||||
| * | | Added an example plugin. | Moritz Eberl | 2016-04-16 | 1 | -0/+3 |
| | | | | | | | (bzr r14761.1.8) | ||||
| * | | Added Sebastian Faubels CMake changes for the windows build. | Moritz Eberl | 2016-04-16 | 2 | -2/+70 |
| | | | | | | | (bzr r14761.1.7) | ||||
| * | | Merge and fixed CMake build | Moritz Eberl | 2016-04-13 | 3 | -603/+6 |
| |\| | | | | | (bzr r14761.1.5) | ||||
| | * | Fix cmake build | Marc Jeanmougin | 2016-04-13 | 1 | -597/+0 |
| | | | | | | | (bzr r14818) | ||||
| | * | Should compile inkscape-version.cpp in out of tree builds | Marc Jeanmougin | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811) | ||||
| | * | Fix some cmake caching issue preventing to switch between gtk{2,3} builds | Marc Jeanmougin | 2016-04-12 | 1 | -4/+4 |
| |/ | | | (bzr r14801) | ||||
| * | Fixed FIXMEs in Cmake build (set flags when needed) | Marc Jeanmougin | 2016-04-12 | 1 | -85/+55 |
| | | | | (bzr r14794) | ||||
| * | Bump version to gtk 3.8 of later | Martin Owens | 2016-04-12 | 1 | -5/+5 |
| | | | | (bzr r14787) | ||||
| * | regenerates inkscape-version when revno changes ; Translates ↵ | Marc Jeanmougin | 2016-04-12 | 2 | -16/+11 |
| | | | | | | | | | | inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785) | ||||
| * | cmake: Add sigc++ support | Bryce Harrington | 2016-02-27 | 3 | -1/+37 |
| | | | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669) | ||||
| * | inkview: Drop use of obsolete getopt | Bryce Harrington | 2016-02-25 | 1 | -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 support | Bryce Harrington | 2016-01-19 | 2 | -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-all | Bryce Harrington | 2016-01-17 | 1 | -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 pages | Bryce Harrington | 2016-01-17 | 1 | -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 consistency | Bryce Harrington | 2016-01-17 | 9 | -434/+417 |
| | | | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596) | ||||
| * | cmake: Cleanup comments a bit | Bryce Harrington | 2016-01-17 | 4 | -35/+12 |
| | | | | (bzr r14595) | ||||
| * | cmake: Move pod2man macro into its own module | Bryce Harrington | 2016-01-16 | 1 | -0/+54 |
| | | | | (bzr r14589) | ||||
| * | cmake: Move join() to helper functions module | Bryce Harrington | 2016-01-16 | 1 | -0/+15 |
| | | | | (bzr r14588) | ||||
| * | Update CMake for poppler >= 0.20.0 dependency | Alex Valavanis | 2016-01-11 | 2 | -19/+3 |
| | | | | (bzr r14574) | ||||
| * | Revert Pango/Harfbuzz fixes. Needs work | Alex Valavanis | 2015-12-27 | 1 | -3/+0 |
| | | | | (bzr r14552) | ||||
| * | Apply Tav/suv patch to replace Pango OT functions with Harfbuzz | Alex Valavanis | 2015-12-27 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r14549) | ||||
| * | Add warning about missing Potrace to CMake build | Alex Valavanis | 2015-11-21 | 1 | -0/+3 |
| | | | | (bzr r14449.1.8) | ||||
| * | Fix CMake build | Alex Valavanis | 2015-11-12 | 1 | -3/+7 |
| | | | | (bzr r14449.1.6) | ||||
| * | Update cmake Potrace module to match style of others | Alex Valavanis | 2015-11-12 | 2 | -34/+60 |
| | | | | (bzr r14449.1.5) | ||||
| * | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ | Alex Valavanis | 2015-11-09 | 2 | -0/+40 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3) | ||||
| * | add gtk3 experimental support in CMake | Shlomi Fish | 2015-10-26 | 1 | -48/+100 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430) | ||||
| * | cmake: make JPEG optional; fix using it (if found) | su_v | 2015-09-02 | 1 | -7/+6 |
| | | | | (bzr r14341) | ||||
| * | remove unneccessary include from r14304 | houz | 2015-09-02 | 1 | -0/+0 |
| | | | | (bzr r14340) | ||||
| * | Added translations to the cmake build (1451236) | houz | 2015-08-16 | 4 | -2/+253 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304) | ||||
| * | cmake: Ignore test harness and old build system files in consistency checks | Bryce Harrington | 2015-06-06 | 1 | -0/+3 |
| | | | | (bzr r14197) | ||||
| * | cmake: Drop unrecognized 'encoding' option to open() | Bryce Harrington | 2015-06-06 | 1 | -1/+1 |
| | | | | | | | If encoding remains a problem, it'll make itself known soon enough. For now, this is preventing this script from executing. (bzr r14196) | ||||
| * | cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP') | su_v | 2015-05-09 | 1 | -1/+3 |
| | | | | (bzr r14141) | ||||
| * | cmake: add configuration option for OpenMP | su_v | 2015-05-09 | 1 | -12/+15 |
| | | | | (bzr r14138) | ||||
| * | cmake: Bring cmake installation in line with autotools (bug #1451481) | houz | 2015-05-08 | 1 | -1/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128) | ||||
| * | cmake: shorter linker list (remove duplicates) | houz | 2015-05-04 | 1 | -0/+2 |
| | | | | (bzr r14106) | ||||
| * | cmake: fix copy&paste error in LibCDR check | houz | 2015-05-04 | 1 | -2/+2 |
| | | | | (bzr r14105) | ||||
| * | cmake: fix WITH_GTKSPELL configuration option | Ken Moffat | 2015-05-04 | 1 | -1/+2 |
| | | | | (bzr r14103) | ||||
| * | cmake: add configuration option for ImageMagick | su_v | 2015-05-04 | 1 | -10/+16 |
| | | | | | | | | | | | Usage of ImageMagick for raster extensions and detection of image import resolution is optional; allow compiling without it. Fix failure to correctly detect ImageMagick component include dirs and libraries on linux as reported on irc: use variables which list all include dirs and libraries instead. (bzr r14102) | ||||
| * | Added base unit test source utilizing Google Test and corresponding CMake ↵ | Jon A. Cruz | 2015-05-03 | 1 | -0/+8 |
| | | | | | | support. (bzr r14100) | ||||
| * | cmake: move Intl check to 'Files we include' section | su_v | 2015-05-03 | 1 | -5/+5 |
| | | | | | | | | Because the FindIntl module was only recently added to Cmake, I added a copy to Inkscape's Modules dir in r14098 but forgot to properly reflect this in CMakeScripts/DefineDependsandFlags.cmake. (bzr r14099) | ||||
