Timeline



10/24/18:

23:10 Changeset [19303] by tbretz
Some minor fix to run it with cmake compiled root.
22:25 Changeset [19302] by tbretz
Fixed a compiler warning in a root header - nothing we can do about it.
22:17 Changeset [19301] by tbretz
Comparison of singned with unsigned
22:17 Changeset [19300] by tbretz
Disable some compiler warning for a QWT header.
22:05 Changeset [19299] by tbretz
Added some comments.
22:01 Changeset [19298] by tbretz
Now called lib
22:01 Changeset [19297] by tbretz
Separated lib and dictionary path, properly print include path of nova
21:06 Changeset [19296] by tbretz
Illegal charcter encoding in root dictionary with root 5
21:03 Changeset [19295] by tbretz
libmars is now created in the subdirectory.
21:02 Changeset [19294] by tbretz
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 tbretz
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 tbretz
It is not a global variable but a pre-compiler directive.
20:04 Changeset [19291] by tbretz
This workaround is not needed anymore.
19:53 Changeset [19290] by tbretz
As a static member it is missing in the dictionary, as an inline member it is available.
19:52 Changeset [19289] by tbretz
Suppress some -Wcast-align warning from some root header (we can not influence that anyhow)
19:45 Changeset [19288] by tbretz
This fixes some compiler warning about alignment during casts.
16:40 Changeset [19287] by tbretz
Already included before.
16:39 Changeset [19286] by tbretz
This should (hopefully) make compilation compatible with root version compiled with and without cmake.
16:37 Changeset [19285] by tbretz
This should (hopefully) make compilation compatible with root version compiled with and without cmake.
16:01 Changeset [19284] by tbretz
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 tbretz
Added comment.
20:32 Changeset [19282] by tbretz
Improved output.
20:26 Changeset [19281] by tbretz
Some minor updates to the output.
18:55 DatabaseBasedAnalysis/table2sql edited by tbretz
(diff)
18:48 Changeset [19280] by tbretz
Implemented automatic splitting into root-trees or ascii-files.
16:19 Changeset [19279] by tbretz
Added TFile::ls() as an option.
10:24 DatabaseBasedAnalysis/table2sql edited by tbretz
(diff)
10:24 DatabaseBasedAnalysis/table2sql edited by tbretz
(diff)
10:23 DatabaseBasedAnalysis/table2sql edited by tbretz
(diff)

10/22/18:

22:29 Changeset [19278] by tbretz
Improvements to groff-stuff
22:12 Changeset [19277] by tbretz
For a cleaner build directory we build the librarries into a subdirectory)
22:05 Changeset [19276] by tbretz
It's actually better to create the library directly in dictionary rather than copying it.
22:04 Changeset [19275] by tbretz
Make it run with rootcling
22:04 Changeset [19274] by tbretz
One more work around for a compiler warning
21:40 Changeset [19273] by tbretz
A lot of code became obsolete with root 6.
21:14 Changeset [19272] by tbretz
Fixed a typo.
21:10 Changeset [19271] by tbretz
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 tbretz
Added some comments
20:54 Changeset [19269] by tbretz
Fixed a typo.
20:54 Changeset [19268] by tbretz
Fixed another issue pointed out by the YIT compiler.
20:52 Changeset [19267] by tbretz
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 tbretz
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 tbretz
Check for root2html and roff2pdf -- they are in a different package than groff.
19:21 Changeset [19264] by tbretz
Comaptibility with root 6 -- a slightly different way to load the library.
19:20 Changeset [19263] by tbretz
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 tbretz
Not supported in root 6 until further debugging.
19:04 Changeset [19261] by tbretz
root 6 extends the range of kMaxEntries -- new data type -- untested.
19:04 Changeset [19260] by tbretz
root 6 defined the a const -- worked around.
19:03 Changeset [19259] by tbretz
root 6 need TMutex to be included.
19:02 Changeset [19258] by tbretz
Fixed a typo
19:00 Changeset [19257] by tbretz
Compatibility with root 6 -- more C++ like in general.
18:49 Changeset [19256] by tbretz
Compatibility with root 6 -- untested
18:43 Changeset [19255] by tbretz
Some precompiler macros turned into enums in root 6.
18:42 Changeset [19254] by tbretz
Compatibility with root 6 -- untested
18:41 Changeset [19253] by tbretz
This warning seems to be obsolete in root 6
18:41 Changeset [19252] by tbretz
Compatibility with root 6 -- untested
18:40 Changeset [19251] by tbretz
Worked around a compiler warning (err is used in the header)
18:39 Changeset [19250] by tbretz
Made the 'only-for-mars' pre-compiler conditionals compatible with root 6
18:36 Changeset [19249] by tbretz
Removed a stray paranthesis, replaced some unicode characters.
18:30 Changeset [19248] by tbretz
Removed some not really necessary const-qualifiers to make it compatible with root 6
18:17 Changeset [19247] by tbretz
root 6 uses kPrint somwehere else alraedy
18:17 Changeset [19246] by tbretz
Two return values missing, unload() not used at all.
16:54 Changeset [19245] by tbretz
CMAKE_INCLUDE_CURRENT should be set also with TOOLS_ONLY
15:39 Changeset [19244] by tbretz
Fixed name

10/20/18:

22:59 Changeset [19243] by tbretz
It is a better idea if root.rc.in is visible
22:58 Changeset [19242] by tbretz
New files for cmake.
21:38 Changeset [19241] by tbretz
No need anymore to install marslogo
21:34 Changeset [19240] by tbretz
Allow to link the marslogo into the shared object so that no path is required.
14:47 InstallingCorsika edited by tbretz
(diff)
14:40 InstallingCorsika edited by tbretz
(diff)
14:35 InstallingCorsika edited by tbretz
(diff)
14:34 InstallingCorsika edited by tbretz
(diff)
14:33 InstallingCorsika edited by tbretz
(diff)
14:33 InstallingCorsika edited by tbretz
(diff)
14:19 InstallingCorsika edited by tbretz
(diff)
14:06 InstallingCorsika edited by tbretz
(diff)
14:00 InstallingCorsika edited by tbretz
(diff)
13:59 InstallingCorsika edited by tbretz
(diff)
13:50 InstallingCorsika edited by tbretz
(diff)
13:34 InstallingCorsika edited by tbretz
(diff)
13:31 InstallingCorsika edited by tbretz
(diff)
13:27 InstallingCorsika edited by tbretz
(diff)
13:22 InstallingCorsika edited by tbretz
(diff)
13:07 InstallingCorsika edited by tbretz
(diff)
13:04 InstallingCorsika edited by tbretz
(diff)
13:01 InstallingCorsika edited by tbretz
(diff)
12:55 InstallingCorsika edited by tbretz
(diff)
12:51 InstallingCorsika edited by tbretz
(diff)
12:50 InstallingCorsika edited by tbretz
(diff)
12:49 InstallingCorsika edited by tbretz
(diff)
12:44 InstallingCorsika edited by tbretz
(diff)
12:33 InstallingCorsika edited by tbretz
(diff)
12:23 InstallingCorsika edited by tbretz
(diff)
12:15 InstallingCorsika edited by tbretz
(diff)
12:13 InstallingCorsika edited by tbretz
(diff)
12:02 InstallingCorsika edited by tbretz
(diff)
11:34 InstallingCorsika edited by tbretz
(diff)
00:20 InstallingCorsika edited by tbretz
(diff)

10/19/18:

21:21 InstallingCorsika created by tbretz

10/17/18:

19:42 Changeset [19239] by tbretz
Fixed the double name 'Seeing' in the SEEING service.
10:55 Changeset [19238] by tbretz
Allow to use a dummy connection (empty uri)
10:54 Changeset [19237] by tbretz
Added missing include for DNS_PORT
10:54 Changeset [19236] by tbretz
Allow for a dummy connection.

10/14/18:

18:24 DatabaseBasedAnalysis/rootifysql edited by tbretz
(diff)
18:24 DatabaseBasedAnalysis/rootifysql edited by tbretz
(diff)
16:04 Changeset [19235] by tbretz
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 Daniela Dorner
added alert of tonight (diff)

10/03/18:

20:45 Changeset [19234] by tbretz
Allow to skip ToO sources.
20:33 Changeset [19233] by tbretz
Adapted to allow to set port as in Main.h
20:32 Changeset [19232] by tbretz
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 tbretz
YYYYMMDD-1 does not always make sense ;)

09/28/18:

10:42 DatabaseBasedAnalysis/Examples edited by tbretz
(diff)
10:32 DatabaseBasedAnalysis edited by tbretz
(diff)
Note: See TracTimeline for information about the timeline view.