source: trunk/FACT++

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19096   6 years tbretz This is more precise.
(edit) @19095   6 years tbretz Display file size written.
(edit) @19094   6 years tbretz Some more improvemnts to the EXPLAIN formating.
(edit) @19093   6 years tbretz Some improvemnts to the EXPLAIN formating -- not a nice code but for ...
(edit) @19092   6 years tbretz Some improvemnts to the EXPLAIN formating.
(edit) @19091   6 years tbretz Added some code for profiling and explaining the query. The EXPLAIN ...
(edit) @19090   6 years tbretz A very simple implementation which will EXPLAIN the query with what ...
(edit) @19089   6 years tbretz For good reasons, I do not allow NULL in an column, witout ...
(edit) @19084   6 years tbretz Do not print overly long insert queries if not allowed by the user ...
(edit) @19083   6 years tbretz Just realized that grep has the -A option -- so the change wasn't necessry.
(edit) @19082   6 years tbretz Error in the same line, so it is easier to grep for it.
(edit) @19081   6 years tbretz Night was still partially in...
(edit) @19080   6 years tbretz Changed default table engine to InnoDB
(edit) @19079   6 years tbretz Added a possibility for substitutions in the query.
(edit) @19078   6 years tbretz Protection to fail against 'no data'
(edit) @19077   6 years tbretz Protection to fail against 'no data'
(edit) @19076   6 years tbretz Print a hint on the size of the large query sent.
(edit) @19075   6 years tbretz Improved help text.
(edit) @19074   6 years tbretz Implemented setting of user defined variables before the SQL query is ...
(edit) @19073   6 years tbretz Added a missing semicolon
(edit) @19072   6 years tbretz Implemented the --dry-run option, sorted the options a bit, removed ...
(edit) @19071   6 years tbretz Sorted the options a bit.
(edit) @19070   6 years tbretz Fixed the default value for the calcsource.
(edit) @19069   6 years tbretz Improved help text.
(edit) @19068   6 years tbretz Made the code and output more consistent, added the option to update ...
(edit) @19067   6 years tbretz Missing required file.
(edit) @19065   6 years tbretz Should compile with Boost 1.54 as well, Qwt was not checked.
(edit) @19064   6 years tbretz Some minor changes to make it compatible with newer sets of headers.
(edit) @19063   6 years tbretz Made it compile with an older boost version. Added force option and a ...
(edit) @19062   6 years tbretz Allow to overwrite the default engine (not recommended)
(edit) @19061   6 years tbretz rainsensor was missing
(edit) @19056   6 years tbretz Boost 1.41 didn't yet support that (ISDC)
(edit) @19055   6 years tbretz Not sure that really works with 2.63, but it gets further.
(edit) @19054   6 years tbretz Added 'calcsource'
(edit) @19053   6 years tbretz This is a draft to fill in source positions to the database.
(edit) @19052   6 years tbretz This output was for debugging, I believe it is not required anymore
(edit) @19051   6 years tbretz Those two lines were obsolete, FIND_PACKAGE already checks for the ...
(edit) @19050   6 years tbretz Unified policy for info output
(edit) @19049   6 years tbretz Implemented ConnectionSSL and updated tngweather to use a secure ...
(edit) @19048   6 years tbretz Added OpenSSL package (still to fail in case it is not found) and ...
(edit) @19034   6 years tbretz The telescope operates when there is no weather data available -- let ...
(edit) @19027   6 years tbretz Be a bit more specific when closing a file to avoid confusion. Same ...
(edit) @19026   6 years tbretz Cleaned some comments.
(edit) @19025   6 years tbretz Now it does!
(edit) @19024   6 years tbretz This gives an identical result but without the clang wanring about a ...
(edit) @19023   6 years tbretz Added missing dim dns
(edit) @19022   6 years tbretz Suppress some compiler warnings with clang.
(edit) @19021   6 years tbretz Suppress some compiler warnings with clang.
(edit) @19020   6 years tbretz Minor layout update of some debug output.
(edit) @19018   6 years tbretz To be compatible with the previous scheme, the default flow_control ...
(edit) @19017   6 years tbretz Output the connection settings for debugging purpose as debug.
(edit) @19016   6 years tbretz A status was missing.
(edit) @19015   6 years tbretz Added rain sensor
(edit) @19014   6 years tbretz Require the rainsensorinformation.
(edit) @19013   7 years tbretz Added something for the famous-branch.
(edit) @18997   7 years tbretz Added some code which allows to read a single file.
(edit) @18996   7 years tbretz Connection must be closed when setting a parameter fails, it is ...
(edit) @18995   7 years tbretz Allow to run without authentication.
(edit) @18994   7 years tbretz Cmake stuff.
(edit) @18993   7 years tbretz Implemented a program to read the rain sensor data from MAGIC.
(edit) @18992   7 years tbretz Updated to the famous and iceact section
(edit) @18991   7 years tbretz Some more improvements, clang is not compatible in Release mode with ...
(edit) @18990   7 years tbretz Mostly changes to properly implement Qt support and get the GUIs compiled.
(edit) @18989   7 years tbretz Adapted to the latest changes
(edit) @18988   7 years tbretz Added some explicit casts to make clang++ more happy and remove an ...
(edit) @18987   7 years tbretz Let the compiler know that the second argument is a format string
(edit) @18986   7 years tbretz Simplified include paths and worked around a MOC bug encountered with ...
(edit) @18985   7 years tbretz Added gui as an inlcude path
(edit) @18984   7 years tbretz clang++ did not compile, it requires that the arguments here are ...
(edit) @18983   7 years tbretz That's a dangerous way to write the conditional - fixed.
(edit) @18982   7 years tbretz DrsCalibration is a struct not a class.
(edit) @18981   7 years tbretz DrsCalibration is a struct not a class.
(edit) @18980   7 years tbretz This is a first draft of using cmake and clang for compilation -- not ...
(edit) @18978   7 years tbretz clang++ complained about the way some arrays are initialized and there ...
(edit) @18977   7 years tbretz Tell the compiler that it cannot check the format string.
(edit) @18976   7 years tbretz Replaced an 8-bit ascii charcter by its unicode representation.
(edit) @18975   7 years tbretz Moved path to Makefile.
(edit) @18974   7 years tbretz Reaplced an 8-bit ascii charcter by its unicode representation.
(edit) @18973   7 years tbretz Reaplced an 8-bit ascii charcter by its unicode representation.
(edit) @18972   7 years tbretz Removed an unused data memeber
(edit) @18971   7 years tbretz Removed an unused data memeber
(edit) @18970   7 years tbretz Removed an unused data memeber
(edit) @18969   7 years tbretz Moved path from include to makefile.
(edit) @18968   7 years tbretz Removed a stray character
(edit) @18967   7 years tbretz commented unsused variable
(edit) @18966   7 years tbretz Moved the path to the Makefile, allow to define the location for ...
(edit) @18965   7 years tbretz Fixed a typo in a comment
(edit) @18964   7 years tbretz Moved path to Makefile.
(edit) @18963   7 years tbretz Tell the compiler that fmt is a format string
(edit) @18962   7 years tbretz Added externals as include path
(edit) @18961   7 years tbretz ignore already exists in 'tuple'
(edit) @18960   7 years tbretz Moved include path to makefile
(edit) @18959   7 years tbretz Moved include path to makefile
(edit) @18958   7 years tbretz Moved include path to makefile; added some ifdefs to make it compile ...
(edit) @18954   7 years tbretz Make use of the new values in fits::Column in List() to properly ...
(edit) @18952   7 years tbretz Improved debugging
(edit) @18951   7 years tbretz On Ubuntu 16.04 rootifysql requires that the libmysqlclient is ...
(edit) @18950   7 years tbretz the ifdef's to compile without root support were not correctly placed ...
(edit) @18949   7 years tbretz The Indirect Rendering produces a problem in the library on Ubuntu ...
(edit) @18948   7 years tbretz Fixed a typo.
Note: See TracRevisionLog for help on using the revision log.