|
|
@17779
|
11 years |
tbretz |
Use COmmentFromType and SizeFromType from FITS namespace; try using ...
|
|
|
@17766
|
11 years |
tbretz |
Removing the std::exception_ptr by an ifdef is dangerous, because CINT ...
|
|
|
@17754
|
11 years |
tbretz |
There were some casts missing to allow large memory sizes
|
|
|
@17753
|
11 years |
tbretz |
I am not sure this is needed here, but to avoid potential problems I ...
|
|
|
@17752
|
11 years |
tbretz |
The condition was wrong... it was not possible to properly set the ...
|
|
|
@17751
|
11 years |
tbretz |
I realized that we were one level too high with deriving the class. ...
|
|
|
@17677
|
11 years |
tbretz |
Fixed the last fix... using a variable type which allows hundreds of ...
|
|
|
@17667
|
11 years |
lyard |
fixed uint32 bug for max available memory
|
|
|
@17302
|
11 years |
tbretz |
fRealRowWidth is know already before the header is written, so it can ...
|
|
|
@17301
|
11 years |
tbretz |
Removed an obsolete const-qualifier... again.
|
|
|
@17297
|
11 years |
tbretz |
Added some more tweaks needed by CINT (default constructors, handling ...
|
|
|
@17296
|
11 years |
lyard |
Gave the possibility to change the number of threads, as long as ...
|
|
|
@17295
|
11 years |
tbretz |
Removed an obsolete const-qualifier
|
|
|
@17289
|
11 years |
tbretz |
Added missing Mars style exception handling.
|
|
|
@17288
|
11 years |
lyard |
Bugfix to be able to reuse the same zofits object to write more than ...
|
|
|
@17285
|
11 years |
lyard |
fixed bug related to thread-safe-ness
|
|
|
@17281
|
11 years |
tbretz |
Use the correct define as setup by configure
|
|
|
@17277
|
11 years |
tbretz |
Missed the possibility to setup the number of tiles after the ...
|
|
|
@17269
|
11 years |
tbretz |
Instead of a lot of conditionals in case of no queue, the queues are ...
|
|
|
@17264
|
11 years |
tbretz |
Hopefully finished removing the std namespace from the headers.
|
|
|
@17263
|
11 years |
tbretz |
Added more std:: namespace qualifiers
|
|
|
@17262
|
11 years |
tbretz |
Removed the 'using namespace' from header
|
|
|
@17258
|
11 years |
tbretz |
Replaced calls to post by emplace. Therefore implemented new ...
|
|
|
@17254
|
11 years |
tbretz |
Use a shared_ptr with aliasing of char* instead of a MemoryChunk
|
|
|
@17253
|
11 years |
lyard |
zofits with catalog shrinking and compressed calibration table
|
|
|
@17243
|
11 years |
tbretz |
Encapsulated the header with a guard (I don't understand why this was ...
|
|
|
@17239
|
11 years |
lyard |
zofits with extra default values setters
|
|
|
@17237
|
11 years |
lyard |
Cleaner version of zofits
|
|
|
@17228
|
11 years |
tbretz |
Adapted to changes in Queue; Compression queues do not need sorting... ...
|
|
|
@17225
|
11 years |
tbretz |
Fixed initialization with static data member; removed buggy example; ...
|
|
|
@17221
|
11 years |
lyard |
better version of zofits. New factofits. Only cleanup, defines, ...
|
|
|
@17219
|
11 years |
lyard |
draft zofits working with Queue and MemoryManager
|
|
|
@17216
|
11 years |
lyard |
Added the brand new zofits class.
|