]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - HLT/doc/changelog.top
TFile.h included
[u/mrichter/AliRoot.git] / HLT / doc / changelog.top
... / ...
CommitLineData
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
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
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>
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
452003-11-18 Constantin Loizides <loizides@hansa00>
46
47 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
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
502003-08-18 Anders Strand Vestbo <vestbo@hansa00>
51
52 * /alice/cvs/hltcvs/level3code/Makefile.rules: Added kalman to INCLUDES
53
542003-07-29 Constantin Loizides <loizides@hansa00>
55
56 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
57 Removed ASV version, as the new AliL3FileHandler does not need (but still would be faster using the patched AliTPC class).
58
592003-07-28 Constantin Loizides <loizides@hansa00>
60
61 * /alice/cvs/hltcvs/level3code/.cvsignore:
62 Hopefully it works as a list.
63
64 * /alice/cvs/hltcvs/level3code/Makefile.rules: Added realclean.
65
662003-07-26 Constantin Loizides <loizides@hansa00>
67
68 * /alice/cvs/hltcvs/level3code/Makefile.rules:
69 Added more printout in printall.
70
712003-07-25 Constantin Loizides <loizides@hansa00>
72
73 * /alice/cvs/hltcvs/level3code/Makefile.conf, /alice/cvs/hltcvs/level3code/Makefile.rules:
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
76 * /alice/cvs/hltcvs/level3code/.cvsignore: A few ignore settings.
77
782003-07-22 Constantin Loizides <loizides@hansa00>
79
80 * /alice/cvs/hltcvs/level3code/Makefile.conf:
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
832003-05-14 Constantin Loizides <loizides@hansa00>
84
85 * /alice/cvs/hltcvs/level3code/Makefile.conf:
86 Solved accentally last checkin.
87
88 * /alice/cvs/hltcvs/level3code/Makefile.conf:
89 Moved Debug switch to .cxx
90
912003-02-21 Constantin Loizides <loizides@hansa00>
92
93 * /alice/cvs/hltcvs/level3code/Makefile.conf:
94 Cosmetic only: Trim spaces in gccversion info.
95
962003-01-17 Anders Strand Vestbo <vestbo@hansa00>
97
98 * /alice/cvs/hltcvs/level3code/Makefile.conf:
99 Small changes in order to make compiling easier for new users.
100
1012002-10-15 Anders Strand Vestbo <vestbo@hansa00>
102
103 * /alice/cvs/hltcvs/level3code/Makefile.conf:
104 Flag for compiling on the alpha.
105
1062002-09-04 Constantin Loizides <loizides@hansa00>
107
108 * /alice/cvs/hltcvs/level3code/Makefile.conf: Added ASVVERSION define.
109
1102002-08-25 Constantin Loizides <loizides@hansa00>
111
112 * /alice/cvs/hltcvs/level3code/Makefile.conf:
113 Added compiler version information macro to differentiate between gcc version 2.x and 3.x.
114
1152002-07-11 Constantin Loizides <loizides@hansa00>
116
117 * /alice/cvs/hltcvs/level3code/Makefile.conf:
118 Changes for independant library of standalone l3 code.
119
1202002-07-02 Constantin Loizides <loizides@hansa00>
121
122 * /alice/cvs/hltcvs/level3code/Makefile.conf:
123 Minor changes at new Top Makefile.
124
1252002-07-02 Anders Strand Vestbo <vestbo@hansa00>
126
127 * /alice/cvs/hltcvs/level3code/Makefile.conf:
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