Hugues Delorme
|
38bfdb6e72
|
gmio_core: add gmio_stringstream() constructor
|
2016-01-12 16:29:31 +01:00 |
|
Hugues Delorme
|
a26008be93
|
gmio_core: add utility macro GMIO_ARRAY_SIZE()
|
2016-01-05 11:50:17 +01:00 |
|
Hugues Delorme
|
56241d22f6
|
gmio_core: fix spacing issues
|
2016-01-05 11:44:53 +01:00 |
|
Hugues Delorme
|
9d9d65bbd5
|
gmio_core: rename member gmio_rwargs::memblock -> stream_memblock
|
2016-01-05 11:44:10 +01:00 |
|
Hugues Delorme
|
0298cf3c89
|
gmio_stl: restore stream pos at exit of gmio_stl_infos_get()
|
2015-12-18 15:30:50 +01:00 |
|
Hugues Delorme
|
bc986080d6
|
gmio_core: fix compilation error with GCC-4.6
|
2015-12-17 12:41:34 +01:00 |
|
Hugues Delorme
|
0f04b296fb
|
gmio_stl: separate implementations for ASCII/binary gmio_stl_infos_get()
|
2015-12-17 12:03:45 +01:00 |
|
Hugues Delorme
|
5aa0b38f5a
|
gmio_stl: major revamp of API
|
2015-12-09 18:51:03 +01:00 |
|
Hugues Delorme
|
9d08aa82ca
|
Fix code style issue
|
2015-12-03 18:17:42 +01:00 |
|
Hugues Delorme
|
a2c071369b
|
gmio_core: rename gmio_stream_pos -> gmio_streampos
|
2015-12-03 18:03:46 +01:00 |
|
Hugues Delorme
|
fb81b25407
|
Several changes
* Remove typedefs on struct and enums
* First working version of gmio_stla_stats_get()
|
2015-12-03 18:00:25 +01:00 |
|
Hugues Delorme
|
82270193e6
|
gmio_core/internal: fix error in code example
|
2015-11-23 16:51:02 +01:00 |
|
Hugues Delorme
|
f686f35207
|
gmio_core/internal: embed gmio_stream inside gmio_stringstream
|
2015-11-23 16:44:45 +01:00 |
|
Hugues Delorme
|
c1db98e8c3
|
gmio_core/internal: rename gmio_string_stream_fwd_iterator -> gmio_stringstream
|
2015-11-20 11:53:57 +01:00 |
|
Hugues Delorme
|
be5c1cd65d
|
gmio_core/internal: add gmio_parse_float32()
|
2015-11-20 11:19:32 +01:00 |
|
Hugues Delorme
|
3afcde257d
|
gmio_core/internal: make distinction between fast_strtof() and fast_atof()
|
2015-11-19 17:45:29 +01:00 |
|
Hugues Delorme
|
efe3e64648
|
gmio_core: safer int types when no <stdint.h>
|
2015-11-19 17:43:07 +01:00 |
|
Hugues Delorme
|
efeb15f36a
|
gmio_core/internal: more doc in string.h, also add gmio_const_string()
|
2015-11-19 15:35:20 +01:00 |
|
Hugues Delorme
|
2db6415405
|
gmio_core: simplify strtof10()
|
2015-11-10 12:25:56 +01:00 |
|
Hugues Delorme
|
108acf2ccd
|
gmio_core: layout code with brief /* */ comments
|
2015-11-06 14:15:22 +01:00 |
|
Hugues Delorme
|
978770c161
|
Fix more MSVC and GCC compilation warnings
|
2015-11-06 13:56:16 +01:00 |
|
Hugues Delorme
|
b356ced118
|
Introduce typedefs gmio_streamsize_t and gmio_streamoffset_t
|
2015-11-06 13:43:03 +01:00 |
|
Hugues Delorme
|
5a6ef8366c
|
gmio_core: add typedef for 64b integers
|
2015-11-06 12:40:57 +01:00 |
|
Hugues Delorme
|
620930b33f
|
gmio_core/internal: add gmio_to_float32() which is faster than gmio_get_float32()
|
2015-11-02 10:46:42 +01:00 |
|
Hugues Delorme
|
4be2c0b3fc
|
gmio_core/internal: micro-optimizations in gmio_ascii_stricmp()
|
2015-11-02 10:45:55 +01:00 |
|
Hugues Delorme
|
72e4660dfa
|
gmio_core/internal: minor optimizations in string_parse
|
2015-10-30 12:38:57 +01:00 |
|
Hugues Delorme
|
28dd6de941
|
gmio_core/internal: give <ctype.h> implementations for tolower/toupper functions
|
2015-10-30 11:51:31 +01:00 |
|
Hugues Delorme
|
2f282d6c29
|
gmio_core/internal: rename gmio_clocale_xxx() -> gmio_ascii_xxx()
|
2015-10-29 15:23:21 +01:00 |
|
Hugues Delorme
|
e4b7753fea
|
gmio_core/internal: separate declaration/definition in string_utils.h
|
2015-10-29 11:45:21 +01:00 |
|
Hugues Delorme
|
0981f63658
|
gmio_core/internal: rename buffer->str for gmio_string_t variables
|
2015-10-29 11:25:04 +01:00 |
|
Hugues Delorme
|
39132c0b3f
|
gmio_core/internal: fix strlen in GMIO_CONST_STRING_FROM_ARRAY()
|
2015-10-28 16:13:23 +01:00 |
|
Hugues Delorme
|
6d8d694806
|
gmio_core/internal: fix GCC "char subscripts" warnings in string_utils.h
|
2015-10-28 16:12:23 +01:00 |
|
Hugues Delorme
|
b7dc8335dd
|
gmio_core/internal: fix GCC compilation error
|
2015-10-28 16:11:31 +01:00 |
|
Hugues Delorme
|
7a63ad86aa
|
gmio_core/internal: create string.h for string objects
|
2015-10-22 09:58:38 +02:00 |
|
Hugues Delorme
|
7aeb74ef40
|
fast_atof: use gmio_clocale_isdigit()
|
2015-10-21 18:38:04 +02:00 |
|
Hugues Delorme
|
88252c8f8d
|
gmio_core/internal: add gmio_clocale_isdigit()
Also use tables for islower/isupper conversions
|
2015-10-21 18:37:21 +02:00 |
|
Hugues Delorme
|
d7d51fa210
|
gmio_stl: faster parsing of STL ascii contents
Don't try to qualify each eaten word from the text stream.
Instead str compare the next word with the expected token string
|
2015-10-21 18:35:09 +02:00 |
|
Hugues Delorme
|
598123ca47
|
Rename gmio_buffer -> gmio_memblock
|
2015-09-25 13:16:41 +02:00 |
|
Hugues Delorme
|
215fd68c2b
|
gmio_core: more doc
|
2015-09-19 23:15:06 +02:00 |
|
Hugues Delorme
|
f6e5f8937b
|
Fix minor code styles issues
|
2015-09-19 23:14:42 +02:00 |
|
Hugues Delorme
|
b0517b2f39
|
gmio: add get/set_pos functions to gmio_stream
|
2015-09-18 14:33:23 +02:00 |
|
Hugues Delorme
|
5ecb401bc0
|
core_internal: disable unsused function
|
2015-09-14 11:27:27 +02:00 |
|
Hugues Delorme
|
e60938ea84
|
Use Doxygen grouping
|
2015-09-09 11:44:34 +02:00 |
|
Hugues Delorme
|
c406a8bb92
|
Replace fougsys.fr -> fougue.pro
|
2015-07-13 11:44:29 +02:00 |
|
Hugues Delorme
|
13b1d32a9a
|
Rename pointer on functions members
xxx_func -> func_xxx
|
2015-07-10 11:33:05 +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
|
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
|
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 |
|