source: trunk/FACT++

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19225   6 years tbretz Try to find automatically to which mysqlclient mysql++ links and use ...
(edit) @19223   6 years tbretz As a default use 'clang', 'gcc' and 'cc'
(edit) @19222   6 years tbretz That's the better approach.
(edit) @19219   6 years tbretz Default build type should be 'Release'
(edit) @19218   6 years tbretz Moved to fit the detection of boost.
(edit) @19217   6 years tbretz Added a fix for clang with boost<1.60 (maybe only required for Ubuntu ...
(edit) @19216   6 years tbretz Nova needs to be linked with Time already, skip uknown pragmas (mainly ...
(edit) @19215   6 years tbretz The precompiler directive to check for libnova should be identical ...
(edit) @19214   6 years tbretz Some updates...
(edit) @19213   6 years tbretz Updated based on changes in configure.ac
(edit) @19212   6 years tbretz Paths updated.
(edit) @19211   6 years tbretz Fixed a typo in the pre-processor directive
(edit) @19210   6 years tbretz Added -Wno-unknown-pragmas
(edit) @19205   6 years tbretz Improved output.
(edit) @19204   6 years tbretz Some minor simplifications using mysql++ features.
(edit) @19194   6 years tbretz
(edit) @19193   6 years tbretz Right now w do not have the ponting position stored event wise... thus ...
(edit) @19192   6 years tbretz Compile caclsource as tool
(edit) @19191   6 years tbretz Added possibility to create a unique index.
(edit) @19190   6 years tbretz Load tools.h for the to_string fix for the ISDC compiler
(edit) @19189   6 years tbretz Increased boost version to minimum available at ISDC -which should ...
(edit) @19188   6 years tbretz Changed required cmake version to 3.5 (3.0.2 has problems), added some ...
(edit) @19187   6 years tbretz Improved output for --delete
(edit) @19186   6 years tbretz Print 'success' in case of success.
(edit) @19185   6 years tbretz Extract only the name of the program not the path
(edit) @19184   6 years tbretz Updated to v20r23
(edit) @19183   6 years tbretz This version compiles at ISDC, mainly replacing for-loops by loops, ...
(edit) @19182   6 years tbretz With the current setting BOOST 1.47 should be enough (ISDC Version in ...
(edit) @19181   6 years tbretz Use Boost 1.47 at ISDC, no workaround required anymore.
(edit) @19180   6 years tbretz For debugging purpose print the client version before the connection ...
(edit) @19179   6 years tbretz Secured against clang <= 4
(edit) @19178   6 years tbretz Print start time.
(edit) @19177   6 years tbretz Made it compile at ISDC
(edit) @19176   6 years tbretz Fix to the resource description
(edit) @19175   6 years tbretz Link libraries with full path so that their position can be ...
(edit) @19174   6 years tbretz Now compiles at ISDC:
(edit) @19173   6 years tbretz Stray code committed unintnetionally.
(edit) @19172   6 years tbretz ISDC workaround for to_string(unsigned int)
(edit) @19171   6 years tbretz Turn of man page production if the required executables are missing.
(edit) @19170   6 years tbretz This improves linking with the mysql libraries in particular if ...
(edit) @19169   6 years tbretz Source code moved to source file.
(edit) @19168   6 years tbretz Fixed size of string
(edit) @19167   6 years tbretz Minor fixed.
(edit) @19166   6 years tbretz Better handling of the replacement for the filename.
(edit) @19165   6 years tbretz Stick with the streams.
(edit) @19164   6 years tbretz Stick with the streams.
(edit) @19163   6 years tbretz include of math.h needed at ISDC
(edit) @19162   6 years tbretz Updated returns.
(edit) @19157   6 years tbretz Typos in help text.
(edit) @19156   6 years tbretz Enclose table names.
(edit) @19155   6 years tbretz Added the --index option.
(edit) @19154   6 years tbretz Removed the force-stuff, the constructor is now already connecting to ...
(edit) @19153   6 years tbretz Minor update.
(edit) @19152   6 years tbretz Removed the ISDC hack
(edit) @19151   6 years tbretz Implemented conditional execution.
(edit) @19150   6 years tbretz Implemented an option to pre-delete entries from the table based on ...
(edit) @19149   6 years tbretz Fixed a typo
(edit) @19148   6 years tbretz Removed the iSDC hack from the svn
(edit) @19147   6 years tbretz Added support for a user defined column with a constant number, allow ...
(edit) @19146   6 years tbretz Added support for a user defined column with a constant number, allow ...
(edit) @19145   6 years tbretz Added missing include.
(edit) @19144   6 years tbretz Updates resource text.
(edit) @19143   6 years tbretz Print versionof library found.
(edit) @19142   6 years tbretz Adapted the return numbers, fixed a few typos, sorted the resources.
(edit) @19141   6 years tbretz Implemented packaging and an option to keep only the general tools.
(edit) @19140   6 years tbretz Fixed some compiler wanring with gcc.
(edit) @19139   6 years tbretz Found a nicer way to add arguments to database URI
(edit) @19138   6 years tbretz Do all the cleanup stuff also when an empty set is returned and moved ...
(edit) @19137   6 years tbretz Bytes received and sent in the view of the client.
(edit) @19136   6 years tbretz Output some more connection information with print-connect
(edit) @19135   6 years tbretz Fixed some minor typos.
(edit) @19134   6 years tbretz Skip empty lines reading an environment file.
(edit) @19126   6 years tbretz Implemented the possibility to print basic connection informations.
(edit) @19125   6 years tbretz Updated the explanation for the databse resource to reflect the ...
(edit) @19124   6 years tbretz Implmented compressed connections.
(edit) @19122   6 years tbretz Print average execution time per row.
(edit) @19121   6 years tbretz Do not print a warning if no ascii file should have been written, ...
(edit) @19120   6 years tbretz Print average execution time per row.
(edit) @19119   6 years tbretz Added Fractional as a complement to scientific.
(edit) @19118   6 years tbretz Allow to write output to an ascii file, minor changes to replacing the ...
(edit) @19117   6 years tbretz Added the possibility to read list of environment values from a file ...
(edit) @19116   6 years tbretz Adapted help text
(edit) @19115   6 years tbretz The UPDATE was missing in the ON DUPLICATE directive.
(edit) @19114   6 years tbretz Read duplicate as a vector of strings.
(edit) @19113   6 years tbretz Use ON DUPLICATE KEY for updating not the UPDATE directive.
(edit) @19112   6 years tbretz Implemented --engine and --row-format.
(edit) @19111   6 years tbretz Minor cosmetics to output.
(edit) @19110   6 years tbretz Implemented row-format and now using the database default engine if ...
(edit) @19109   6 years tbretz Implemented unisgned columns, row-format and now using the database ...
(edit) @19108   6 years tbretz The filename is also required.
(edit) @19107   6 years tbretz Implmented ignore-errors option.
(edit) @19106   6 years tbretz Output info-string and potential warnings.
(edit) @19105   6 years tbretz Some more cosmetics to the output.
(edit) @19104   6 years tbretz Some cosmetics to the output.
(edit) @19103   6 years tbretz Possibility to add the IGNORE keyword to the INSERT query.
(edit) @19102   6 years tbretz Minor improvemt of the usage text
(edit) @19101   6 years tbretz Allow an 'ON DUPLICATE KEY UPDATE' clause
(edit) @19100   6 years tbretz Warnings are displayed if they happen.
(edit) @19099   6 years tbretz Added fits2sql -- maybe it can be unified with root2sql?
(edit) @19096   6 years tbretz This is more precise.
Note: See TracRevisionLog for help on using the revision log.