Commit Graph

461 Commits

Author SHA1 Message Date
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
Hugues Delorme
9ec37f9a88 travis: run unit tests 2015-06-29 12:28:26 +02:00
Hugues Delorme
44a0d8c8b7 Merge branch 'master' of https://github.com/fougue/gmio 2015-06-29 12:27:22 +02:00
Hugues Delorme
5219c289aa cmake: improve suppport of Clang 2015-06-29 12:26:47 +02:00
Hugues Delorme
1941a24265 travis: try build on OSX 2015-06-26 13:18:11 +02:00
Hugues Delorme
54f62d345e travis: just indent matrix to feel like a table 2015-06-26 12:46:49 +02:00
Hugues Delorme
9536dc133b travis: add clang compiler 2015-06-26 12:43:49 +02:00
Hugues Delorme
a6c20ddc20 Reorganize REAME.md 2015-06-26 12:40:29 +02:00
Hugues Delorme
66b4d9e93f Add TRAVIS_STRICT_C90 param to travis build matrix 2015-06-26 10:35:30 +02:00
Hugues Delorme
21eb0fcaec Fix line break 2015-06-26 09:59:29 +02:00
Hugues Delorme
5ccecc58ea Add AppVeyor status badge 2015-06-26 09:59:02 +02:00
Hugues Delorme
1622ad8984 Copy/Pase Travis status badge 2015-06-26 09:56:19 +02:00
Hugues Delorme
30edf3f86c Add "travis" title for build status 2015-06-26 09:28:49 +02:00
Hugues Delorme
946a10fe68 Set "_d" for debug suffix 2015-06-25 18:25:10 +02:00
Hugues Delorme
198326e885 Fix cmake step 2015-06-25 18:22:41 +02:00
Hugues Delorme
02a0cfb546 Build debug and release variants 2015-06-25 18:19:08 +02:00
Hugues Delorme
1d526888a2 Add build status 2015-06-25 18:09:33 +02:00
Hugues Delorme
f02529a411 Add travis file 2015-06-25 18:05:02 +02:00
Hugues Delorme
1707dd7891 gmio_core: move internal build options into config.h.cmake 2015-06-11 17:22:13 +02:00
Hugues Delorme
44d73a66c8 Fix project name in some license headers 2015-06-10 16:18:59 +02:00
Hugues Delorme
5e51857bc2 gmio: move define GMIO_USE_FAST_ATOF in config.h.cmake 2015-06-10 16:17:06 +02:00
Hugues Delorme
2b099f8edb gmio_stl: simplify doc on STL error codes 2015-06-10 16:11:16 +02:00
Hugues Delorme
51e02017d9 tests: add check on sizeof() operator 2015-06-10 15:06:20 +02:00
Hugues Delorme
9091d714b2 gmio_stl: fix doc about filepath argument in stl_io.h 2015-06-10 15:05:49 +02:00
Hugues Delorme
02f083e02e gmio_core: simplify implementation of toupper() and tolower() in string_utils.h
Also activate GMIO_STRINGUTILS_DIRECT_TESTS
2015-06-09 16:55:06 +02:00
Hugues Delorme
602b4c74d0 gmio_core: fix minor indentation issue 2015-06-09 16:53:42 +02:00
Hugues Delorme
8d0263a088 tests: fix conformance to C90 2015-05-28 18:02:26 +02:00
Hugues Delorme
7964b7f917 tests: remove needless lines in license headers 2015-05-28 17:36:17 +02:00
Hugues Delorme
0f4789d710 tests: add new test test_stl 2015-05-28 17:33:42 +02:00
Hugues Delorme
3508eaa236 gmio_stl: fix regression in gmio_stlb_read() 2015-05-28 17:32:05 +02:00
Hugues Delorme
304e1c39bb gmio_core,stl: add new error code GMIO_ERROR_STDIO 2015-05-28 17:31:36 +02:00
Hugues Delorme
62401d5655 gmio_core: fix bug in gmio_eat_word() 2015-05-28 16:20:27 +02:00
Hugues Delorme
3511859908 Hexadecimal error codes 2015-05-28 16:19:31 +02:00
Hugues Delorme
742de300fe gmio_stl: for passing STL binary header data, replace uint8_t* with new gmio_stlb_header 2015-05-28 16:19:07 +02:00
Hugues Delorme
3bd7ec8782 gmio_core: introduce ctype.h code alternative in string_utils.h 2015-05-28 13:57:18 +02:00
Hugues Delorme
37dcad8e5e gmio_core: fix bug in gmio_clocale_char_iequals() 2015-05-28 11:04:41 +02:00