Commit Graph

658 Commits

Author SHA1 Message Date
Hugues Delorme
f4bd4508bb travis: fix error with cat'ing obsolete coveralls dump file 2015-09-10 12:17:05 +02:00
Hugues Delorme
16fb28f6d9 travis: remove verbose messages from cpp-coveralls 2015-09-10 12:11:07 +02:00
Hugues Delorme
4255ed3fed travis: fix --root argument for cpp-coveralls 2015-09-10 12:03:00 +02:00
Hugues Delorme
6978fdbb52 travis: force root dir for cpp-coveralls 2015-09-10 11:59:24 +02:00
Hugues Delorme
783bdd510e travis: force the build dir for cpp-coveralls 2015-09-10 11:54:19 +02:00
Hugues Delorme
111031e4cb travis: dump the coveralls JSON data 2015-09-10 10:01:32 +02:00
Hugues Delorme
cdcf5f32fa travis: hopefull fix code coverage instrumentation 2015-09-10 09:40:17 +02:00
Hugues Delorme
da4b2537c0 travis: no out-of-source builds for coveralls 2015-09-09 18:11:31 +02:00
Hugues Delorme
cc2754dbc9 travis: fix error in script command 2015-09-09 17:55:13 +02:00
Hugues Delorme
7a126670bb travis: install package cpp-coveralls without requiring sudo 2015-09-09 17:53:27 +02:00
Hugues Delorme
59d98ab3f8 travis: fix script section for coveralls handling 2015-09-09 17:31:36 +02:00
Hugues Delorme
6ad22388e4 travis: print value of variable TRAVIS_COVERALLS 2015-09-09 17:25:14 +02:00
Hugues Delorme
2a65d7b55b cmake: add coveralls support 2015-09-09 17:13:12 +02:00
Hugues Delorme
2cf2751aef tests: fix build errors when GMIO_BUILD_SHARED_LIBS=ON on Windows 2015-09-09 12:39:45 +02:00
Hugues Delorme
e60938ea84 Use Doxygen grouping 2015-09-09 11:44:34 +02:00
Hugues Delorme
16fdbb799c gmio_stl: fix Doxygen warnings about invalid <name> HTML tag 2015-09-09 10:56:42 +02:00
Hugues Delorme
409e590f28 gmio_support: make OCC support more C-ish 2015-09-09 10:54:45 +02:00
Hugues Delorme
4c3976d91d tests: add comment about GCC bug 2015-09-08 17:58:31 +02:00
Hugues Delorme
c1ae2923da tests: let fake_support have its own CMakeLists.txt file
This should fix compilation errors when -DGMIO_BUILD_TESTS_FAKE_SUPPORT=ON
on travis CI.
Currently travis cmake version is v2.8.7 and it does not support
the INCLUDE_DIRECTORIES target property.
2015-09-08 17:57:59 +02:00
Hugues Delorme
26dadf6c21 travis: display cmake version, "make check" verbose 2015-09-08 17:31:39 +02:00
Hugues Delorme
ae1d5b8429 CI: build fake_support 2015-09-02 12:11:56 +02:00
Hugues Delorme
5852b97b44 cmake: dependant options for benchmarks, refactor 2015-09-02 12:08:14 +02:00
Hugues Delorme
36a4fd281e tests: add fake_support
fake_support allows to test compilation of gmio_support
is successful. It provides fake sources of the required
3rd party libraries (Qt and OpenCascade).
Fake sources allows to quickly check if nothing is broken
in gmio_support after API changes.
It will also be useful for CI.
2015-09-02 12:07:17 +02:00
Hugues Delorme
56bb6d8e65 cmake: simplifications
* All options reside in the top-level CMakeLists.txt file
* No need to find gmio library, just add "gmio" as a target dependency
* In tests, link to gmio library instead of recompiling needed source code
2015-09-01 18:20:31 +02:00
Hugues Delorme
9fa87e8b20 gmio_support: delete functions gmio_stl_set_occmesh*() 2015-09-01 17:32:57 +02:00
Hugues Delorme
d81ecefa09 cmake: rename option GMIO_BUILD_WITH_LIBSTL -> GMIO_BUILD_LIBSTL 2015-09-01 17:31:33 +02:00
Hugues Delorme
deccace38b benchmarks: bench_ -> benchmark_ 2015-09-01 17:30:49 +02:00
Hugues Delorme
2f6af3ed26 move repo gmio-benchmarks inside gmio 2015-09-01 17:01:38 +02:00
Hugues Delorme
5a9847f82b appveyor: fix use of env vars 2015-08-31 17:29:21 +02:00
Hugues Delorme
3512c4f726 CI: add appveyor YAML file 2015-08-31 17:11:48 +02:00
Hugues Delorme
47d26c112d Merge branch 'master' of https://github.com/fougue/gmio 2015-08-31 16:35:53 +02:00
Hugues Delorme
226f763bad cmake: fix build error with .rc file 2015-08-31 16:35:02 +02:00
Hugues Delorme
a2646f1828 travis: fix cmake options for matrix env 2015-08-31 15:36:02 +02:00
Hugues Delorme
1ceacf01f0 cmake: fix installation of generated headers 2015-08-31 15:01:47 +02:00
Hugues Delorme
01d8806d2b Merge branch 'master' of https://github.com/fougue/gmio 2015-08-31 14:31:04 +02:00
Hugues Delorme
a06fdc331d cmake: split main CMakeLists.txt into sub-directory files 2015-08-11 23:57:57 +02:00
Hugues Delorme
56142b5826 gmio_stl: move param doc inline 2015-07-28 15:14:39 +02:00
Hugues Delorme
ef7538a4c8 gmio_support: fix build errors since API changes (xxx_func -> func_xxx) 2015-07-24 13:06:34 +02:00
Hugues Delorme
8397a8579d travis: less build combinations 2015-07-15 10:37:12 +02:00
Hugues Delorme
4ef686a0c7 travis: try to fix script errors on cmake step 2015-07-15 10:29:40 +02:00
Hugues Delorme
2a4d0ea2cd travis: simplify script 2015-07-15 10:25:32 +02:00
Hugues Delorme
8c59e1b76b Merge branch 'master' of https://github.com/fougue/gmio 2015-07-13 11:45:45 +02:00
Hugues Delorme
c406a8bb92 Replace fougsys.fr -> fougue.pro 2015-07-13 11:44:29 +02:00
Hugues Delorme
5fc3305ba7 readme: move build status at top 2015-07-13 11:22:43 +02:00
Hugues Delorme
f0f30bb8f1 gmio_stl: silent false-positive coverity defect 2015-07-13 11:20:26 +02:00
Hugues Delorme
c74527a9f0 travis: disable coverity scan 2015-07-13 10:25:28 +02:00
Hugues Delorme
c6737a2c1e travis: fix cmake command for coverity scan 2015-07-10 13:11:49 +02:00
Hugues Delorme
96437ab981 travis: add coverity scan 2015-07-10 13:06:18 +02:00
Hugues Delorme
9052193bc2 Update README.md 2015-07-10 12:01:20 +02:00
Hugues Delorme
481b55d81a Update README.md 2015-07-10 11:59:45 +02:00