su8
|
7bca0ca881
|
Fix issues #439, #303 (#545)
* Fix issues https://github.com/brndnmtthws/conky/issues/439 , https://github.com/brndnmtthws/conky/issues/303
* core.cc: Add missing header file
* core.cc: Check if we build for x11 and add the locks functions
* read_tcpip.cc: Fix for https://github.com/brndnmtthws/conky/issues/306
* read_tcpip.cc: Missing string format specifier for "snprintf()"
* read_tcpip.cc: Wrong signed int format specifier for "snprintf()"
* Missing many string format specifiers to "snprintf()"
|
2018-08-02 11:15:16 -04:00 |
|
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 |
|
Brenden Matthews
|
ddef05d4eb
|
Update version, copyright.
|
2012-05-03 16:34:44 -07:00 |
|
Nikolas Garofil
|
7264b97e7a
|
Add missing header after commit d93dc72e6dbaaa254eaf7ccf0b014d6af1bb45ea;hpb=0336b5d67daf0b03868c4e594a0eca15a4aecd00
|
2010-03-08 18:13:55 +01:00 |
|
Pavel Labath
|
d93dc72e6d
|
Random C++ification: to_real_path() and current_config
|
2010-03-04 17:40:20 +01:00 |
|
Nikolas Garofil
|
c1648e6558
|
Use free_and_zero in [u-z]*.cc where appropriate
|
2010-02-24 12:04:28 +01:00 |
|
Nikolas Garofil
|
da76381300
|
Use free_and_zero in [st]*.cc where appropriate
|
2010-02-24 11:52:59 +01:00 |
|
Brenden Matthews
|
3e3dd16367
|
Update modelines and stuff.
|
2010-01-06 19:45:19 -08: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 |
|