Turo Lamminen
|
76919e87ea
fast_atof: Silence some uninitialized variable warnings
|
8 years ago |
Kim Kulling
|
9e98097aae
closes https://github.com/assimp/assimp/issues/1244: log error for
|
8 years ago |
Chris Russ
|
05a6ee6473
Adding double precision import support for formats that can be exported
|
9 years ago |
Kim Kulling
|
81773b4e4e
Update fast_atof.h
|
9 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Léo Terziman
|
5b9af11f9b
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
Kim Kulling
|
97946e25c9
fix travis build
|
10 years ago |
Kim Kulling
|
02ee002878
fix build for vs2013
|
10 years ago |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 years ago |
abma
|
470ad98281
fix "headercheck":
|
10 years ago |
George Papadopoulos
|
54ce3d843f
fix for strtol10_64
|
10 years ago |
George Papadopoulos
|
da3c347a57
add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime)
|
10 years ago |
Léo Terziman
|
18e6a8fbdb
improved handling of commas in fast_atof
|
10 years ago |
Léo Terziman
|
940414104a
Merge remote-tracking branch 'official/master' into contrib
|
11 years ago |
abma
|
775b26e614
use std:: namespace for most cmath functions:
|
11 years ago |
Jared Duke
|
43c82b0b38
Remove std::isnan and std::isinf usage from utFastAtofTest
|
11 years ago |
Léo Terziman
|
e2d9512275
Merge remote-tracking branch 'official/collada_export_escape' into contrib
|
11 years ago |
Jared Duke
|
ed124ccbab
Gracefully handle NaN/inf values in fast_atoreal_move
|
11 years ago |
Tyson Grant Nottingham
|
79c56adea4
Don't use isdigit() in fast_atof.
|
11 years ago |
Tyson Grant Nottingham
|
3e9fab3bfc
Allow numbers starting with decimal in fast_atof.
|
11 years ago |
Alexander Gessler
|
2edccb7f34
fast_atof: If a literal ends with a trailing dot (.), only parse further if the next character is a digit. In cases where the dot ends the literal (i.e. "1.") this would cause strtoul10_64 to throw an exception. To preserve as much of the old behaviour, we still consume trailing dots though. This "regression" was introduced (exposed) by #261, which added the extra check to strtoul10_64 that triggered here. This commit now fixes #304 (IFC file reading broken due to IFC files containing "(1.,1.,1.)" lists.
|
11 years ago |
Léo Terziman
|
274a6ce1ff
Fixed space
|
11 years ago |
Léo Terziman
|
0bf4aea9d5
Improved fast_atof (bis)
|
12 years ago |
Léo Terziman
|
3e55dca943
Improved fast_atof
|
12 years ago |
Pavel Rojtberg
|
6920c433fd
add missing include to fast_atof.h
|
12 years ago |
aramis_acg
|
687a4644d6
# fast_atof: fix comma handling.
|
13 years ago |
aramis_acg
|
16b3d19f7f
# fast_atoreal_move: avoid floating-point casts. Compilers have trouble optimizing this.
|
13 years ago |