| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2geom: Use sincos function if available | Patrick Storz | 2019-09-02 | 1 | -0/+4 |
| | | |||||
| * | CMake: Fix module FindDoubleConversion.cmake | Patrick Storz | 2019-04-05 | 1 | -2/+2 |
| | | | | | | | | | The module did not properly handle required libraries that were not found. Ensure proper behavior by sticking to CMake-recommended standard variable names. | ||||
| * | Add new lib2geom dependency: "double-conversion" | Patrick Storz | 2019-04-02 | 1 | -0/+2 |
| | | |||||
| * | 2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478 | Eduard Braun | 2018-10-01 | 1 | -3/+0 |
| | | | | | Update README and remove obsolete files | ||||
| * | Add new 'Strict' build type for deprecation checking | Alex Valavanis | 2017-02-07 | 1 | -0/+4 |
| | | | | (bzr r15488) | ||||
| * | CMake: add missing headers | Campbell Barton | 2016-09-03 | 1 | -1/+7 |
| | | | | (bzr r15102) | ||||
| * | Fix CMake build broken by r14639 | suv-lp | 2016-02-09 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543298 (bzr r14642) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+0 |
| | | | | (bzr r14639) | ||||
| * | Fix build failures on some platforms. | Krzysztof Kosi??ski | 2015-07-08 | 1 | -7/+0 |
| | | | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237) | ||||
| * | 2Geom CMake adjustment | Krzysztof Kosi??ski | 2015-05-22 | 1 | -2/+3 |
| | | | | (bzr r14059.2.17) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -7/+5 |
| | | | | (bzr r14059.2.16) | ||||
| * | Undo changes to CMakeLists.txt in 2geom directory after syncs | Krzysztof Kosi??ski | 2015-05-09 | 1 | -183/+133 |
| | | | | (bzr r14059.2.14) | ||||
| * | Fix eraser tool | Krzysztof Kosi??ski | 2015-05-09 | 1 | -133/+183 |
| | | | | (bzr r14059.2.12) | ||||
| * | Adjust CMakeLists for 2geom directory | Krzysztof Kosi??ski | 2015-05-08 | 1 | -4/+0 |
| | | | | (bzr r14059.2.8) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -2/+7 |
| | | | | (bzr r14059.2.1) | ||||
| * | Update CMake Files | Campbell Barton | 2014-04-27 | 1 | -0/+1 |
| | | | | (bzr r13313) | ||||
| * | Fix remaining cmake build error in 2geom (bug #1283174) | Shlomi Fish | 2014-04-26 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13308) | ||||
| * | fix cmake build errors for changes in 2geom | Johan B. C. Engelen | 2014-04-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267) | ||||
| * | remove superfluous RectHull | Johan B. C. Engelen | 2012-02-19 | 1 | -1/+0 |
| | | | | (bzr r11001) | ||||
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 1 | -0/+1 |
| | | | | (bzr r10996) | ||||
| * | update 2geom to r2049. fixes bugs! | Johan B. C. Engelen | 2012-01-04 | 1 | -0/+1 |
| | | | | (bzr r10837) | ||||
| * | update to cmake checker and add missing header. | Campbell Barton | 2011-07-26 | 1 | -0/+1 |
| | | | | (bzr r10506) | ||||
| * | fix for building with cmake and building without lcms works again. | Campbell Barton | 2011-07-16 | 1 | -3/+8 |
| | | | | (bzr r10459) | ||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 |
| | | | | (bzr r10397) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+1 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -3/+1 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -5/+5 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 2011-06-12 | 1 | -3/+3 |
| | | | | (bzr r10273) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -122/+122 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | 2geom update | JF Barraud | 2009-03-09 | 1 | -0/+1 |
| | | | | (bzr r7453) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -2/+2 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 1 | -41/+0 |
| | | | | (bzr r7093) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -7/+7 |
| | | | | (bzr r7078) | ||||
| * | Update to 2geom rev. 1538 | Diederik van Lierop | 2008-08-15 | 1 | -22/+147 |
| | | | | (bzr r6634) | ||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6332) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -56/+0 |
| | | | | (bzr r6046) | ||||
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵ | Joshua L. Blocher | 2008-05-29 | 1 | -2/+2 |
| | | | | | | remove old/unused files (bzr r5760) | ||||
| * | implemented new classes for horizontal and vertical line segments; path.h ↵ | mcecchetti | 2008-05-26 | 1 | -0/+7 |
| | | | | | | has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once (bzr r5755) | ||||
| * | synchronization with 2geom library | mcecchetti | 2008-05-20 | 1 | -1/+1 |
| | | | | (bzr r5723) | ||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -2/+6 |
| | | | | | | to their cmakelists.txts (bzr r5713) | ||||
| * | Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape | Joshua L. Blocher | 2008-04-16 | 1 | -0/+86 |
| (bzr r5454) | |||||
