John Maguire
|
f2daa772c1
|
Lazy initialise everything in Application.
|
2016-02-11 15:15:38 +00:00 |
|
John Maguire
|
b2a532be62
|
Experiment with typesafe time units
|
2015-07-20 14:35:13 +01:00 |
|
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
|
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
|
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
|
David Sansome
|
f0b9120c43
|
Create a Fatal logging level, and use it when sqlite symbols can't be resolved.
|
2013-09-18 00:15:46 +10:00 |
|
John Maguire
|
5280ddf3d7
|
Add support for demangling symbols on Linux.
|
2012-02-02 15:50:42 +01:00 |
|
John Maguire
|
0212a1fa91
|
D'oh
|
2012-01-17 21:29:20 -08:00 |
|
John Maguire
|
4f6ee57297
|
Apparently <execinfo.h> doesn't exist for mingw.
|
2012-01-17 20:57:56 -08:00 |
|
John Maguire
|
ab58c72c66
|
ifdef DumpStackTrace() for non-Unix.
|
2012-01-17 20:45:33 -08:00 |
|
John Maguire
|
5fe7d1ad20
|
Add stack trace dumper (might need some tweaks for win & Linux still).
|
2012-01-17 20:35:10 -08:00 |
|
David Sansome
|
9041117867
|
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
|
2012-01-05 23:25:13 +00:00 |
|