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 |
|
Pavel Labath
|
9cf26becf2
|
Change lua::stack_sentry semantics. Using it should be much simpler now
|
2010-02-25 16:24:50 +01:00 |
|
Pavel Labath
|
c61376b60b
|
A framework for registering config settins
similar to the one for data sources.
|
2010-02-17 22:52:19 +01:00 |
|
Pavel Labath
|
ad6707fac9
|
More refactoring and (hopefully) simplification
The idea was to avoid passing the data_source factory function through two std::binds.
|
2010-02-15 13:18:53 +01:00 |
|
Pavel Labath
|
1d6009594c
|
Simplify data source creation, create it directly inside lua userdata
|
2010-02-14 20:36:17 +01:00 |
|
Pavel Labath
|
fa02cdceab
|
An object-oriented api for accessing data sources from lua
|
2010-02-13 17:00:20 +01:00 |
|
Pavel Labath
|
f59a198a04
|
export functions for accessing data sources to lua
this adds some code to main() which tests these features and then exits, so it's normal that
conky doesn't work anymore.
|
2010-02-12 18:39:01 +01:00 |
|