| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-28 | Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034 | Patrick Storz | 1 | -1/+1 | |
| 2019-03-28 | CMake: Fix "unknown" in version string of ppa builds | Patrick Storz | 1 | -0/+8 | |
| For now we extract the exact version string of the ppa build (which differs from our usual version string). This should be matched to other builds, though, if somebody can figure it out. | |||||
| 2017-07-23 | cmake: Prepare script for 'dist'-like targets | Eduard Braun | 1 | -5/+6 | |
| 'dist' is the same as before only difference: add date and commit hash for development and pre-release | |||||
| 2017-07-17 | Cleanup: eliminate version from config.h | Eduard Braun | 1 | -1/+1 | |
| The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose. | |||||
| 2017-07-16 | cmake: fix 'dist' target to actually include INKSCAPE_REVISION | Eduard Braun | 1 | -8/+8 | |
| (re-use inkscape-version.cpp in order not to duplicate code) | |||||
| 2017-07-11 | Improve revision format | Eduard Braun | 1 | -6/+6 | |
| 2017-07-08 | cmake: fix inkscape-version for linked worktrees | Eduard Braun | 1 | -1/+1 | |
| (they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir) | |||||
| 2017-07-01 | Fix version strings to work on windows & unix | su-v | 1 | -7/+6 | |
| 2017-06-30 | Fix revno with git | Marc Jeanmougin | 1 | -4/+12 | |
| 2017-06-30 | Fix revno | Marc Jeanmougin | 1 | -3/+3 | |
| 2017-02-13 | CMake: Cosmetic fix for version string | Eduard Braun | 1 | -1/+1 | |
| (set concatenates arguments with a semicolon ";") (bzr r15517) | |||||
| 2016-12-02 | prevent use of string concat for compatibility with old cmake | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r15292) | |||||
| 2016-11-07 | annotate custom builds, and add correct revno into make dist tarballs | Marc Jeanmougin | 1 | -0/+10 | |
| (bzr r15223) | |||||
| 2016-04-13 | Should compile inkscape-version.cpp in out of tree builds | Marc Jeanmougin | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811) | |||||
| 2016-04-12 | regenerates inkscape-version when revno changes ; Translates ↵ | Marc Jeanmougin | 1 | -16/+2 | |
| inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785) | |||||
| 2016-01-17 | cmake: Fix code style for consistency | Bryce Harrington | 1 | -15/+15 | |
| Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596) | |||||
| 2014-01-14 | Fix bzr revision number in version string (LP #1071923) | Bryce Harrington | 1 | -1/+1 | |
| Patch from David Evans. (bzr r12928) | |||||
| 2011-06-13 | cmake: | Campbell Barton | 1 | -2/+6 | |
| - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297) | |||||
| 2011-06-13 | cmake: | Campbell Barton | 1 | -0/+30 | |
| The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289) | |||||
