Commit Graph

161 Commits

Author SHA1 Message Date
Hugues Delorme
0d43396116 Minor code improvement 2015-01-29 13:25:50 +01:00
Hugues Delorme
3350d8936f Minor doc and indentation improvements 2015-01-28 22:39:03 +01:00
Hugues Delorme
550cccba79 Fix minor code style issues 2014-11-21 11:41:52 +01:00
Hugues Delorme
72228a82dc gmio_stl: new API for read/write functions 2014-11-21 11:41:29 +01:00
Hugues Delorme
e284d9c7c8 gmio_core: add utility macro GMIO_UNUSED() 2014-11-21 11:40:49 +01:00
Hugues Delorme
d2380c7b37 Improve generated documentation 2014-11-21 11:39:23 +01:00
Hugues Delorme
666f90857a gmio_core: limit task_control to interruption request (no progress report feature) 2014-11-20 09:25:43 +01:00
Hugues Delorme
60db7e397a gmio_stl: case insensitive comparison on the first letter in parsing_find_token() 2014-11-20 09:23:03 +01:00
Hugues Delorme
4fa3e7f380 Use = {0} init instead of memset() where applicable 2014-11-19 09:41:10 +01:00
Hugues Delorme
5c959616aa Minor doc improvements 2014-11-19 09:39:56 +01:00
Hugues Delorme
e4dd893ea2 CMake: make detection of <stdint.h>, <stdbool.h> and strtof() dependent of BUILD_STRICT_C90 2014-11-19 09:38:24 +01:00
Hugues Delorme
3775dca27c When available, use <stdbool.h> for boolean types 2014-11-10 18:31:44 +01:00
Hugues Delorme
7d853cc3b1 Fix remaining compiler errors since renaming the library to 'gmio' 2014-04-17 10:19:23 +02:00
Hugues Delorme
2b94d317bc bench_libstl: fix build issues 2014-04-04 16:01:44 +02:00
Hugues Delorme
5661cb656b qmake: fix issue with support in gmio.pro 2014-04-04 16:01:29 +02:00
Hugues Delorme
7646813593 doc: lib name is GeomIO 2014-04-04 16:01:09 +02:00
Hugues Delorme
675e95583a gmio_support: fix missing code adaptations 2014-04-04 16:00:43 +02:00
Hugues Delorme
33ed203983 gmio_core: there was still old FOUG_ prefixes in config.h.cmake 2014-04-04 15:50:42 +02:00
Hugues Delorme
f1e0b1a169 Rename gmio_stl_geom->gmio_stl_mesh and gmio_stl_geom_creator->gmio_stl_mesh_creator 2014-03-31 15:52:04 +02:00
Hugues Delorme
121181bf15 Fix minor code style issues 2014-03-31 15:39:21 +02:00
Hugues Delorme
085644a5e5 Rename FougDataX to gmio (GeoMetry Input/Output) 2014-03-28 16:33:35 +01:00
Hugues Delorme
db04be340a Improve doc 2014-03-27 17:36:18 +01:00
Hugues Delorme
b41d0d4f77 stl: fix constness of input param for foug_stla_write() 2014-03-27 17:35:40 +01:00
Hugues Delorme
7879c50b98 bench_libstl: adapt to API changes 2014-03-14 10:24:05 +01:00
Hugues Delorme
8540248028 support: fix minor include issue 2014-03-13 22:56:59 +01:00
Hugues Delorme
b5da8aa18f tests: fix build errors 2014-03-13 22:56:28 +01:00
Hugues Delorme
37af93feab stl: get rid of FOUG_SLTB_READ_WRITE_ALIGN_SAFE 2014-03-13 22:55:55 +01:00
Hugues Delorme
5e53892a0d cmake: Force C language and PIC with GCC 2014-03-13 22:52:52 +01:00
Hugues Delorme
ab794ded78 Major reorganization of source files into a better source tree 2014-03-13 17:49:39 +01:00
Hugues Delorme
c4bb9015d6 libstl: fix minor code style issue 2014-03-13 17:03:04 +01:00
Hugues Delorme
52fea697cb Surround declaration of functions with FOUG_C_LINKAGE_BEGIN and FOUG_C_LINKAGE_END
This avoids linking errors with use of FougDataX in C++ programs
2014-03-13 15:57:04 +01:00
Hugues Delorme
381dd0d9b7 libstl: rename foug_stl_rw_error to foug_stl_error 2014-03-13 14:41:05 +01:00
Hugues Delorme
41eec9b1b5 Add more doc 2014-03-13 14:37:55 +01:00
Hugues Delorme
01d9e3a3f7 Separate detection of GCC builtin bswap() functions for 16b and 32b 2014-02-25 09:53:36 +01:00
Hugues Delorme
cd271d709c Fix default use of RPATH 2014-02-19 12:13:28 +01:00
Hugues Delorme
e8b169d79d libstl: replace stl{a,b}_{read,write}.h files by stl_io.h 2014-02-13 17:02:18 +01:00
Hugues Delorme
3b6b1f631e Add more documentation 2014-02-13 16:39:59 +01:00
Hugues Delorme
660c2699e7 Don't declare anonymous enum/struct in the public API 2014-02-13 16:18:09 +01:00
Hugues Delorme
c4c08b1e5c Add more documentation for global header files (just below src/ folder) 2014-02-13 11:51:42 +01:00
Hugues Delorme
3ccd118545 libstl: minor improvement in stla_read hook 2014-02-11 11:18:59 +01:00
Hugues Delorme
6f1d3ac97e libstl: check string iterator limit before access in foug_stl_get_format() 2014-02-11 11:14:49 +01:00
Hugues Delorme
35e479bc28 Add unit tests for expected platform behavior 2014-02-11 11:13:15 +01:00
Hugues Delorme
e5b19fb151 occ_support: remove unused attributes in foug_OccStlMeshDomain 2014-02-04 16:29:38 +01:00
Hugues Delorme
0634f4087b cmake: check that policy CMP0020 can be applied 2014-02-04 16:12:55 +01:00
Hugues Delorme
50f2bef268 cmake: fix dev warnings when enabling Qt (set policy cmp0020) 2014-02-04 15:46:37 +01:00
Hugues Delorme
bdf97c30e3 Fix buggy foug_decode_uint32_me() 2014-02-04 15:45:31 +01:00
Hugues Delorme
a6674e605d cmake: silence C4996 warnings 2014-02-04 14:44:03 +01:00
Hugues Delorme
a4d55f1396 Add missing stream_buffer.{h,c} files 2014-02-04 12:41:03 +01:00
Hugues Delorme
121577a36c Fix occ_support in fougdatax.pro 2014-02-04 12:08:22 +01:00
Hugues Delorme
b0348e62eb cmake: QtSupport can be built with Qt4 2014-01-31 11:17:45 +01:00