summaryrefslogtreecommitdiff
path: root/util/log.cpp
Commit message (Expand)AuthorAgeFilesLines
* mainloop: Instrument main loop and promise job dispatcher with debug logsPhilip Chimento2023-03-041-0/+2
* log: Fix an off-by-one buffer overflowValentin David2022-11-251-1/+2
* log: Use std::array to hold the enabled topicsMarco Trevisan (Treviño)2022-11-191-4/+4
* maint: Update includes to match new version of IWYUPhilip Chimento2022-11-151-1/+0
* maint: Fix IWYU includes in files that previously failedPhilip Chimento2022-07-241-0/+1
* system: Use RAII in System.dumpHeap and logging for file pointerPhilip Chimento2021-05-161-11/+8
* log: Optimize topics check avoiding repeated strings checksMarco Trevisan (Treviño)2021-05-031-98/+73
* log: Make logging thread safeMarco Trevisan (Treviño)2021-05-031-88/+91
* maint: Replace G_GNUC_... macros with C++ attributesPhilip Chimento2021-04-111-0/+2
* cairo: Remove JSClass macros from Cairo contextPhilip Chimento2021-01-301-0/+3
* gtype: Remove JSClass macrosPhilip Chimento2021-01-301-0/+3
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-21/+2
* gjs/*.cpp, util/*.cpp: Check for sys/signal.h and _WIN32Chun-wei Fan2019-10-281-1/+1
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-10/+7
* interface: Split private struct into InterfacePrototype/InterfaceInstancePhilip Chimento2019-01-021-0/+3
* log: Remove unused debug topicsPhilip Chimento2018-03-291-24/+0
* log: Allow logging thread ID of each messagePhilip Chimento2018-02-171-0/+13
* Revert "js: Workaround for function with custom prototype"Philip Chimento2017-08-031-3/+0
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* log: remove GJS_DEBUG_STRACE_TIMESTAMPSDan Winship2017-04-021-50/+22
* gi/function.cpp, util/log.cpp: Allow build on WindowsChun-wei Fan2017-01-191-1/+10
* js: Workaround for function with custom prototypePhilip Chimento2016-12-091-0/+3
* build: Fix various compiler warningsPhilip Chimento2016-10-211-0/+7
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-12/+12
* gi: add fundamental type supportLionel Landwerlin2014-02-241-0/+3
* build: fix implicit pointer conversion errorsTim Lunn2013-10-291-1/+1
* build: rename all c file to cppTim Lunn2013-10-291-0/+290