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
Hugues Delorme
fa9d673f0b
Update README.md
2015-07-10 11:58:51 +02:00
Hugues Delorme
13b1d32a9a
Rename pointer on functions members
...
xxx_func -> func_xxx
2015-07-10 11:33:05 +02:00
Hugues Delorme
b10da55577
tests: fix compliance to ISO-C90
2015-07-10 11:05:35 +02:00
Hugues Delorme
5f5aecd7ec
test: add new STL ascii models
2015-07-10 11:01:20 +02:00
Hugues Delorme
ad8aa933b2
Merge branch 'master' of https://github.com/fougue/gmio
2015-07-10 10:58:05 +02:00
Hugues Delorme
a5e2ac0ead
tests:update test_internal.c for new changes in gmio_eat_word()
2015-07-10 10:57:14 +02:00
Hugues Delorme
26fc957569
gmio_stl: fix case where solid name is composed of many words
2015-07-10 10:55:02 +02:00
Hugues Delorme
2857f5ca30
gmio_stl: add gmio_stl_get_format_file()
2015-07-10 09:54:22 +02:00
Hugues Delorme
9fe35b1fc0
gmio_core/internal: add gmio_string_buffer_clear() and gmio_copy_spaces()
2015-07-10 09:52:20 +02:00
Hugues Delorme
c43aa0c7a2
travis: don't run blocking "make check" for release build (disabled until solved)
2015-06-29 17:03:47 +02:00
Hugues Delorme
bfc5f3048f
Fix clang unknown option warnings about -Wlogical-op
2015-06-29 16:32:00 +02:00
Hugues Delorme
45fdf31289
Fix linking error for test_stl with GCC
2015-06-29 12:33:07 +02:00