| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 2 | -19/+19 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changed | Krzysztof Kosi??ski | 2009-01-11 | 1 | -5/+13 |
| | | | | (bzr r7116) | ||||
| * | Cmake: minor fixes | Joshua L. Blocher | 2009-01-10 | 2 | -9/+8 |
| | | | | (bzr r7104) | ||||
| * | Cmake: New FindGTK2 | Joshua L. Blocher | 2009-01-09 | 8 | -993/+339 |
| | | | | (bzr r7103) | ||||
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 7 | -64/+79 |
| | | | | (bzr r7093) | ||||
| * | fix cmake version checking | Johan B. C. Engelen | 2009-01-06 | 1 | -21/+27 |
| | | | | (bzr r7091) | ||||
| * | Cmake: add missing file | Joshua L. Blocher | 2009-01-06 | 2 | -56/+145 |
| | | | | (bzr r7090) | ||||
| * | Cmake: add missing file | Joshua L. Blocher | 2009-01-06 | 1 | -0/+89 |
| | | | | (bzr r7088) | ||||
| * | Cmake: Fixed GioMM Include Directories | Joshua L. Blocher | 2009-01-06 | 1 | -0/+4 |
| | | | | (bzr r7087) | ||||
| * | Cmake: Add GSL to LIBS and Includes | Joshua L. Blocher | 2008-06-24 | 2 | -3/+4 |
| | | | | (bzr r6047) | ||||
| * | Cmake: fix quoting in INKSCAPE_LIBS | Joshua L. Blocher | 2008-06-18 | 1 | -13/+13 |
| | | | | (bzr r5989) | ||||
| * | Cmake: Add src/ to include_directories, fix missing includes for file checks | Joshua L. Blocher | 2008-06-18 | 2 | -3/+4 |
| | | | | (bzr r5986) | ||||
| * | Cmake: fix config.h not being found | Joshua L. Blocher | 2008-06-14 | 3 | -2/+2 |
| | | | | (bzr r5944) | ||||
| * | Cmake: Fix Dependencies with multiple include directories. | Joshua L. Blocher | 2008-06-12 | 7 | -58/+563 |
| | | | | (bzr r5894) | ||||
| * | Cmake: added windows path to find modules. | Joshua L. Blocher | 2008-05-31 | 16 | -18/+43 |
| | | | | (bzr r5770) | ||||
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵ | Joshua L. Blocher | 2008-05-29 | 4 | -137/+34 |
| | | | | | | remove old/unused files (bzr r5760) | ||||
| * | Cmake: More Dependency work, added new files | Joshua L. Blocher | 2008-05-25 | 2 | -24/+39 |
| | | | | (bzr r5754) | ||||
| * | Cmake: Find Dependencies rebuilt | Joshua L. Blocher | 2008-05-22 | 18 | -22/+1909 |
| | | | | (bzr r5731) | ||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -1/+1 |
| | | | | | | to their cmakelists.txts (bzr r5713) | ||||
| * | Cmake: Moved helper macros to their own file and removed *-test.h from ↵ | Joshua L. Blocher | 2008-05-05 | 3 | -3/+19 |
| | | | | | | inkscape source list (bzr r5608) | ||||
| * | Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file | Joshua L. Blocher | 2008-05-03 | 5 | -80/+80 |
| | | | | (bzr r5590) | ||||
| * | Cmake: Fix some double linking flags | Joshua L. Blocher | 2008-05-03 | 1 | -14/+12 |
| | | | | (bzr r5584) | ||||
| * | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵ | Joshua L. Blocher | 2008-05-02 | 3 | -4/+41 |
| | | | | | | Linking checking to help resolve linking issues (bzr r5576) | ||||
| * | Cmake: Fixed optional dependency linking | Joshua L. Blocher | 2008-04-28 | 1 | -1/+1 |
| | | | | (bzr r5539) | ||||
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵ | Joshua L. Blocher | 2008-04-11 | 1 | -26/+26 |
| | | | | | | issue with dependency.cpp (bzr r5406) | ||||
| * | cmake: include javainc dir. please check if this works on linux and solaris too | Johan B. C. Engelen | 2008-04-10 | 2 | -0/+15 |
| | | | | (bzr r5399) | ||||
| * | replace setting flags as variables with use of add_definitions() to avoid ↵ | Aaron Spike | 2008-04-10 | 1 | -10/+8 |
| | | | | | | quoting issues and because it looks like the proper cmake way (bzr r5396) | ||||
| * | don't set -j anything by default - its not useful and may cause breakage ↵ | Peter Linnell | 2008-04-09 | 1 | -1/+1 |
| | | | | | | debugging the new cmake build setup (bzr r5395) | ||||
| * | cmake: remove slashes from previous commit. they really should not be there. ↵ | Johan B. C. Engelen | 2008-04-08 | 1 | -1/+1 |
| | | | | | | looking elsewhere to fix my prob... (bzr r5387) | ||||
| * | cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ↵ | Johan B. C. Engelen | 2008-04-07 | 2 | -6/+68 |
| | | | | | | struct even exist? not here on windows) (bzr r5383) | ||||
| * | cmake: add many config define checks | Johan B. C. Engelen | 2008-04-07 | 1 | -4/+37 |
| | | | | (bzr r5382) | ||||
| * | cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf ↵ | Johan B. C. Engelen | 2008-04-07 | 1 | -1/+1 |
| | | | | | | \" (note the slashes in front of the ") (bzr r5381) | ||||
| * | cmake: generate config files in CMAKE_BINARY_DIR instead of ↵ | Johan B. C. Engelen | 2008-04-07 | 1 | -5/+5 |
| | | | | | | CMAKE_CURRENT_BINARY_DIR . add extra comments. (bzr r5378) | ||||
| * | cmake: EOL | Johan B. C. Engelen | 2008-04-07 | 1 | -110/+110 |
| | | | | (bzr r5377) | ||||
| * | cmake: make all cmakescripts svn:eol-style native. solved problem i think | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+1 |
| | | | | (bzr r5375) | ||||
| * | cmake: add comment of why to add base binary dir to include path | Johan B. C. Engelen | 2008-04-07 | 1 | -2/+2 |
| | | | | (bzr r5373) | ||||
| * | cmake: add pango defines necessary for win32 building, also needed for linux? | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+4 |
| | | | | (bzr r5371) | ||||
| * | cmake: add compile flags to C flags as well | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+1 |
| | | | | (bzr r5370) | ||||
| * | cmake: add CMAKE_CURRENT_BINARY_DIR to include path | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+2 |
| | | | | (bzr r5368) | ||||
| * | add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX) | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+1 |
| | | | | (bzr r5367) | ||||
| * | Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmake | Joshua L. Blocher | 2008-04-07 | 1 | -0/+1 |
| | | | | (bzr r5366) | ||||
| * | CMake: add optional flags when found | Aaron Spike | 2008-04-07 | 1 | -0/+2 |
| | | | | (bzr r5365) | ||||
| * | CMake build work | Aaron Spike | 2008-04-06 | 1 | -0/+2 |
| | | | | | | | | - Comment inkview.cpp because it is another executable file. These will each need to be separated into their own targets. - Move deptool.cpp into win32 only. perhaps this isn't used at all for cmake builds. - aggregate all the link flags into a var and pass to the linker to avoid platform specific naming conventions. (bzr r5356) | ||||
| * | cmake: remove quotes from execute_command. now it works. | Johan B. C. Engelen | 2008-04-05 | 1 | -4/+5 |
| | | | | (bzr r5350) | ||||
| * | cmake: fix file names in marshal generation | Johan B. C. Engelen | 2008-04-05 | 1 | -10/+9 |
| | | | | (bzr r5349) | ||||
| * | Cmake: UseGlibMarshal update | Joshua L. Blocher | 2008-04-05 | 1 | -3/+4 |
| | | | | (bzr r5347) | ||||
| * | cmake: marshal files; fix to use correct result variable | Johan B. C. Engelen | 2008-04-05 | 1 | -3/+3 |
| | | | | (bzr r5345) | ||||
| * | cmake: revert last commit because the current directory is included when ↵ | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | | | building (bzr r5344) | ||||
| * | cmake: fix include location of sp-marshal | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5343) | ||||
| * | cmake: fix wrong direction of slashes | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5342) | ||||
