iphydf
|
46b48f06ed
|
Always print output on failure in cmake tests on Travis.
Not only the second time it fails.
|
2018-08-21 17:52:56 +00:00 |
|
iphydf
|
3e3a8810af
|
Use tokstyle in the cmake travis build.
This checks that (some of) the code follows some simplicity and naming
guidelines set by the tool.
|
2018-08-13 17:27:08 +00:00 |
|
iphydf
|
f627a26a7b
|
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the
repository to perform whole program analysis.
|
2018-07-22 02:34:30 +00:00 |
|
iphydf
|
2377cac94b
|
Use named function types for group callbacks.
Also some other cleanups. This PR means that future PRs, i.e. the PGC PR,
must not break the rules established here.
|
2018-07-12 21:15:51 +00:00 |
|
iphydf
|
597f23bdd9
|
Use run_auto_test.h test fixture for some auto-tests.
Most of the auto-tests should use this fixture, but I've only done a few
to set an example.
|
2018-07-05 23:41:27 +00:00 |
|
iphydf
|
1a54be06cd
|
Simplify Travis CI builds.
Have one script per build. This means more duplication between the
scripts, but it's much easier to understand and to run locally.
|
2018-07-01 08:35:44 +00:00 |
|