| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Prepare script for 'dist'-like targets | Eduard Braun | 2017-07-23 | 1 | -5/+6 |
| | | | | | | | | 'dist' is the same as before only difference: add date and commit hash for development and pre-release | ||||
| * | Cleanup: eliminate version from config.h | Eduard Braun | 2017-07-17 | 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. | ||||
| * | cmake: fix 'dist' target to actually include INKSCAPE_REVISION | Eduard Braun | 2017-07-16 | 1 | -8/+8 |
| | | | | | (re-use inkscape-version.cpp in order not to duplicate code) | ||||
| * | Improve revision format | Eduard Braun | 2017-07-11 | 1 | -6/+6 |
| | | |||||
| * | cmake: fix inkscape-version for linked worktrees | Eduard Braun | 2017-07-08 | 1 | -1/+1 |
| | | | | | (they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir) | ||||
| * | Fix version strings to work on windows & unix | su-v | 2017-07-01 | 1 | -7/+6 |
| | | |||||
| * | Fix revno with git | Marc Jeanmougin | 2017-06-30 | 1 | -4/+12 |
| | | |||||
| * | Fix revno | Marc Jeanmougin | 2017-06-30 | 1 | -3/+3 |
| | | |||||
| * | CMake: Cosmetic fix for version string | Eduard Braun | 2017-02-13 | 1 | -1/+1 |
| | | | | | | (set concatenates arguments with a semicolon ";") (bzr r15517) | ||||
| * | prevent use of string concat for compatibility with old cmake | Marc Jeanmougin | 2016-12-02 | 1 | -1/+1 |
| | | | | (bzr r15292) | ||||
| * | annotate custom builds, and add correct revno into make dist tarballs | Marc Jeanmougin | 2016-11-07 | 1 | -0/+10 |
| | | | | (bzr r15223) | ||||
| * | Should compile inkscape-version.cpp in out of tree builds | Marc Jeanmougin | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811) | ||||
| * | regenerates inkscape-version when revno changes ; Translates ↵ | Marc Jeanmougin | 2016-04-12 | 1 | -16/+2 |
| | | | | | | | | | | inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785) | ||||
| * | cmake: Fix code style for consistency | Bryce Harrington | 2016-01-17 | 1 | -15/+15 |
| | | | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596) | ||||
| * | Fix bzr revision number in version string (LP #1071923) | Bryce Harrington | 2014-01-14 | 1 | -1/+1 |
| | | | | | | Patch from David Evans. (bzr r12928) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+6 |
| | | | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 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) | |||||
