summaryrefslogtreecommitdiffstats
path: root/src/debug (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-12Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza1-3/+2
2019-08-23Eliminate clang warningsThomas Holder3-3/+3
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 std::sha...Emmanuel Gil Peyrot2-5/+1
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
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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot3-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2-2/+2
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot4-13/+13
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin5-15/+15
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
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
2017-02-07Fix some new Gdk deprecationsAlex Valavanis1-10/+31
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-15/+0
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White5-5/+5
2015-02-25Isolate components of libgcLiam P. White5-5/+5
2014-09-27Update to experimental r13565Liam P. White2-1/+3
2014-09-07Update to experimental r13543Liam P. White2-1/+3
2014-09-06More header cleanupLiam P. White2-1/+3
2014-08-23Fix gdk_display_get_n_screens deprecationAlex Valavanis1-0/+6
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-0/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis3-5/+2
2011-06-13cmake:Campbell Barton1-1/+16
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+1
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-11/+12
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2-3/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan18-18/+18
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-1/+1
2008-10-27From trunkTed Gould1-2/+3
2008-07-27Add tracking of skew factor and display in warning message.Jon A. Cruz2-2/+15
2008-07-26Added compensation factor for time-skew with event latency.Jon A. Cruz2-2/+5
2008-07-08instrument event latencyMenTaLguY4-0/+119
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-10/+0
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-1/+1