Commit Graph

102 Commits

Author SHA1 Message Date
Hugues Delorme
d8da7293ef Drop C90 support for C99 instead 2016-12-14 15:46:59 +01:00
Hugues Delorme
456eddc520 gmio_amf: add file format support(export only)
GitHub issue #6
2016-12-05 17:58:40 +01:00
Hugues Delorme
091f665a6d cmake: build static and DLL targets 2016-12-05 17:51:27 +01:00
Hugues Delorme
4000e76080 zlib: move detection in root CMakeLists.txt 2016-12-05 15:10:37 +01:00
Hugues Delorme
bd7f665041 3rdparty: initial import of zlib 2016-12-01 10:38:59 +01:00
Hugues Delorme
4fe5eaad99 Bump version to v0.4.0 2016-11-29 09:56:42 +01:00
Hugues Delorme
0f1cc05d59 Bump version number to 0.3.2 2016-09-29 16:18:08 +02:00
Hugues Delorme
3f042c4778 tests: fix regression link error 2016-09-21 09:03:39 +02:00
Hugues Delorme
fe9208d163 Bump version to v0.3.1 2016-09-20 17:06:26 +02:00
Hugues Delorme
df2eac3ff1 Relicense under BSD 2-clause 2016-07-05 12:46:22 +02:00
Hugues Delorme
61e4fd5066 cmake: treat VC++ warning C4133 as an error 2016-07-05 11:52:10 +02:00
Hugues Delorme
da65a12d24 Start v0.3.0 2016-07-05 11:52:09 +02:00
Hugues Delorme
5d4c91d09b Release v0.2.1 2016-06-30 15:39:43 +02:00
Hugues Delorme
185b70084a fake_support: fix compilation error with Clang 2016-06-30 10:39:45 +02:00
Hugues Delorme
2b63b5433f Release v0.2.0 2016-06-29 17:58:58 +02:00
Hugues Delorme
15558b4085 cmake: fix typo in comment 2016-06-15 18:05:51 +02:00
Hugues Delorme
61be8c6972 Add possibility to use google double-conversion library
String->float and float->string conversion functions may have
different implementations in stringstream.h depending on new
cmake options: GMIO_STR2FLOAT_LIB and GMIO_FLOAT2STR_LIB
2016-06-08 11:00:54 +02:00
Hugues Delorme
3b518dc17d benchmarks: add benchmark for Lib3MF 2016-03-25 12:41:18 +01:00
Hugues Delorme
33317b2613 Add more C99 compat functions 2016-03-14 17:07:06 +01:00
Hugues Delorme
47123e2d26 Replace some sprintf() calls with snprintf() 2016-03-10 15:23:01 +01:00
Hugues Delorme
10e2102b29 gmio_core/internal: add portable snprintf() wrapper 2016-03-08 17:28:43 +01:00
Hugues Delorme
f99983b3fa Add target for "examples" 2016-03-07 17:48:33 +01:00
Hugues Delorme
b6c9518e97 cmake: check all available compiler features even if BUILD_STRICT_C90 2016-03-07 17:09:06 +01:00
Hugues Delorme
b42e2b36ee Fix Clang compiler error and warnings 2016-02-12 11:45:46 +01:00
Hugues Delorme
5d6a9350c4 cmake: add reminder for SMVC loop-vectorizing reports 2016-02-05 12:21:29 +01:00
Hugues Delorme
9dc842a35d tests: enable fast_atof() benchmark check only for release builds 2016-01-13 10:55:59 +01:00
Hugues Delorme
99e1d9aefa cmake: disable GCC warnings about universal zero initializer {0} 2015-12-04 12:48:00 +01:00
Hugues Delorme
6ca001201b cmake: reuse existing checks 2015-12-04 10:36:27 +01:00
Hugues Delorme
efe3e64648 gmio_core: safer int types when no <stdint.h> 2015-11-19 17:43:07 +01:00
Hugues Delorme
5a6ef8366c gmio_core: add typedef for 64b integers 2015-11-06 12:40:57 +01:00
Hugues Delorme
789637db94 cmake: add reminder GCC option for ubsan 2015-11-03 18:09:25 +01:00
Hugues Delorme
cc18d93bb1 cmake: support TinyCC 2015-09-24 18:16:08 +02:00
Hugues Delorme
cf05510529 cmake: simplify examples in comments 2015-09-22 18:17:43 +02:00
Hugues Delorme
2a65d7b55b cmake: add coveralls support 2015-09-09 17:13:12 +02:00
Hugues Delorme
5852b97b44 cmake: dependant options for benchmarks, refactor 2015-09-02 12:08:14 +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
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
a06fdc331d cmake: split main CMakeLists.txt into sub-directory files 2015-08-11 23:57:57 +02:00
Hugues Delorme
c406a8bb92 Replace fougsys.fr -> fougue.pro 2015-07-13 11:44:29 +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
5219c289aa cmake: improve suppport of Clang 2015-06-29 12:26:47 +02:00
Hugues Delorme
44d73a66c8 Fix project name in some license headers 2015-06-10 16:18:59 +02:00
Hugues Delorme
0f4789d710 tests: add new test test_stl 2015-05-28 17:33:42 +02:00
Hugues Delorme
fcf5e1b5bd cmake: add doc target 2015-05-28 09:36:24 +02:00
Hugues Delorme
ac0c7e2215 cmake: add generation of version.h and gmio.rc (DLL information) 2015-05-27 18:57:00 +02:00
Hugues Delorme
25df817b82 Update copyright 2015-04-30 18:19:45 +02:00
Hugues Delorme
3cfc095237 cmake: tweak compilation warning policy 2015-04-10 15:10:33 +02:00
Hugues Delorme
74032b0dcb tests: add test_internal__fast_atof() 2015-04-10 14:28:26 +02:00