| Commit message (Expand) | Author | Age | Files | Lines |
| * | added WITH_GNOME_VFS as an option for cmake | Campbell Barton | 2011-07-16 | 1 | -3/+9 |
| * | fix for building with dbus and cmake | Campbell Barton | 2011-07-08 | 2 | -0/+83 |
| * | fix for building with cmake, renaming the GTK2 package didnt work right, very... | Campbell Barton | 2011-07-08 | 3 | -4/+3 |
| * | Gcodetools have been upgraded to v. 1.7. | Nick Drobchenko | 2011-07-05 | 4 | -180/+180 |
| * | added a Modules cmake dir, only use for find_package, reference cmake include... | Campbell Barton | 2011-06-25 | 11 | -2/+2 |
| * | cmake: added a patched FindGTK2 to include cairommconfig.h | Campbell Barton | 2011-06-25 | 2 | -6/+600 |
| * | cmake: inkscape source dirs were included using system setting | Campbell Barton | 2011-06-22 | 2 | -21/+28 |
| * | update cmake checker and split out config | Campbell Barton | 2011-06-22 | 2 | -68/+88 |
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 2 | -2/+35 |
| * | cmake: correct syntax error. | Campbell Barton | 2011-06-18 | 1 | -1/+1 |
| * | minor changes to cmake, use lib/ and bin/ in the build dir. | Campbell Barton | 2011-06-17 | 1 | -6/+3 |
| * | Attempt to make ImageMagick and OpenMP optional with cmake. | Jon A. Cruz | 2011-06-15 | 1 | -10/+14 |
| * | cmake: use system includes (-isystem in gcc). | Campbell Barton | 2011-06-14 | 1 | -1/+1 |
| * | cmake: update ignore list. | Campbell Barton | 2011-06-14 | 1 | -0/+8 |
| * | cmake: use cmakes freetype module | Campbell Barton | 2011-06-13 | 2 | -106/+8 |
| * | cmake: | Campbell Barton | 2011-06-13 | 3 | -22/+34 |
| * | cmake: | Campbell Barton | 2011-06-13 | 3 | -499/+93 |
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -0/+30 |
| * | replace local CheckStructMember.cmake with cmake's | Campbell Barton | 2011-06-13 | 2 | -69/+7 |
| * | cmake: script to check for coverage in our cmake files (that we dont miss any... | Campbell Barton | 2011-06-13 | 1 | -0/+265 |
| * | cmake: | Campbell Barton | 2011-06-13 | 6 | -332/+151 |
| * | cmake: remove FindBoost, is an old copy of the one that comes with cmake. | Campbell Barton | 2011-06-13 | 1 | -403/+0 |
| * | cmake: fix for error reading non existing file which would error out cmake's ... | Campbell Barton | 2011-06-13 | 1 | -1/+5 |
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all sub... | Joshua L. Blocher | 2009-01-12 | 2 | -19/+19 |
| * | UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changed | Krzysztof Kosi??ski | 2009-01-11 | 1 | -5/+13 |
| * | Cmake: minor fixes | Joshua L. Blocher | 2009-01-10 | 2 | -9/+8 |
| * | Cmake: New FindGTK2 | Joshua L. Blocher | 2009-01-09 | 8 | -993/+339 |
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 7 | -64/+79 |
| * | fix cmake version checking | Johan B. C. Engelen | 2009-01-06 | 1 | -21/+27 |
| * | Cmake: add missing file | Joshua L. Blocher | 2009-01-06 | 2 | -56/+145 |
| * | Cmake: add missing file | Joshua L. Blocher | 2009-01-06 | 1 | -0/+89 |
| * | Cmake: Fixed GioMM Include Directories | Joshua L. Blocher | 2009-01-06 | 1 | -0/+4 |
| * | Cmake: Add GSL to LIBS and Includes | Joshua L. Blocher | 2008-06-24 | 2 | -3/+4 |
| * | Cmake: fix quoting in INKSCAPE_LIBS | Joshua L. Blocher | 2008-06-18 | 1 | -13/+13 |
| * | Cmake: Add src/ to include_directories, fix missing includes for file checks | Joshua L. Blocher | 2008-06-18 | 2 | -3/+4 |
| * | Cmake: fix config.h not being found | Joshua L. Blocher | 2008-06-14 | 3 | -2/+2 |
| * | Cmake: Fix Dependencies with multiple include directories. | Joshua L. Blocher | 2008-06-12 | 7 | -58/+563 |
| * | Cmake: added windows path to find modules. | Joshua L. Blocher | 2008-05-31 | 16 | -18/+43 |
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, r... | Joshua L. Blocher | 2008-05-29 | 4 | -137/+34 |
| * | Cmake: More Dependency work, added new files | Joshua L. Blocher | 2008-05-25 | 2 | -24/+39 |
| * | Cmake: Find Dependencies rebuilt | Joshua L. Blocher | 2008-05-22 | 18 | -22/+1909 |
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files t... | Joshua L. Blocher | 2008-05-19 | 1 | -1/+1 |
| * | Cmake: Moved helper macros to their own file and removed *-test.h from inksca... | Joshua L. Blocher | 2008-05-05 | 3 | -3/+19 |
| * | Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file | Joshua L. Blocher | 2008-05-03 | 5 | -80/+80 |
| * | Cmake: Fix some double linking flags | Joshua L. Blocher | 2008-05-03 | 1 | -14/+12 |
| * | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Lin... | Joshua L. Blocher | 2008-05-02 | 3 | -4/+41 |
| * | Cmake: Fixed optional dependency linking | Joshua L. Blocher | 2008-04-28 | 1 | -1/+1 |
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ... | Joshua L. Blocher | 2008-04-11 | 1 | -26/+26 |
| * | cmake: include javainc dir. please check if this works on linux and solaris too | Johan B. C. Engelen | 2008-04-10 | 2 | -0/+15 |
| * | replace setting flags as variables with use of add_definitions() to avoid quo... | Aaron Spike | 2008-04-10 | 1 | -10/+8 |