summaryrefslogtreecommitdiffstats
path: root/src/debug (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-12Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza1-3/+2
2019-08-23Eliminate clang warningsThomas Holder3-3/+3
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-39/+2
2019-01-24Debug: Remove the last remnants of Util::ptr_shared.Emmanuel Gil Peyrot4-8/+5
2019-01-24Timestamp: Switch to std::shared_ptr.Emmanuel Gil Peyrot2-6/+8
2019-01-24Demangle: Switch to std::shared_ptr.Emmanuel Gil Peyrot2-12/+10
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot2-5/+1
std::shared_ptr.
2019-01-24Logger: Switch TagStack to std::shared_ptr.Emmanuel Gil Peyrot3-7/+7
2019-01-24Event: Make property value char const* too.Emmanuel Gil Peyrot3-10/+18
2019-01-24Event: Make name and property name char const*.Emmanuel Gil Peyrot3-31/+18
2018-11-08Clarify licensesMax Gaukler19-18/+37
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun2-5/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2-3/+3
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot3-4/+4
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot4-13/+13
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2-4/+4
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin5-15/+15
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin5-15/+15
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-37/+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
2018-03-17[meson-build] libdebugFelipe Corrêa da Silva Sanches1-0/+37
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-10-18Refactor Util::ptr_sharedJan Lingscheid10-27/+27
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
2017-02-07Fix some new Gdk deprecationsAlex Valavanis1-10/+31
(bzr r15491)
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-15/+0
(bzr r15046)
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White5-5/+5
(bzr r13950)
2015-02-25Isolate components of libgcLiam P. White5-5/+5
(bzr r13946)
2014-09-27Update to experimental r13565Liam P. White2-1/+3
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White2-1/+3
(bzr r13090.1.108)
2014-09-06More header cleanupLiam P. White2-1/+3
(bzr r13341.1.198)
2014-08-23Fix gdk_display_get_n_screens deprecationAlex Valavanis1-0/+6
(bzr r13341.1.161)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-0/+1
(bzr r11736)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis3-5/+2
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-06-13cmake:Campbell Barton1-1/+16
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
(bzr r10278)
2011-06-13cmake:Campbell Barton1-2/+1
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)
2011-06-12work in progress cmake commit:Campbell Barton1-11/+12
- cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2-3/+2
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan18-18/+18
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
rather than for every subdirectory. (bzr r7336)
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
version string on Linux. (bzr r7123)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-1/+3
sub-libs of inkscape. (bzr r7120)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-1/+1
reduce linking stage command for windows. (bzr r7100)
2008-10-27From trunkTed Gould1-2/+3
(bzr r6885)
2008-07-27Add tracking of skew factor and display in warning message.Jon A. Cruz2-2/+15
(bzr r6429)
2008-07-26Added compensation factor for time-skew with event latency.Jon A. Cruz2-2/+5
(bzr r6421)
2008-07-08instrument event latencyMenTaLguY4-0/+119
(bzr r6231)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-10/+0
(bzr r6046)
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-1/+1
This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)