| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
Also remove ConfigCompileFlags.cmake
(which wasn't included anymore for almost 10 years now)
|
| | |
|
| |
|
|
| |
Just use Gio::File when access to non-local files is needed.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(shamelessly stolen from Blender)
libstdc++ memory allocator is broken:
"Notes about deallocation. This allocator does not explicitly release memory."
The story:
https://www.zerotier.com/blog/2017-05-05-theleak.shtml
The solution?!
http://jemalloc.net/
No need to recompile, just install it and a simple test run:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
|
| |
|
|
|
|
| |
... just a matter of taste.
But both wanna be initialized: fixed.
|
| | |
|
| | |
|
| |
|
|
| |
Neither gthread nor FreeType appear to be used for anything.
|
| |
|
|
|
|
| |
On macOS, it's added if GTK+ 2 uses the x11 backends, which seems a
bit silly since Inkscape is using GTK+ 3. Linux also doesn't appear to
require x11 linkage, especially if using Wayland as a backend.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
| |
extensions that happen to be installed on the build system)
(bzr r15650)
|
| |
|
|
|
|
|
| |
(should be a safe assumption, if not let me know...)
This resolves the "mingw-w64" vs. "MinGW 64-bit" ambiguity of the "HAVE_MINGW64" cmake variable (which worked before as devlibs = 32bit = mingw; devlibs64 = 64-bit = mingw-w64), but is not senseful for newer 32-bit MinGW builds that are based on mingw-w64, too.
(bzr r15579)
|
| |
|
| |
(bzr r15527)
|
| |
|
|
|
|
|
|
|
| |
- It didn't make much sense to check twice anyway
- The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now
- The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually)
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039
(bzr r15475)
|
| |
|
| |
(bzr r15136.1.11)
|
| |
|
| |
(bzr r15136.1.9)
|
| |
|
| |
(bzr r15136.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1488159
(bzr r15094)
|
| |
|
| |
(bzr r15039)
|
| |
|
| |
(bzr r15023.2.8)
|
| |
|
| |
(bzr r15023.2.7)
|
| |
|
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1424830
- https://launchpad.net/bugs/1606558
(bzr r15023.2.1)
|
| |
|
| |
(bzr r15002.1.1)
|
| |
|
| |
(bzr r14967.1.2)
|
| |
|
|
|
|
|
|
| |
SVG2 and experimental LPEs
Fixed bugs:
- https://launchpad.net/bugs/1545333
(bzr r14954)
|
| |\
| |
| | |
(bzr r14761.1.11)
|
| | |
| |
| | |
(bzr r14853)
|
| | |
| |
| |
| |
| | |
by pkg-config, and fix a couple of typos
(bzr r14852)
|
| | |
| |
| | |
(bzr r14844)
|
| | |
| |
| | |
(bzr r14823)
|
| | |
| |
| | |
(bzr r14761.1.8)
|
| | |
| |
| | |
(bzr r14761.1.7)
|
| |\|
| |
| | |
(bzr r14761.1.5)
|
| |/
|
| |
(bzr r14801)
|
| |
|
| |
(bzr r14794)
|
| |
|
| |
(bzr r14787)
|
| |
|
|
|
|
|
| |
Patch from rindolf
Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
(bzr r14669)
|
| |
|
|
|
|
| |
<su_v> (IIRC java was used for the built-in scripts dialog, along with
the linked python and perl libs)
(bzr r14609)
|
| |
|
|
|
|
| |
Indentation to 4 spaces
Prefer lower case for functions and macros
(bzr r14596)
|
| |
|
| |
(bzr r14574)
|
| |
|
| |
(bzr r14552)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1488159
(bzr r14549)
|
| |
|
| |
(bzr r14449.1.8)
|
| |
|
| |
(bzr r14449.1.6)
|
| |
|
| |
(bzr r14449.1.5)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1156664
(bzr r14449.1.3)
|