Brenden Matthews
|
4b92556fca
|
Build improvements: clang-tidy, sonar, Dockerfile. (#488)
|
2018-05-12 19:26:31 -04:00 |
|
Brenden Matthews
|
eebc8c653b
|
Add formatting/static analysis (#486)
* Reform source with clang-format.
Rules applied with:
$ find . -iname *.h -o -iname *.cc | xargs clang-format \
-style=file -i -fallback-style=google
* Add clang-format and analyze to build.
Based on the excellent work at: https://github.com/ttroy50/cmake-examples
* Clean up CMake stuff on macOS.
* Remove vim/emacs modelines.
* Update copyright dates.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
|
2018-05-12 12:03:00 -04:00 |
|
Nikolas Garofil
|
4afe96b9ce
|
cpp-ify prioqueue.c and use free_and_zero in [p-r]*.cc where appropriate
|
2010-02-24 02:46:45 +01:00 |
|
Brenden Matthews
|
620e9876a4
|
C++ conversions WIP.
Currently stuck on an issue with g++ and using '%lli' with printf/scanf.
|
2010-01-04 19:21:12 -08:00 |
|
Phil Sutter
|
4229fbd380
|
introduce a generic priority queue implementation
|
2009-12-13 17:10:45 +01:00 |
|