Timeline
10/24/18:
- 23:10 Changeset [19303] by
- Some minor fix to run it with cmake compiled root.
- 22:25 Changeset [19302] by
- Fixed a compiler warning in a root header - nothing we can do about it.
- 22:17 Changeset [19301] by
- Comparison of singned with unsigned
- 22:17 Changeset [19300] by
- Disable some compiler warning for a QWT header.
- 22:05 Changeset [19299] by
- Added some comments.
- 22:01 Changeset [19298] by
- Now called lib
- 22:01 Changeset [19297] by
- Separated lib and dictionary path, properly print include path of nova
- 21:06 Changeset [19296] by
- Illegal charcter encoding in root dictionary with root 5
- 21:03 Changeset [19295] by
- libmars is now created in the subdirectory.
- 21:02 Changeset [19294] by
- In this context $ ENV should be just ENV, the subdir must be specified, to avoid confusion renamed libMARS to libCore, the LIBARARY OUTPUT DIRECTORY must be set before the first ROOT_GENERATE_DICTIONARY
- 20:59 Changeset [19293] by
- kSolarStandardHorizon for convenience (no need to include libnova.h and no need to copy all these variables. A refernce is enough.
- 20:58 Changeset [19292] by
- It is not a global variable but a pre-compiler directive.
- 20:04 Changeset [19291] by
- This workaround is not needed anymore.
- 19:53 Changeset [19290] by
- As a static member it is missing in the dictionary, as an inline member it is available.
- 19:52 Changeset [19289] by
- Suppress some -Wcast-align warning from some root header (we can not influence that anyhow)
- 19:45 Changeset [19288] by
- This fixes some compiler warning about alignment during casts.
- 16:40 Changeset [19287] by
- Already included before.
- 16:39 Changeset [19286] by
- This should (hopefully) make compilation compatible with root version compiled with and without cmake.
- 16:37 Changeset [19285] by
- This should (hopefully) make compilation compatible with root version compiled with and without cmake.
- 16:01 Changeset [19284] by
- Removed processings from BlockHeader, as a variable size array, it created problem with compiling the root dictionary with certain compilers. Now, the memory position is calculated directly in the code (fortunately, this 'trick' was only used in one location).
10/23/18:
- 20:47 Changeset [19283] by
- Added comment.
- 20:32 Changeset [19282] by
- Improved output.
- 20:26 Changeset [19281] by
- Some minor updates to the output.
- 18:55 DatabaseBasedAnalysis/table2sql edited by
- (diff)
- 18:48 Changeset [19280] by
- Implemented automatic splitting into root-trees or ascii-files.
- 16:19 Changeset [19279] by
- Added TFile::ls() as an option.
- 10:24 DatabaseBasedAnalysis/table2sql edited by
- (diff)
- 10:24 DatabaseBasedAnalysis/table2sql edited by
- (diff)
- 10:23 DatabaseBasedAnalysis/table2sql edited by
- (diff)
10/22/18:
- 22:29 Changeset [19278] by
- Improvements to groff-stuff
- 22:12 Changeset [19277] by
- For a cleaner build directory we build the librarries into a subdirectory)
- 22:05 Changeset [19276] by
- It's actually better to create the library directly in dictionary rather than copying it.
- 22:04 Changeset [19275] by
- Make it run with rootcling
- 22:04 Changeset [19274] by
- One more work around for a compiler warning
- 21:40 Changeset [19273] by
- A lot of code became obsolete with root 6.
- 21:14 Changeset [19272] by
- Fixed a typo.
- 21:10 Changeset [19271] by
- This is based on some warning I get with root 6 during run-time. I am not sure that this will work reliably... it needs debugging.
- 20:55 Changeset [19270] by
- Added some comments
- 20:54 Changeset [19269] by
- Fixed a typo.
- 20:54 Changeset [19268] by
- Fixed another issue pointed out by the YIT compiler.
- 20:52 Changeset [19267] by
- This fixed running with rootcling, but might break compilation of the macro... but strictly speaking this is not required anymore except to improve startup time.
- 20:50 Changeset [19266] by
- Fixed some minor issues with the cling based interpreter - this should not have any effect at runtime maybe except stability
- 19:23 Changeset [19265] by
- Check for root2html and roff2pdf -- they are in a different package than groff.
- 19:21 Changeset [19264] by
- Comaptibility with root 6 -- a slightly different way to load the library.
- 19:20 Changeset [19263] by
- Root 6 needs a copy in this directory to read all the pcm files from the same directory (it follows symbolic links, so that doesn't help)
- 19:19 Changeset [19262] by
- Not supported in root 6 until further debugging.
- 19:04 Changeset [19261] by
- root 6 extends the range of kMaxEntries -- new data type -- untested.
- 19:04 Changeset [19260] by
- root 6 defined the a const -- worked around.
- 19:03 Changeset [19259] by
- root 6 need TMutex to be included.
- 19:02 Changeset [19258] by
- Fixed a typo
- 19:00 Changeset [19257] by
- Compatibility with root 6 -- more C++ like in general.
- 18:49 Changeset [19256] by
- Compatibility with root 6 -- untested
- 18:43 Changeset [19255] by
- Some precompiler macros turned into enums in root 6.
- 18:42 Changeset [19254] by
- Compatibility with root 6 -- untested
- 18:41 Changeset [19253] by
- This warning seems to be obsolete in root 6
- 18:41 Changeset [19252] by
- Compatibility with root 6 -- untested
- 18:40 Changeset [19251] by
- Worked around a compiler warning (err is used in the header)
- 18:39 Changeset [19250] by
- Made the 'only-for-mars' pre-compiler conditionals compatible with root 6
- 18:36 Changeset [19249] by
- Removed a stray paranthesis, replaced some unicode characters.
- 18:30 Changeset [19248] by
- Removed some not really necessary const-qualifiers to make it compatible with root 6
- 18:17 Changeset [19247] by
- root 6 uses kPrint somwehere else alraedy
- 18:17 Changeset [19246] by
- Two return values missing, unload() not used at all.
- 16:54 Changeset [19245] by
- CMAKE_INCLUDE_CURRENT should be set also with TOOLS_ONLY
- 15:39 Changeset [19244] by
- Fixed name
10/20/18:
- 22:59 Changeset [19243] by
- It is a better idea if root.rc.in is visible
- 22:58 Changeset [19242] by
- New files for cmake.
- 21:38 Changeset [19241] by
- No need anymore to install marslogo
- 21:34 Changeset [19240] by
- Allow to link the marslogo into the shared object so that no path is required.
- 14:47 InstallingCorsika edited by
- (diff)
- 14:40 InstallingCorsika edited by
- (diff)
- 14:35 InstallingCorsika edited by
- (diff)
- 14:34 InstallingCorsika edited by
- (diff)
- 14:33 InstallingCorsika edited by
- (diff)
- 14:33 InstallingCorsika edited by
- (diff)
- 14:19 InstallingCorsika edited by
- (diff)
- 14:06 InstallingCorsika edited by
- (diff)
- 14:00 InstallingCorsika edited by
- (diff)
- 13:59 InstallingCorsika edited by
- (diff)
- 13:50 InstallingCorsika edited by
- (diff)
- 13:34 InstallingCorsika edited by
- (diff)
- 13:31 InstallingCorsika edited by
- (diff)
- 13:27 InstallingCorsika edited by
- (diff)
- 13:22 InstallingCorsika edited by
- (diff)
- 13:07 InstallingCorsika edited by
- (diff)
- 13:04 InstallingCorsika edited by
- (diff)
- 13:01 InstallingCorsika edited by
- (diff)
- 12:55 InstallingCorsika edited by
- (diff)
- 12:51 InstallingCorsika edited by
- (diff)
- 12:50 InstallingCorsika edited by
- (diff)
- 12:49 InstallingCorsika edited by
- (diff)
- 12:44 InstallingCorsika edited by
- (diff)
- 12:33 InstallingCorsika edited by
- (diff)
- 12:23 InstallingCorsika edited by
- (diff)
- 12:15 InstallingCorsika edited by
- (diff)
- 12:13 InstallingCorsika edited by
- (diff)
- 12:02 InstallingCorsika edited by
- (diff)
- 11:34 InstallingCorsika edited by
- (diff)
- 00:20 InstallingCorsika edited by
- (diff)
10/19/18:
10/17/18:
- 19:42 Changeset [19239] by
- Fixed the double name 'Seeing' in the SEEING service.
- 10:55 Changeset [19238] by
- Allow to use a dummy connection (empty uri)
- 10:54 Changeset [19237] by
- Added missing include for DNS_PORT
- 10:54 Changeset [19236] by
- Allow for a dummy connection.
10/14/18:
- 18:24 DatabaseBasedAnalysis/rootifysql edited by
- (diff)
- 18:24 DatabaseBasedAnalysis/rootifysql edited by
- (diff)
- 16:04 Changeset [19235] by
- Added --copy-* resources to be able to copy additional contents from the input file to the output.
10/12/18:
- 22:36 FlareAlertsSent edited by
- added alert of tonight (diff)
10/03/18:
- 20:45 Changeset [19234] by
- Allow to skip ToO sources.
- 20:33 Changeset [19233] by
- Adapted to allow to set port as in Main.h
- 20:32 Changeset [19232] by
- Added the possibility to change the port through which the DIM communication with the DNS takes place.
10/01/18:
- 20:11 Changeset [19231] by
- YYYYMMDD-1 does not always make sense ;)
09/28/18:
Note:
See TracTimeline
for information about the timeline view.