|
|
@19014
|
6 years |
tbretz |
Require the rainsensorinformation.
|
|
|
@19013
|
6 years |
tbretz |
Added something for the famous-branch.
|
|
|
@19012
|
7 years |
tbretz |
A little tool for synatax check of a macro.
|
|
|
@19011
|
7 years |
tbretz |
Updated URL
|
|
|
@19010
|
7 years |
tbretz |
Updated the header, project and version definition, added help2man, ...
|
|
|
@19009
|
7 years |
tbretz |
Value already declared as static const data member
|
|
|
@19008
|
7 years |
tbretz |
This function just calls itself... to be fixed.
|
|
|
@19007
|
7 years |
tbretz |
Replaced some unicode characters by proper string representations.
|
|
|
@19006
|
7 years |
tbretz |
Explicizt reinterpret cast to avoid clang warning.
|
|
|
@19005
|
7 years |
tbretz |
Workaround for dictionary + clang reuired.
|
|
|
@19004
|
7 years |
tbretz |
Comments around an unused data member.
|
|
|
@19003
|
7 years |
tbretz |
Clang has a problem which somehow happends in the root dictionary... ...
|
|
|
@19002
|
7 years |
tbretz |
Use proper unicode representaion of charcter.
|
|
|
@19001
|
7 years |
tbretz |
It's not a struct it's a class
|
|
|
@19000
|
7 years |
tbretz |
Use a reinterpret_cast to avoid compiler warnings with clang.
|
|
|
@18999
|
7 years |
tbretz |
Use the proper delete operator.
|
|
|
@18998
|
7 years |
tbretz |
Switch off the workaround when compiling with clang -- it would not ...
|
|
|
@18997
|
7 years |
tbretz |
Added some code which allows to read a single file.
|
|
|
@18996
|
7 years |
tbretz |
Connection must be closed when setting a parameter fails, it is ...
|
|
|
@18995
|
7 years |
tbretz |
Allow to run without authentication.
|
|
|
@18994
|
7 years |
tbretz |
Cmake stuff.
|
|
|
@18993
|
7 years |
tbretz |
Implemented a program to read the rain sensor data from MAGIC.
|
|
|
@18992
|
7 years |
tbretz |
Updated to the famous and iceact section
|
|
|
@18991
|
7 years |
tbretz |
Some more improvements, clang is not compatible in Release mode with ...
|
|
|
@18990
|
7 years |
tbretz |
Mostly changes to properly implement Qt support and get the GUIs compiled.
|
|
|
@18989
|
7 years |
tbretz |
Adapted to the latest changes
|
|
|
@18988
|
7 years |
tbretz |
Added some explicit casts to make clang++ more happy and remove an ...
|
|
|
@18987
|
7 years |
tbretz |
Let the compiler know that the second argument is a format string
|
|
|
@18986
|
7 years |
tbretz |
Simplified include paths and worked around a MOC bug encountered with ...
|
|
|
@18985
|
7 years |
tbretz |
Added gui as an inlcude path
|
|
|
@18984
|
7 years |
tbretz |
clang++ did not compile, it requires that the arguments here are ...
|
|
|
@18983
|
7 years |
tbretz |
That's a dangerous way to write the conditional - fixed.
|
|
|
@18982
|
7 years |
tbretz |
DrsCalibration is a struct not a class.
|
|
|
@18981
|
7 years |
tbretz |
DrsCalibration is a struct not a class.
|
|
|
@18980
|
7 years |
tbretz |
This is a first draft of using cmake and clang for compilation -- not ...
|
|
|
@18979
|
7 years |
tbretz |
Use a reinterpret_cast to make the compiler more happy.
|
|
|
@18978
|
7 years |
tbretz |
clang++ complained about the way some arrays are initialized and there ...
|
|
|
@18977
|
7 years |
tbretz |
Tell the compiler that it cannot check the format string.
|
|
|
@18976
|
7 years |
tbretz |
Replaced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18975
|
7 years |
tbretz |
Moved path to Makefile.
|
|
|
@18974
|
7 years |
tbretz |
Reaplced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18973
|
7 years |
tbretz |
Reaplced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18972
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18971
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18970
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18969
|
7 years |
tbretz |
Moved path from include to makefile.
|
|
|
@18968
|
7 years |
tbretz |
Removed a stray character
|
|
|
@18967
|
7 years |
tbretz |
commented unsused variable
|
|
|
@18966
|
7 years |
tbretz |
Moved the path to the Makefile, allow to define the location for ...
|
|
|
@18965
|
7 years |
tbretz |
Fixed a typo in a comment
|
|
|
@18964
|
7 years |
tbretz |
Moved path to Makefile.
|
|
|
@18963
|
7 years |
tbretz |
Tell the compiler that fmt is a format string
|
|
|
@18962
|
7 years |
tbretz |
Added externals as include path
|
|
|
@18961
|
7 years |
tbretz |
ignore already exists in 'tuple'
|
|
|
@18960
|
7 years |
tbretz |
Moved include path to makefile
|
|
|
@18959
|
7 years |
tbretz |
Moved include path to makefile
|
|
|
@18958
|
7 years |
tbretz |
Moved include path to makefile; added some ifdefs to make it compile ...
|
|
|
@18957
|
7 years |
tbretz |
Improved compiler warnings.
|
|
|
@18956
|
7 years |
tbretz |
Build files to build mars with cmake (first draft)
|
|
|
@18955
|
7 years |
tbretz |
The specialized template must be declared inline.
|
|
|
@18954
|
7 years |
tbretz |
Make use of the new values in fits::Column in List() to properly ...
|
|
|
@18953
|
7 years |
tbretz |
Implemented a specialized template for Entry::Get in case of a string, ...
|
|
|
@18952
|
7 years |
tbretz |
Improved debugging
|
|
|
@18951
|
7 years |
tbretz |
On Ubuntu 16.04 rootifysql requires that the libmysqlclient is ...
|
|
|
@18950
|
7 years |
tbretz |
the ifdef's to compile without root support were not correctly placed ...
|
|
|
@18949
|
7 years |
tbretz |
The Indirect Rendering produces a problem in the library on Ubuntu ...
|
|
|
@18948
|
7 years |
tbretz |
Fixed a typo.
|
|
|
@18947
|
7 years |
(none) |
Mention github issues
|
|
|
@18946
|
7 years |
Daniela Dorner |
allow values +-45sec from the run
|
|
|
@18945
|
7 years |
Daniela Dorner |
moved filling of camera temperature to this script
|
|
|
@18944
|
7 years |
Daniela Dorner |
added new values
|
|
|
@18943
|
7 years |
Daniela Dorner |
added more values and fixed bug with diff
|
|
|
@18942
|
7 years |
Daniela Dorner |
renamed as more information than only temperature will be filled
|
|
|
@18941
|
7 years |
Daniela Dorner |
renamed script to better suit planned upd
|
|
|
@18940
|
7 years |
Daniela Dorner |
renamed script to better suit planned upd
|
|
|
@18939
|
7 years |
Daniela Dorner |
updated correction formula and reference values for periods
|
|
|
@18938
|
7 years |
Daniela Dorner |
added encryption for mysql
|
|
|
@18937
|
7 years |
Daniela Dorner |
added (script to fill corrected R750 and references)
|
|
|
@18936
|
7 years |
Daniela Dorner |
added more values for artificial trigger rate
|
|
|
@18935
|
7 years |
Daniela Dorner |
added more values for artificial trigger rate
|
|
|
@18934
|
7 years |
(none) |
Comment out DL1 to DL3 for now, add QLA
|
|
|
@18933
|
7 years |
(none) |
Add "raw data format" in photon stream explanation
|
|
|
@18932
|
7 years |
(none) |
Change color
|
|
|
@18931
|
7 years |
(none) |
Add first version of open data homepage
|
|
|
@18930
|
7 years |
(none) |
Add new directory for open data webpage
|
|
|
@18929
|
7 years |
tbretz |
Allow to skip filling the tree to debug speed of reading the database. ...
|
|
|
@18928
|
7 years |
tbretz |
First version of a tool to fill a SQL table with data from a root file.
|
|
|
@18927
|
7 years |
tbretz |
Changed StoreQueryResult to UseQueryResult to allow access to huge tables.
|
|
|
@18926
|
7 years |
tbretz |
Some fixes to make Mars compile at ISDC with an old compiler and ...
|
|
|
@18925
|
7 years |
tbretz |
Included a source reload trigger.
|
|
|
@18924
|
7 years |
tbretz |
A new page to trigger a source reload.
|
|
|
@18923
|
7 years |
tbretz |
Implemented a new interrupt ('ReloadSources') to trigger reloading ...
|
|
|
@18922
|
7 years |
tbretz |
Updated to ERFA 1.4.0
|
|
|
@18921
|
7 years |
tbretz |
Updated to ERFA 1.4.0
|
|
|
@18920
|
7 years |
tbretz |
Updated to v20r20 - This also includes some minor fixes, I requested.
|
|
|
@18919
|
7 years |
tbretz |
New page displaying bias crate temperatures
|
|
|
@18918
|
7 years |
tbretz |
Added Bias Temp
|
|
|
@18917
|
7 years |
tbretz |
Added BIAS_TEMP server
|
|
|
@18916
|
7 years |
tbretz |
Renamed DimData to Data and moved definition to header
|
|
|
@18915
|
7 years |
tbretz |
Minor improvements to the log output - being more verbose
|
|
|