Commit Graph

  • c4564cb5d2 tests: fix compilation errors when using UTEST_FAIL() in one line scope Hugues Delorme 2015-11-19 15:31:18 +0100
  • 2db6415405 gmio_core: simplify strtof10() Hugues Delorme 2015-11-10 12:25:56 +0100
  • 516242b9ba gmio_stl: fix some defects reported by coverity scan Hugues Delorme 2015-11-06 15:33:01 +0100
  • c800b4afc3 tests: fix resource leaks in test_stl_io.c Hugues Delorme 2015-11-06 15:29:29 +0100
  • 02e7508ee6 utest: add new utest macro UTEST_FAIL() Hugues Delorme 2015-11-06 15:29:05 +0100
  • 108acf2ccd gmio_core: layout code with brief /* */ comments Hugues Delorme 2015-11-06 14:15:22 +0100
  • 978770c161 Fix more MSVC and GCC compilation warnings Hugues Delorme 2015-11-06 13:56:16 +0100
  • f8c279e6db benchmarks: correctly handle 32/64b architecture in assimp and opencascade Hugues Delorme 2015-11-06 13:43:56 +0100
  • b356ced118 Introduce typedefs gmio_streamsize_t and gmio_streamoffset_t Hugues Delorme 2015-11-06 13:43:03 +0100
  • 82ca359f62 benchmarks: fix integer type mismatch in commons Hugues Delorme 2015-11-06 13:40:15 +0100
  • 5a6ef8366c gmio_core: add typedef for 64b integers Hugues Delorme 2015-11-06 12:40:57 +0100
  • 4b64d196db travis: back to previous matrix Hugues Delorme 2015-11-06 12:37:30 +0100
  • 789637db94 cmake: add reminder GCC option for ubsan Hugues Delorme 2015-11-03 18:09:25 +0100
  • 6988b777e9 gmio_stl: improve speed of STL ascii read operations Hugues Delorme 2015-11-02 10:47:11 +0100
  • 620930b33f gmio_core/internal: add gmio_to_float32() which is faster than gmio_get_float32() Hugues Delorme 2015-11-02 10:46:42 +0100
  • 4be2c0b3fc gmio_core/internal: micro-optimizations in gmio_ascii_stricmp() Hugues Delorme 2015-11-02 10:45:55 +0100
  • 72e4660dfa gmio_core/internal: minor optimizations in string_parse Hugues Delorme 2015-10-30 12:38:57 +0100
  • 28dd6de941 gmio_core/internal: give <ctype.h> implementations for tolower/toupper functions Hugues Delorme 2015-10-30 11:51:31 +0100
  • 2f282d6c29 gmio_core/internal: rename gmio_clocale_xxx() -> gmio_ascii_xxx() Hugues Delorme 2015-10-29 15:23:21 +0100
  • e4b7753fea gmio_core/internal: separate declaration/definition in string_utils.h Hugues Delorme 2015-10-29 11:45:21 +0100
  • 0981f63658 gmio_core/internal: rename buffer->str for gmio_string_t variables Hugues Delorme 2015-10-29 11:25:04 +0100
  • 64e2456728 gmio_stl/internal: improve STL ascii output implementation Hugues Delorme 2015-10-28 16:38:57 +0100
  • 39132c0b3f gmio_core/internal: fix strlen in GMIO_CONST_STRING_FROM_ARRAY() Hugues Delorme 2015-10-28 16:13:23 +0100
  • 6d8d694806 gmio_core/internal: fix GCC "char subscripts" warnings in string_utils.h Hugues Delorme 2015-10-28 16:12:23 +0100
  • b7dc8335dd gmio_core/internal: fix GCC compilation error Hugues Delorme 2015-10-28 16:11:31 +0100
  • 02863819bf benchmarks: add table column "ratio" Hugues Delorme 2015-10-28 16:03:31 +0100
  • 5d514218ac benchmarks: let size of table columns adapts to contents Hugues Delorme 2015-10-28 14:56:52 +0100
  • 7a63ad86aa gmio_core/internal: create string.h for string objects Hugues Delorme 2015-10-22 09:58:38 +0200
  • 7aeb74ef40 fast_atof: use gmio_clocale_isdigit() Hugues Delorme 2015-10-21 18:38:04 +0200
  • 88252c8f8d gmio_core/internal: add gmio_clocale_isdigit() Hugues Delorme 2015-10-21 18:37:21 +0200
  • 49d91f8a8c travis: reduce matrix Hugues Delorme 2015-10-21 18:35:47 +0200
  • d7d51fa210 gmio_stl: faster parsing of STL ascii contents Hugues Delorme 2015-10-21 18:35:09 +0200
  • a66370a76a gmio_stl: cache add/get triangle function pointers Hugues Delorme 2015-10-14 18:17:03 +0200
  • 83725f4201 gmio_support: cache OCC triangles and vertices arrays Hugues Delorme 2015-10-14 12:06:47 +0200
  • f5c93e70fe gmio_stl: µ optimizations in gmio_stlb_read_facets() Hugues Delorme 2015-10-06 11:30:36 +0200
  • 0e7e0f9ff9 gmio_stl: fix compilation errors in stla_stats.* Hugues Delorme 2015-09-25 20:13:43 +0200
  • bfc38e58b8 gmio_stl: add stla_stats API(no implementation yet) Hugues Delorme 2015-09-25 16:26:08 +0200
  • 4295ae5bc2 tests: fix compilation errors Hugues Delorme 2015-09-25 16:24:17 +0200
  • 598123ca47 Rename gmio_buffer -> gmio_memblock Hugues Delorme 2015-09-25 13:16:41 +0200
  • cc18d93bb1 cmake: support TinyCC Hugues Delorme 2015-09-24 18:16:08 +0200
  • 4cd679ef29 benchmarks: fix libc timer Hugues Delorme 2015-09-23 19:32:43 +0200
  • 17a911c2ee benchmarks: fix compilation error with GCC 4.9.1 Hugues Delorme 2015-09-23 19:28:04 +0200
  • abbcbb6fbe benchmarks: better formatted output(use markdown) Hugues Delorme 2015-09-23 15:30:17 +0200
  • 8ca22bbf4c Merge branch 'master' of https://github.com/fougue/gmio Hugues Delorme 2015-09-23 08:52:19 +0200
  • 80bd4cb6d7 tests: conditionally compile internal source files Hugues Delorme 2015-09-22 22:38:04 +0200
  • 60c1683965 benchmarks: put a CMakeLists.txt file per sub-folder Hugues Delorme 2015-09-22 18:33:19 +0200
  • cf05510529 cmake: simplify examples in comments Hugues Delorme 2015-09-22 18:17:43 +0200
  • d994e151b9 tests: add link to interesting resource about {0} initialization Hugues Delorme 2015-09-22 18:17:17 +0200
  • 8f4064ab7e benchmark_gmio: fix compilation errors due to recent API changes Hugues Delorme 2015-09-22 18:16:39 +0200
  • 53002389e1 gmio_support: add gmio_[i/o]stream_cpp() functions Hugues Delorme 2015-09-21 15:58:44 +0200
  • 6488c03667 tests: implement get/set_pos() functions for gmio_stream_buffer Hugues Delorme 2015-09-21 15:44:55 +0200
  • ff2368e053 support: add (broken) support of C++ standard streams Hugues Delorme 2015-09-20 22:58:56 +0200
  • 215fd68c2b gmio_core: more doc Hugues Delorme 2015-09-19 23:15:06 +0200
  • f6e5f8937b Fix minor code styles issues Hugues Delorme 2015-09-19 23:14:42 +0200
  • b0517b2f39 gmio: add get/set_pos functions to gmio_stream Hugues Delorme 2015-09-18 14:33:23 +0200
  • 035e9c2ba6 tests: fix failure of test test_stlb_write() Hugues Delorme 2015-09-14 17:30:22 +0200
  • fd19fa0726 Merge branch 'master' of https://github.com/fougue/gmio Hugues Delorme 2015-09-14 11:33:08 +0200
  • 5ecb401bc0 core_internal: disable unsused function Hugues Delorme 2015-09-14 11:27:27 +0200
  • 7cce53a9c5 tests: prefix core files with "_core_" Hugues Delorme 2015-09-14 11:25:29 +0200
  • 047ef555f3 test_core: move main() in main_test_core.c Hugues Delorme 2015-09-14 11:20:12 +0200
  • a6ef1bc94e tests: add TODO for test_core__buffer() Hugues Delorme 2015-09-14 11:10:42 +0200
  • 10bf55f18f tests: add test_stl_internal.c Hugues Delorme 2015-09-14 11:10:19 +0200
  • e559694bb5 test_stl: move main() in main_test_stl.c Hugues Delorme 2015-09-14 11:09:12 +0200
  • 4c40002732 tests/stl_utils: add gmio_stl_nop_get_triangle() Hugues Delorme 2015-09-14 10:42:38 +0200
  • 6e87e42dfe tests: move UTEST_ASSERT() in utest_assert.h Hugues Delorme 2015-09-14 10:36:39 +0200
  • 588da83012 tests: fix link error on Linux target (test_core) Hugues Delorme 2015-09-11 22:15:11 +0200
  • 6e3a30bd8f travis: ensure sub-script fails on any error Hugues Delorme 2015-09-11 21:44:22 +0200
  • 2346927bbc tests: fix compilation error with GCC v4.6 Hugues Delorme 2015-09-11 16:42:02 +0200
  • 445cd44b73 tests: add test test_stla_write() Hugues Delorme 2015-09-11 16:36:03 +0200
  • 4bde8be51f tests: add gmio_string_trim_from_end() to utils Hugues Delorme 2015-09-11 16:35:34 +0200
  • 287ad5c13f tests: add more tools to stl_utils Hugues Delorme 2015-09-11 16:35:04 +0200
  • ac7fd554f8 stla: fix two potential bugs in gmio_stla_read() Hugues Delorme 2015-09-11 16:34:18 +0200
  • aca4e77976 tests: refactor tests tools for STL in stl_utils.* Hugues Delorme 2015-09-11 10:51:25 +0200
  • ffea4bb58b tests: add tests for writing in STL binary format Hugues Delorme 2015-09-10 18:03:12 +0200
  • 02dc1f734a tests: add new testing model solid_one_facet.be_stlb Hugues Delorme 2015-09-10 16:12:05 +0200
  • edff3f77f8 tests: add test_core Hugues Delorme 2015-09-10 16:10:33 +0200
  • f052c09053 travis: move build script in travis-build-script.sh Hugues Delorme 2015-09-10 15:01:57 +0200
  • e0d191aae6 travis: exclude some dirs from code coverage Hugues Delorme 2015-09-10 14:37:20 +0200
  • fb170ed824 README: add badge for license [skip ci] Hugues Delorme 2015-09-10 12:39:13 +0200
  • 15079b0284 README: fix layout of badges Hugues Delorme 2015-09-10 12:23:34 +0200
  • 40a2e8f932 README: add coverage badge Hugues Delorme 2015-09-10 12:19:55 +0200
  • f4bd4508bb travis: fix error with cat'ing obsolete coveralls dump file Hugues Delorme 2015-09-10 12:17:05 +0200
  • 16fb28f6d9 travis: remove verbose messages from cpp-coveralls Hugues Delorme 2015-09-10 12:11:07 +0200
  • 4255ed3fed travis: fix --root argument for cpp-coveralls Hugues Delorme 2015-09-10 12:03:00 +0200
  • 6978fdbb52 travis: force root dir for cpp-coveralls Hugues Delorme 2015-09-10 11:59:24 +0200
  • 783bdd510e travis: force the build dir for cpp-coveralls Hugues Delorme 2015-09-10 11:54:19 +0200
  • 111031e4cb travis: dump the coveralls JSON data Hugues Delorme 2015-09-10 10:01:32 +0200
  • cdcf5f32fa travis: hopefull fix code coverage instrumentation Hugues Delorme 2015-09-10 09:40:17 +0200
  • da4b2537c0 travis: no out-of-source builds for coveralls Hugues Delorme 2015-09-09 18:11:31 +0200
  • cc2754dbc9 travis: fix error in script command Hugues Delorme 2015-09-09 17:55:13 +0200
  • 7a126670bb travis: install package cpp-coveralls without requiring sudo Hugues Delorme 2015-09-09 17:53:27 +0200
  • 59d98ab3f8 travis: fix script section for coveralls handling Hugues Delorme 2015-09-09 17:31:36 +0200
  • 6ad22388e4 travis: print value of variable TRAVIS_COVERALLS Hugues Delorme 2015-09-09 17:25:14 +0200
  • 2a65d7b55b cmake: add coveralls support Hugues Delorme 2015-09-09 17:13:12 +0200
  • 2cf2751aef tests: fix build errors when GMIO_BUILD_SHARED_LIBS=ON on Windows Hugues Delorme 2015-09-09 12:39:45 +0200
  • e60938ea84 Use Doxygen grouping Hugues Delorme 2015-09-09 11:44:34 +0200
  • 16fdbb799c gmio_stl: fix Doxygen warnings about invalid <name> HTML tag Hugues Delorme 2015-09-09 10:56:42 +0200
  • 409e590f28 gmio_support: make OCC support more C-ish Hugues Delorme 2015-09-09 10:54:45 +0200
  • 4c3976d91d tests: add comment about GCC bug Hugues Delorme 2015-09-08 17:58:31 +0200
  • c1ae2923da tests: let fake_support have its own CMakeLists.txt file Hugues Delorme 2015-09-08 17:57:59 +0200