]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/doc/changelog.top
TFile.h included
[u/mrichter/AliRoot.git] / HLT / doc / changelog.top
CommitLineData
de3c3890 12004-05-12 Constantin Loizides <loizides@hansa00>
2
3 * /alice/cvs/hltcvs/level3code/Makefile.rules:
4 Added define for AliHLTReconstructor.
5
6 * /alice/cvs/hltcvs/level3code/Makefile.rules:
7 Removed further compiler warnings.
8
0bd0c1ef 92004-03-20 Constantin Loizides <loizides@hansa00>
10
11 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
12 Removed GCCVERSION string from code. Replaced by compiler internal
13 macro __GNUC__ which is 3 for gcc version >3.
14
15 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
16 Added ROWHOUGH flag to store weight and track id
17 in the track segment data structure. This is used
18 for the new row transformer and probably only
19 a temporary solution, as the proper way would be
20 to have a new AliL3HoughTrackRow class.
21
22 By default the flag $ALIHLT_ROWHOUGH points to false,
23 so there is no change to earlier versions.
24
5a31e9df 252004-02-25 Constantin Loizides <loizides@hansa00>
26
27 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
28 Added support for profiling, see Makefile options, there are now to targets for libs, standart and old behaviour is building of shared libs, static builds .a libs which can be used for profiling (gprof).
29
302004-02-07 Constantin Loizides <loizides@hansa00>
31
32 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
33 Added target static, to build static libraries. This is useful if you want to use a profiler for optimizing your code (cxxflags -p). it would not work with dynamic libs.
34
352004-01-22 Constantin Loizides <loizides@hansa00>
1f1942b8 36
37 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
38 Changes to compile for MACOSX at core Makefiles. Check for
39 $(ARCH) and -D$(ARCH). In order to solve cyclic dependencies
40 for libs (which is _very_ bad, but the Linux linker is friendly)
41 a few changes have to be done (moving files around) which
42 we dont do at the moment. SO: Linux users should see _NO_
43 difference!!!
44
5a31e9df 452003-11-18 Constantin Loizides <loizides@hansa00>
b2a02bce 46
6f388e0d 47 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
b2a02bce 48 Added detection of newio support, but better is to use the env variable ALIHLT_USENEWIO to force the version you want to use. See the Readme.
49
5a31e9df 502003-08-18 Anders Strand Vestbo <vestbo@hansa00>
0a86fbb7 51
6f388e0d 52 * /alice/cvs/hltcvs/level3code/Makefile.rules: Added kalman to INCLUDES
0a86fbb7 53
5a31e9df 542003-07-29 Constantin Loizides <loizides@hansa00>
02f030e3 55
6f388e0d 56 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
02f030e3 57 Removed ASV version, as the new AliL3FileHandler does not need (but still would be faster using the patched AliTPC class).
58
5a31e9df 592003-07-28 Constantin Loizides <loizides@hansa00>
02f030e3 60
6f388e0d 61 * /alice/cvs/hltcvs/level3code/.cvsignore:
62 Hopefully it works as a list.
02f030e3 63
6f388e0d 64 * /alice/cvs/hltcvs/level3code/Makefile.rules: Added realclean.
02f030e3 65
5a31e9df 662003-07-26 Constantin Loizides <loizides@hansa00>
02f030e3 67
6f388e0d 68 * /alice/cvs/hltcvs/level3code/Makefile.rules:
02f030e3 69 Added more printout in printall.
70
5a31e9df 712003-07-25 Constantin Loizides <loizides@hansa00>
02f030e3 72
6f388e0d 73 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
02f030e3 74 Split Makefiles into Makefile.conf and Makefile.rules; have new variable names which have to be exported. They all start with AliHLT_! Also have help, print and printall default targets.
75
6f388e0d 76 * /alice/cvs/hltcvs/level3code/.cvsignore: A few ignore settings.
02f030e3 77
5a31e9df 782003-07-22 Constantin Loizides <loizides@hansa00>
02f030e3 79
6f388e0d 80 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 81 Added some comments to understand the flag. Removed the special treatment of debian systems, as the code now also compiles witch g++-3.3.1
82
5a31e9df 832003-05-14 Constantin Loizides <loizides@hansa00>
02f030e3 84
6f388e0d 85 * /alice/cvs/hltcvs/level3code/Makefile.conf:
86 Solved accentally last checkin.
02f030e3 87
6f388e0d 88 * /alice/cvs/hltcvs/level3code/Makefile.conf:
89 Moved Debug switch to .cxx
02f030e3 90
5a31e9df 912003-02-21 Constantin Loizides <loizides@hansa00>
02f030e3 92
6f388e0d 93 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 94 Cosmetic only: Trim spaces in gccversion info.
95
5a31e9df 962003-01-17 Anders Strand Vestbo <vestbo@hansa00>
02f030e3 97
6f388e0d 98 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 99 Small changes in order to make compiling easier for new users.
100
5a31e9df 1012002-10-15 Anders Strand Vestbo <vestbo@hansa00>
02f030e3 102
6f388e0d 103 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 104 Flag for compiling on the alpha.
105
5a31e9df 1062002-09-04 Constantin Loizides <loizides@hansa00>
02f030e3 107
6f388e0d 108 * /alice/cvs/hltcvs/level3code/Makefile.conf: Added ASVVERSION define.
02f030e3 109
5a31e9df 1102002-08-25 Constantin Loizides <loizides@hansa00>
02f030e3 111
6f388e0d 112 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 113 Added compiler version information macro to differentiate between gcc version 2.x and 3.x.
114
5a31e9df 1152002-07-11 Constantin Loizides <loizides@hansa00>
02f030e3 116
6f388e0d 117 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 118 Changes for independant library of standalone l3 code.
119
5a31e9df 1202002-07-02 Constantin Loizides <loizides@hansa00>
02f030e3 121
6f388e0d 122 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 123 Minor changes at new Top Makefile.
124
5a31e9df 1252002-07-02 Anders Strand Vestbo <vestbo@hansa00>
02f030e3 126
6f388e0d 127 * /alice/cvs/hltcvs/level3code/Makefile.conf:
02f030e3 128 New topdir Makefile for compiling all libraries in the HLT tree.
129 Also, a Makefile.conf is added in order to define all the common
130 defininitions, flags etc.
131