index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeScripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-05
Cmake: Moved helper macros to their own file and removed *-test.h from inksca...
Joshua L. Blocher
3
-3
/
+19
2008-05-03
Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file
Joshua L. Blocher
5
-80
/
+80
2008-05-03
Cmake: Fix some double linking flags
Joshua L. Blocher
1
-14
/
+12
2008-05-02
Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Lin...
Joshua L. Blocher
3
-4
/
+41
2008-04-28
Cmake: Fixed optional dependency linking
Joshua L. Blocher
1
-1
/
+1
2008-04-11
Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ...
Joshua L. Blocher
1
-26
/
+26
2008-04-10
cmake: include javainc dir. please check if this works on linux and solaris too
Johan B. C. Engelen
2
-0
/
+15
2008-04-10
replace setting flags as variables with use of add_definitions() to avoid quo...
Aaron Spike
1
-10
/
+8
2008-04-09
don't set -j anything by default - its not useful and may cause breakage debu...
Peter Linnell
1
-1
/
+1
2008-04-08
cmake: remove slashes from previous commit. they really should not be there. ...
Johan B. C. Engelen
1
-1
/
+1
2008-04-07
cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ...
Johan B. C. Engelen
2
-6
/
+68
2008-04-07
cmake: add many config define checks
Johan B. C. Engelen
1
-4
/
+37
2008-04-07
cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf \...
Johan B. C. Engelen
1
-1
/
+1
2008-04-07
cmake: generate config files in CMAKE_BINARY_DIR instead of CMAKE_CURRENT_BIN...
Johan B. C. Engelen
1
-5
/
+5
2008-04-07
cmake: EOL
Johan B. C. Engelen
1
-110
/
+110
2008-04-07
cmake: make all cmakescripts svn:eol-style native. solved problem i think
Johan B. C. Engelen
1
-0
/
+1
2008-04-07
cmake: add comment of why to add base binary dir to include path
Johan B. C. Engelen
1
-2
/
+2
2008-04-07
cmake: add pango defines necessary for win32 building, also needed for linux?
Johan B. C. Engelen
1
-0
/
+4
2008-04-07
cmake: add compile flags to C flags as well
Johan B. C. Engelen
1
-0
/
+1
2008-04-07
cmake: add CMAKE_CURRENT_BINARY_DIR to include path
Johan B. C. Engelen
1
-0
/
+2
2008-04-07
add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX)
Johan B. C. Engelen
1
-0
/
+1
2008-04-07
Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmake
Joshua L. Blocher
1
-0
/
+1
2008-04-07
CMake: add optional flags when found
Aaron Spike
1
-0
/
+2
2008-04-06
CMake build work
Aaron Spike
1
-0
/
+2
2008-04-05
cmake: remove quotes from execute_command. now it works.
Johan B. C. Engelen
1
-4
/
+5
2008-04-05
cmake: fix file names in marshal generation
Johan B. C. Engelen
1
-10
/
+9
2008-04-05
Cmake: UseGlibMarshal update
Joshua L. Blocher
1
-3
/
+4
2008-04-05
cmake: marshal files; fix to use correct result variable
Johan B. C. Engelen
1
-3
/
+3
2008-04-05
cmake: revert last commit because the current directory is included when buil...
Johan B. C. Engelen
1
-1
/
+1
2008-04-05
cmake: fix include location of sp-marshal
Johan B. C. Engelen
1
-1
/
+1
2008-04-05
cmake: fix wrong direction of slashes
Johan B. C. Engelen
1
-1
/
+1
2008-04-05
cmake: fix error in UseGlibMarshal.cmake
Johan B. C. Engelen
1
-5
/
+5
2008-04-05
Cmake: add missing CMakeLists.txt
Joshua L. Blocher
1
-5
/
+5
2008-04-05
Cmake: add UseGlibMarshal.cmake for generating files
Joshua L. Blocher
1
-0
/
+27
2008-04-04
cmake: add HAVE_GETOPT_H
Johan B. C. Engelen
1
-0
/
+1
2008-04-04
cmake: put each dependency on new line, for better svn diffs.
Johan B. C. Engelen
1
-2
/
+21
2008-03-31
Cmake: Generate inkscape_version.h
Joshua L. Blocher
1
-0
/
+3
2008-03-31
fix typos in config.h.cmake
Johan B. C. Engelen
1
-2
/
+10
2008-03-31
cmake: add define flags
Johan B. C. Engelen
2
-2
/
+12
2008-03-31
add specific location for compiler flags; like optimization, define, debug an...
Johan B. C. Engelen
1
-0
/
+7
2008-03-31
Cmake: added more Platform File Checks
Joshua L. Blocher
1
-2
/
+23
2008-03-31
Cmake: Start of Platform Checks
Joshua L. Blocher
1
-1
/
+2
2008-03-30
cmake: add finding script for garbage collector!
Johan B. C. Engelen
2
-1
/
+29
2008-03-30
cmake: remove file to find gtk2, because it is not needed and not used.
Johan B. C. Engelen
1
-348
/
+0
2008-03-30
cmake: remove debug message
Johan B. C. Engelen
1
-2
/
+1
2008-03-30
cmake: add boost to the include directories when it is found
Johan B. C. Engelen
1
-0
/
+1
2008-03-30
fix creation of CXX flags string
Johan B. C. Engelen
1
-1
/
+2
2008-03-30
Cmake: cflags fix
Joshua L. Blocher
1
-0
/
+5
2008-03-30
Final fix to boost finding on windows for cmake
Johan B. C. Engelen
1
-5
/
+4
2008-03-30
clean up FindBoost.cmake
Johan B. C. Engelen
1
-20
/
+1
[next]