| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 4 | -17/+17 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Fix typo. | Tavmjong Bah | 2018-04-03 | 1 | -1/+1 |
| | | |||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+8 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -26/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] libsrcdir | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -3/+1 |
| | | |||||
| * | [meson-build] declaring more libnrtype and libinkgc dependencies | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -1/+2 |
| | | |||||
| * | [meson-build] wip: inkgc + ui + libnrtype | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+27 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Remove duplicated build checks. | Elliott Sales de Andrade | 2017-06-15 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB). | ||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 3 | -8/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -13/+0 |
| | | | | (bzr r15046) | ||||
| * | Bump libgc dependency to 7.2 (see bug #1530286) | Alex Valavanis | 2016-01-11 | 1 | -6/+0 |
| | | | | (bzr r14570) | ||||
| * | Enable build with old libgc version | Alex Valavanis | 2015-12-31 | 1 | -0/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1530286 (bzr r14558) | ||||
| * | Replace deprecated GC direct variable access. | Alex Valavanis | 2015-12-26 | 1 | -3/+3 |
| | | | | (bzr r14543) | ||||
| * | Cleaned up cmake files to build successfully on Linux. | Jon A. Cruz | 2015-04-08 | 1 | -3/+2 |
| | | | | (bzr r14045) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 7 | -0/+776 |
| (bzr r13950) | |||||
