|
|
@19407
|
6 years |
tbretz |
Comparison between signed an unsigned
|
|
|
@19359
|
6 years |
tbretz |
The single step mode was never working properly -- fixed.
|
|
|
@19358
|
6 years |
tbretz |
Implemented key handling of space key as a single-step key.
|
|
|
@19345
|
6 years |
tbretz |
Improves the behaviour with RecursiveRemove. Strictly speaking this ...
|
|
|
@19328
|
6 years |
tbretz |
It seems something is deleting the canvases (could not find what), so ...
|
|
|
@19317
|
6 years |
tbretz |
That's more correct.
|
|
|
@19291
|
6 years |
tbretz |
This workaround is not needed anymore.
|
|
|
@19273
|
6 years |
tbretz |
A lot of code became obsolete with root 6.
|
|
|
@19272
|
6 years |
tbretz |
Fixed a typo.
|
|
|
@19271
|
6 years |
tbretz |
This is based on some warning I get with root 6 during run-time. I am ...
|
|
|
@19262
|
6 years |
tbretz |
Not supported in root 6 until further debugging.
|
|
|
@19260
|
6 years |
tbretz |
root 6 defined the a const -- worked around.
|
|
|
@19259
|
6 years |
tbretz |
root 6 need TMutex to be included.
|
|
|
@19240
|
6 years |
tbretz |
Allow to link the marslogo into the shared object so that no path is ...
|
|
|
@19128
|
6 years |
tbretz |
Added a Scale function.
|
|
|
@19127
|
6 years |
tbretz |
Avoid some compiler warning.
|
|
|
@19086
|
6 years |
tbretz |
pos is a pointer, must be !=0 not >0
|
|
|
@18999
|
7 years |
tbretz |
Use the proper delete operator.
|
|
|
@18998
|
7 years |
tbretz |
Switch off the workaround when compiling with clang -- it would not ...
|
|
|
@18957
|
7 years |
tbretz |
Improved compiler warnings.
|
|
|
@18592
|
8 years |
tbretz |
Newer compilers need an explicit cast here.
|
|
|
@18591
|
8 years |
tbretz |
Tried to make the compiler hack compiler version dependent.
|
|
|
@18568
|
8 years |
tbretz |
Implemented function SetupFits to be able to read from a fits file.
|
|
|
@18555
|
8 years |
tbretz |
Added a new virtual function to setup reading from a fits file.
|
|
|
@18139
|
10 years |
tbretz |
Replaced mktemp by mkstemp to avoid a linker warning.
|
|
|
@18018
|
10 years |
dneise |
ticket:#11 MEnv, will now check if the last line ends with a \n ,and ...
|
|
|
@17786
|
11 years |
tbretz |
Automatically call SetSelctedPad once a new tab is created.
|
|
|
@17768
|
11 years |
tbretz |
Replaced my by scale.
|
|
|
@17765
|
11 years |
tbretz |
If one function takes a pointer the other one should as well, offsets ...
|
|
|
@17682
|
11 years |
ftemme |
Added the clipping of the trigger signal
|
|
|
@17559
|
11 years |
aparavac |
Added compatibilty for gcc 4.7 and c11 std
|
|
|
@17385
|
11 years |
tbretz |
emoved svn:ignore property. This is black magic and can easily lead to ...
|
|
|
@17307
|
11 years |
tbretz |
Added wrappers for some defines to the MARS namespace to make that ...
|
|
|
@17200
|
11 years |
dneise |
adjusted svn:ignore property to ignore Cint and Deb files
|
|
|
@17161
|
11 years |
tbretz |
Added a version of GetIntersectionPoint which allows to check for success.
|
|
|
@17146
|
11 years |
tbretz |
It looks like sometimes the TObject version ofWrite is called from the ...
|
|
|
@17130
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17128
|
11 years |
tbretz |
Added missing includes etc which is necessary to include the files in ...
|
|
|
@17127
|
11 years |
tbretz |
Moved the mcode stuff from mbase to Mars root directory
|
|
|
@17120
|
11 years |
tbretz |
Added Interpolator2D
|
|
|
@17070
|
11 years |
tbretz |
Added a comment
|
|
|
@15257
|
12 years |
tbretz |
Removed some unsused parameters from the header to avoid compiler warnings.
|
|
|
@15238
|
12 years |
tbretz |
Added detection of JD in constructor and SetJD memeber function
|
|
|
@15217
|
12 years |
tbretz |
Added PixelMap
|
|
|
@14993
|
12 years |
tbretz |
Changed Next() in a way that it is not self-referencing anymore.... ...
|
|
|
@14926
|
12 years |
tbretz |
Added the drs calibration class from mcore
|
|
|
@14901
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@14900
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@14896
|
12 years |
tbretz |
Added MCalibrateFact and MCalibrateDrsTimes
|
|
|
@14888
|
12 years |
tbretz |
Added a possible fix for newer root versions... might not be the best ...
|
|
|
@14853
|
12 years |
tbretz |
Added the path argument to the ReadList function
|
|
|
@14449
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14447
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14446
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14445
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14444
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14443
|
12 years |
tbretz |
Added some missing std::
|
|
|
@14154
|
12 years |
tbretz |
included string
|
|
|
@14079
|
12 years |
tbretz |
Fit errors are only warings.
|
|
|
@13366
|
13 years |
tbretz |
According to the root docu some GetRoot() calls should be GetDefaultRoot()
|
|
|
@13364
|
13 years |
tbretz |
Implemented the possibility to start an eventloop in a step-by-step ...
|
|
|
@13117
|
13 years |
tbretz |
gDirectory->GetListOfKeys() can be NULL... fixed.
|
|
|
@13078
|
13 years |
tbretz |
Added th possibility to use a real regular expression.
|
|
|
@12937
|
13 years |
tbretz |
Added GetNightAsInt
|
|
|
@12926
|
13 years |
tbretz |
Added another workaround to suppress some root error.
|
|
|
@12864
|
13 years |
tbretz |
Made static function to get memory public.
|
|
|
@12858
|
13 years |
tbretz |
GetDataMember doesn't return offsets of pointers in root 5.32/00 -- ...
|
|
|
@12857
|
13 years |
tbretz |
Fixed a wrong return statement.
|
|
|
@12797
|
13 years |
tbretz |
Allow to feed SetSqlDateTime also with an ISO time and allow more or ...
|
|
|
@11872
|
13 years |
tbretz |
Made sure that izstream and fits are in the dictionary
|
|
|
@11815
|
13 years |
tbretz |
|
|
|
@11814
|
13 years |
tbretz |
Removed izstream.h and fits.h
|
|
|
@11711
|
13 years |
tbretz |
Fixed a bug when the END tag was the first in a block
|
|
|
@11570
|
13 years |
tbretz |
Don't print the header contents by default.
|
|
|
@11560
|
13 years |
tbretz |
Fixed check for SIMPLE; added HAVE_ZLIB support.
|
|
|
@11559
|
13 years |
tbretz |
Removed MZlib, MFits; added izstream, fits
|
|
|
@11557
|
13 years |
tbretz |
Added exceptions if supported by the compiler; removed check for ...
|
|
|
@11552
|
13 years |
tbretz |
|
|
|
@11551
|
13 years |
tbretz |
Moved all the source code to the header; set the fail and bad bit more ...
|
|
|
@11550
|
13 years |
tbretz |
|
|
|
@11549
|
13 years |
tbretz |
|
|
|
@11487
|
13 years |
tbretz |
Optimized reverse copy procedure; added HasKey
|
|
|
@11461
|
13 years |
tbretz |
Made also Entry public -- for newer root versions and moved ReadBlock down.
|
|
|
@11450
|
13 years |
tbretz |
Added some comments about FITS basic types.
|
|
|
@11438
|
13 years |
tbretz |
Added MFits
|
|
|
@11437
|
13 years |
tbretz |
|
|
|
@11436
|
13 years |
tbretz |
|
|
|
@11435
|
13 years |
tbretz |
Further optimized seeking so that we always seek relative.
|
|
|
@11434
|
13 years |
tbretz |
Removed the need of fill_buffer
|
|
|
@11433
|
13 years |
tbretz |
There is no need to make the derivative from istream virtual.
|
|
|
@11432
|
13 years |
tbretz |
Added function DataMember which will return a pointer to a data member ...
|
|
|
@11426
|
13 years |
tbretz |
Added GaussProb2D
|
|
|
@11424
|
13 years |
tbretz |
Fixed seeking in gzipped files; increased buffer size
|
|
|
@11412
|
13 years |
tbretz |
Fixed a problem with a possible infinite loop in the display.
|
|
|
@11409
|
13 years |
tbretz |
Some name change to get rid of some compiler warnings.
|
|
|
@11408
|
13 years |
tbretz |
Propagate argument to fThread.Run
|
|
|
@11407
|
13 years |
tbretz |
Some improvements to get rid of compiler warnnings.
|
|
|
@10166
|
14 years |
tbretz |
Removed the old obsolete cvs header line.
|
|
|
@10055
|
14 years |
tbretz |
Display canvas title in status line.
|
|
|
@9934
|
14 years |
tbretz |
Removed obsolete MTask:: from call to GetFilter() in MContinue
|
|
|