summaryrefslogtreecommitdiffstats
path: root/buildtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MSYS2: avoid pip upgrade failing if dependencies can't be updatedPatrick Storz2019-11-051-2/+6
|
* MSYS2: Update imagemagick to version 6.9.10-69Patrick Storz2019-10-251-3/+3
|
* CMake/MSYS2: Fix for Python 3.8 updatePatrick Storz2019-10-251-1/+1
|
* CMake/MSYS2: Add PyGObject to distributionJan Winkler2019-06-181-1/+2
| | | | | | | Allows extension authors to use gtk stack in Python via GObject introspection See https://gitlab.com/inkscape/extensions/issues/85
* Packaging: Switch Windows distribution to Python 3.7Patrick Storz2019-06-122-9/+9
|
* CI: Update for move to bin/Patrick Storz2019-06-092-35/+46
| | | | Also add --working-directory switch to dependency checking script.
* Use share/inkscape subfolder on WindowsPatrick Storz2019-06-061-2/+3
| | | | First part of https://gitlab.com/inkscape/inkscape/issues/82
* Remove unused libyaml dependencyPatrick Storz2019-06-051-2/+1
| | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
* CI/AppVeyor: Work around MSYS2 update issuePatrick Storz2019-05-281-0/+3
|
* Update packaging for double-conversionPatrick Storz2019-04-021-0/+1
|
* Remove leftover popt references in build filesKarl Cheng2019-03-201-1/+0
| | | | | | Refs: https://bugs.launchpad.net/inkscape/+bug/195220 Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
* fix clangtidy CI jobThomas Holder2019-03-021-0/+25
|
* CI/AppVeyor: Add link to AppVeyor history toredirect templatePatrick Storz2019-02-171-1/+2
|
* license check: use exceptionsThomas Holder2018-11-101-14/+25
|
* license check: split " OR "Thomas Holder2018-11-101-3/+1
|
* check-license-headers Python 2 compatibleThomas Holder2018-11-101-0/+5
|
* check-license-headers tweaksThomas Holder2018-11-101-18/+83
| | | | | | - run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes)
* License header check: ignore files in .gitignoreMax Gaukler2018-11-081-0/+3
|
* Check for valid license header on buildMax Gaukler2018-11-081-0/+63
|
* CI/AppVeyor: Make pacman default to overwriting existing filesEduard Braun2018-09-272-8/+13
| | | | | | Usually this should not be required but it avoids undefined behavior when casing of a filename changes between versions (as Windows does not have case-sensitive filenames)
* CMake/MSYS2: Properly disable jemalloc for all buildsEduard Braun2018-09-101-1/+0
|
* MSYS2: Use system python2-six to avoid conflict with pip versionEduard Braun2018-09-091-1/+2
|
* CI/AppVeyor: Build without jemallocEduard Braun2018-09-071-0/+1
| | | | It's known to cause crashes in MSYS2/mingw-w64.
* CMake/MSYS2: Update for enchant-2Eduard Braun2018-07-181-4/+0
| | | | | | | | Re-enable usage of enchant-2 after 3f5b88a264397918cf7e1623d0e5e8828a5ceb77 (while not failing completely anymore enchant-2 is still broken unfortunately)
* CI/AppVeyor: Use previous version of enchantEduard Braun2018-06-301-0/+4
| | | | | enchant-2 is broken, see https://github.com/Alexpux/MINGW-packages/pull/4008
* CI/AppVeyor: Push link to latest build artifact to ↵Eduard Braun2018-03-142-1/+27
| | | | http://alpha.inkscape.org/snapshots/
* doxygen: include ifdef'd codeEduard Braun2018-02-271-1/+1
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1736532
* typoMarc Jeanmougin2017-11-231-1/+1
|
* Add index pageMarc Jeanmougin2017-11-221-0/+21
|
* MSYS2: Update ImageMagick to version 6.9.9.23Eduard Braun2017-11-221-3/+3
|
* Add configuration to build python extension docs with doxygenMois Moshev2017-11-141-0/+2445
| | | | | | * Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files
* Misc. typosUnknown2017-11-073-7/+7
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* CI/AppVeyor: Re-introduce full system upgradeEduard Braun2017-09-301-0/+7
| | | | | | | | | | | | | It was disabled in 657285e593dc1b901203bd797c335e87672e3d26 to reduce build times. Unfortunately pacman does not update dependencies of installed packages, so if a dependency is already present on the build machine an outdated (and potentially incompatible) version will be used. For an example of such breakage, see https://github.com/Alexpux/MSYS2-packages/pull/1020 https://github.com/appveyor/ci/issues/1822
* MSYS2: use custom ImageMagick build as relocation support is brokenEduard Braun2017-09-301-8/+3
| | | | | | | | | | This package was configured `--without-modules` which results in ImageMagick's "coders" to be compiled directly into the main library instead of using separate modules (which might not be found). see - https://bugs.launchpad.net/inkscape/+bug/1720330 - https://github.com/Alexpux/MINGW-packages/issues/2995
* CI/AppVeyor: Fix tests involving font renderingEduard Braun2017-09-281-6/+10
| | | | | | | | - use a custom fonts.conf to load fonts from ./build/fonts folder - manually download fonts required by tests and extract into said folder (subfolders are scanned, too, so that's fine) Now that finally all tests pass: Fail the build if a test fails!
* MSYS2: Upgrade python packages when re-running the script (pip)Eduard Braun2017-09-281-2/+2
|
* MSYS2: Switch to repo.msys2.org URL for imagemagickEduard Braun2017-09-281-2/+2
| | | | (https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons)
* Fix wrong parameter in Doxifile pointed by Eduard BrownJabier Arraiza2017-09-221-1/+1
|
* Fixes to DoxifileJabier Arraiza2017-09-221-21/+78
|
* CI/AppVeyor: Enable testsEduard Braun2017-09-141-2/+2
| | | | | | | Patched Aspell [1] has fixed the SEGFAULTs on exit and additionally seems to have fixed the deadlocks when running tests. [1] https://github.com/Alexpux/MINGW-packages/pull/2872
* CI/AppVeyor: now compiles with poppler 0.59Eduard Braun2017-09-071-4/+0
|
* CI/AppVeyor: Fix buildEduard Braun2017-09-061-10/+3
| | | | | | | - patched cairo merged upstream - updated python2-pillow merged upstream - poppler >= 0.58 introduced incompatible API changes so use old version until compatibility is restored
* CI/AppVeyor: manually install missing dependencyEduard Braun2017-08-261-0/+5
|
* CI/AppVeyor: patched cairo to avoid crash when printingEduard Braun2017-07-261-0/+5
| | | | | - https://bugs.launchpad.net/inkscape/+bug/1665768 - https://bugs.freedesktop.org/show_bug.cgi?id=101833
* CI/AppVeyor: Use dist-win targets and create installers on tagEduard Braun2017-07-241-4/+6
| | | | | | | | | | Use a globbing expression to get WiX location as it's dependent on the version installed. Add note about the .msi installer still not being created properly and wix exiting with an error code (mostly to make CI happy). Somebody should figure this out eventually but the .msi format cost me too many hours of my life already...
* Move Doxyfile into buildtools/ subdirBryce Harrington2017-07-221-0/+2387
| | | | | | | | doxygen lets you pass the config file name on the command line, so it's not necessary that this live in the root directory. We do not host the doxygen output on the project website, and I'm not aware that many developers utilize this for their own reference. However, I've verified the config file still works, so no reason to get rid of it.
* CI/AppVeyor: try something new with ccacheEduard Braun2017-07-201-1/+3
| | | | | Apparently re-using the same cache folder for both 0.92 and master results in a lot of cache misses whenever switching branches.
* Update msys2installdeps.shEduard Braun2017-07-181-4/+1
| | | | | | - bzr -> git - drop dependencies of 0.92.x branch since it has its own msys2installdeps.sh now
* CI/AppVeyor: tweak ccache settingsEduard Braun2017-07-181-1/+2
| | | | | | | | | | | | | | | | | We currently use the same cache for master and 0.92.x branches so increase the cache size a bit. (the maximum is 1 GB and we now have 2 x 300 MB for 32-bit/64-bit) Also set options to ignore creation time and modification time of include files as they are very likely to be different between builds (sloppiness=include_file_ctime,include_file_mtime) ToDo: Figure out if it's worth splitting the cache. Unfortunately I don't know of a good way to tell if a branch is based on 0.92.x or if it's build based on master. See also https://github.com/appveyor/ci/issues/1623 which might allow for some better control in future.
* root dir tidying: MSYS2 & AppVeyor CIEduard Braun2017-07-173-0/+342
- move build scripts and related tools to buildtools folder - rename appveyor.yml -> .appveyor.yml