Commit Graph

380 Commits

Author SHA1 Message Date
Hugues Delorme
61a127332a Rename license files 2015-03-03 16:55:25 +01:00
Hugues Delorme
c0cdd90f96 Rename some internal implementation stuff 2015-03-03 16:54:13 +01:00
Hugues Delorme
e27d79b2e3 gmio_core/internal: fix constness in API of string_parse.h 2015-03-03 16:44:14 +01:00
Hugues Delorme
100af32b21 cmake: for MSVC, enable /W4 and /Zc:strictStrings 2015-03-03 16:27:02 +01:00
Hugues Delorme
31e8daca93 Removed needless comment lines and doxygen tags 2015-03-03 11:37:38 +01:00
Hugues Delorme
6481a97b34 doc: reference README.md as main page for doxygen 2015-03-03 11:37:27 +01:00
Hugues Delorme
1888d4c9c7 Remove qmake/ 2015-03-03 10:46:42 +01:00
Hugues Delorme
0b0152dbb3 Rename gmio_realXX_t to gmio_floatXX_t (XX = 32,64) 2015-03-03 10:44:45 +01:00
Hugues Delorme
97923e2dfe Two spaces indentation for macros 2015-03-03 10:38:49 +01:00
Hugues Delorme
ae25e86825 Four spaces indentation 2015-03-03 10:35:36 +01:00
Hugues Delorme
7e32cf99d5 Fix Visual C++ C4267 warnings (conversion from size_t to uint32_t) 2015-03-03 10:29:47 +01:00
Hugues Delorme
d7a4e3b1b6 cmake: detection of the targer architecture bit size 2015-03-03 10:27:39 +01:00
Hugues Delorme
819aec00d4 gmio_core: add utility file min_max.h 2015-03-02 18:00:10 +01:00
Hugues Delorme
edf3beca79 gmio_core: rename _ascii_ functions and files to _string_ 2015-03-02 17:54:57 +01:00
Hugues Delorme
ab3bcd96a9 Let git ignore .txt.user files 2015-03-02 17:40:02 +01:00
Hugues Delorme
1518324fba Add licence files and headers 2015-03-02 17:38:33 +01:00
Hugues Delorme
4f8bdc4a6f Minor doc improvements 2015-03-02 16:49:52 +01:00
Hugues Delorme
0a98161182 gmio_stl: use anonymous enum instead of #define for constants 2015-03-02 16:43:42 +01:00
Hugues Delorme
15518d5a0d stl: consider FLOAT_token as an alias of ID_token 2015-01-29 13:27:07 +01:00
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