]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/doc/changelog.top
L3 becomes HLT
[u/mrichter/AliRoot.git] / HLT / doc / changelog.top
1 2004-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
9 2004-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 AliHLTHoughTrackRow class.
21
22         By default the flag $ALIHLT_ROWHOUGH points to false,
23         so there is no change to earlier versions.
24
25 2004-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
30 2004-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
35 2004-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
45 2003-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
50 2003-08-18  Anders Strand Vestbo  <vestbo@hansa00>
51
52         * /alice/cvs/hltcvs/level3code/Makefile.rules: Added kalman to INCLUDES
53
54 2003-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 AliHLTFileHandler does not need (but still would be faster using the patched AliTPC class).
58
59 2003-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
66 2003-07-26  Constantin Loizides  <loizides@hansa00>
67
68         * /alice/cvs/hltcvs/level3code/Makefile.rules:
69         Added more printout in printall.
70
71 2003-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
78 2003-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
83 2003-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
91 2003-02-21  Constantin Loizides  <loizides@hansa00>
92
93         * /alice/cvs/hltcvs/level3code/Makefile.conf:
94         Cosmetic only: Trim spaces in gccversion info.
95
96 2003-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
101 2002-10-15  Anders Strand Vestbo  <vestbo@hansa00>
102
103         * /alice/cvs/hltcvs/level3code/Makefile.conf:
104         Flag for compiling on the alpha.
105
106 2002-09-04  Constantin Loizides  <loizides@hansa00>
107
108         * /alice/cvs/hltcvs/level3code/Makefile.conf: Added ASVVERSION define.
109
110 2002-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
115 2002-07-11  Constantin Loizides  <loizides@hansa00>
116
117         * /alice/cvs/hltcvs/level3code/Makefile.conf:
118         Changes for independant library of standalone l3 code.
119
120 2002-07-02  Constantin Loizides  <loizides@hansa00>
121
122         * /alice/cvs/hltcvs/level3code/Makefile.conf:
123         Minor changes at new Top Makefile.
124
125 2002-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