Age | Commit message (Collapse) | Author |
|
This breaks the toxencryptsave API. It hides the Tox_Pass_Key struct
definition.
|
|
This allows us to use apidsl features like namespaces to enforce a
naming standard.
|
|
This ensures that on Travis, format_test will always be executed, or the
build fails.
|
|
- Moved apidsl headers next to their generated versions. In the future,
perhaps all (or most) headers will be apidsl-generated, so the sources
should stay together.
- Try to find apidsl/apigen binary and astyle binary and use it for the
format test. Don't run the format test if these can't be found.
|
|
OpenCV 3.1 doesn't define cvRound in C, only in C++. Thus, we now need
to compile av_test as C++ code.
|
|
It now enforces a bit more formatting. In particular, padding inside
parentheses is removed. I would like it to remove padding after unary
operators, but there seems to be no option for that.
|
|
|
|
|
|
|
|
This is easier to use from a precommit hook, so it can be used to ensure that
all formatting is correct before committing code.
|
|
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly,
pointing to "tox.in.h"
|
|
Added input file to generate it.
Moved the astyle stuff to the astyle directory in other/.
|