|
|
@16959
|
11 years |
tbretz |
Use ::tolower instead of this compilcated cast construction.
|
|
|
@14613
|
12 years |
tbretz |
Unescape 'C' formated text.
|
|
|
@12846
|
13 years |
tbretz |
Allow 'A' when converting FITS format to Dim format.
|
|
|
@12337
|
13 years |
tbretz |
Removed stray debug output.
|
|
|
@12308
|
13 years |
tbretz |
Added specilized template to make sure we do not have to convert ...
|
|
|
@11735
|
13 years |
tbretz |
If we are already at the end of the stream return a default rather ...
|
|
|
@11734
|
13 years |
tbretz |
If we are already at the end of the stream return a default rather ...
|
|
|
@11712
|
13 years |
tbretz |
Added function to return the FormatList suitable for CCfits.
|
|
|
@11702
|
13 years |
tbretz |
Added GetSize() memember function and return this value in case of errors.
|
|
|
@11564
|
13 years |
tbretz |
Added a function to allow the COnverter to be fed with FITS format ...
|
|
|
@11496
|
13 years |
tbretz |
Optimized ToFits according to the result of the optimization of the ...
|
|
|
@11482
|
13 years |
tbretz |
Fixed a problem with stoi when the string was empty.
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11211
|
13 years |
tbretz |
Added ToStrings
|
|
|
@11041
|
13 years |
tbretz |
Replaced interpretation of single characters by the interpretation of ...
|
|
|
@11027
|
13 years |
tbretz |
Allow support for chars; assume that the given size is the destination size
|
|
|
@11026
|
13 years |
tbretz |
Implemented that even chars are returned as numbers if converted to a ...
|
|
|
@11017
|
13 years |
tbretz |
Removed the wrong string conversion from ToFits; fixed the sanity ...
|
|
|
@10666
|
14 years |
tbretz |
Make sure that also zeroes are correctly extracted even if the last ...
|
|
|
@10657
|
14 years |
tbretz |
Added or improved documentation.
|
|
|
@10467
|
14 years |
tbretz |
Disallow C with a number larger than 0 in strict mode - it gives problems.
|
|
|
@10449
|
14 years |
tbretz |
Added Print member function; fixed interpretation of hex and oct values
|
|
|
@10425
|
14 years |
tbretz |
Changed the GetHex function; added support for hex and octal numbers.
|
|
|
@10387
|
14 years |
tbretz |
Fixed interpreting of zero length or strings shorter than expected.
|
|
|
@10364
|
14 years |
lyard |
Added FactFits class
|
|
|
@10356
|
14 years |
lyard |
Added ToFits method
|
|
|
@10354
|
14 years |
tbretz |
Added some comment.
|
|
|
@10353
|
14 years |
tbretz |
Added some comment.
|
|
|
@10352
|
14 years |
tbretz |
Added some comment.
|
|
|
@10351
|
14 years |
tbretz |
Removed an obsolete comment.
|
|
|
@10326
|
14 years |
tbretz |
Fixed the conversion for the Option-argument.
|
|
|
@10323
|
14 years |
tbretz |
Some fixed to the docu.
|
|
|
@10293
|
14 years |
tbretz |
Fixed the conversion for cases like 'C:5'
|
|
|
@10289
|
14 years |
tbretz |
The Converter functions now throw exceptions. The previous way of ...
|
|
|
@10287
|
14 years |
tbretz |
Replaced some int by size_t.
|
|
|
@10278
|
14 years |
tbretz |
Skipped processing of the terminating entry in the list.
|
|
|
@10277
|
14 years |
tbretz |
Fixed an exception when Get<string> returned in empty string in case ...
|
|
|
@10270
|
14 years |
tbretz |
Change the interface. Now it first compiles the format string into a ...
|
|
|
@10219
|
14 years |
tbretz |
Added conversion to a vector of boost::any, added more format options ...
|
|
|
@10183
|
14 years |
tbretz |
New import.
|