001 2009-09-26 David Quarrie <David.Quarrie@cern.ch>
002 * cmt/requirements: Disable the "-Wconversion" from the compiler flags. It generates too much noise.
003 * Tagged as AtlasCxxPolicy-00-00-41
004
005 2009-09-06 David Quarrie <David.Quarrie@cern.ch>
006 * cmt/requirements: Add "-Wconversion" to the default list of compiler flags. Add "-Werror=conversion" as well if the errorConversion tag is set
007 * Tagged as AtlasCxxPolicy-00-00-40
008
009 2009-09-03 David Quarrie <David.Quarrie@cern.ch>
010 * cmt/requirements: Add support for the gcc40 compiler on mac106 (maps to mac105-gcc40)
011 * Tagged as AtlasCxxPolicy-00-00-39
012
013 2009-06-18 David Quarrie <David.Quarrie@cern.ch>
014
015 * ChangeLog: Create a new entry and commit it to test effect of new "cmt co" strategy (the version.cmt file will contain HEAD if the trunk doesn't correspond to a tag)
016
017 2009-03-05 David Quarrie <David.Quarrie@cern.ch>
018
019 * cmt/requirements: Add preliminary support for the noWerror/applyWerror tags
020
021 2008-12-14 David Quarrie <David.Quarrie@cern.ch>
022
023 * cmt/requirements: Remove conditional dependencies against External/Atlasgmp and External/Atlasmpfr packages since they are no longer necessary
024
025 2008-12-11 David Quarrie <David.Quarrie@cern.ch>
026
027 * cmt/requirements: Add -D<macro> section for gcc 4.3
028
029 2008-10-06 David Quarrie <David.Quarrie@cern.ch>
030
031 * cmt/requirements: Add conditional dependencies against the External/Atlasgmp and External/Atlasmpfr packages for gcc 4.3 support
032
033 2007-11-01 Emil Obreshkov <Emil.Obreshkov@cern.ch>
034
035 * cmt/requirements: REmoved support for distcc since now it is coming directly from Gaudi (and we have some CMT problems
036 calculating correct "cpp" macro )
037
038 2007-10-05 David Quarrie <David.Quarrie@cern.ch>
039
040 * cmt/requirements: Add unquoted -DPACKAGE_VERSION_UQ to AtlasCxxPolicy_pp_cppflags
041
042 2007-09-16 David Quarrie <David.Quarrie@cern.ch>
043
044 * cmt/requirements: Tweak dependency on GaudiPolicy and setting
045 of cppflags because of problems ensuring that GaudiPolicy settings are overridden correctly.
046
047 2007-08-28 David Quarrie <David.Quarrie@cern.ch>
048
049 * cmt/requirements: Add support for gcc41x
050
051 2007-01-19 David Quarrie <David.Quarrie@cern.ch>
052
053 * cmt/requirements: Forgot to modify g++ for gcc323 on SLC4
054
055 2007-01-11 David Quarrie <David.Quarrie@cern.ch>
056
057 * cmt/requirements: Add gcc323 compiler support on SLC4
058
059 2006-12-12 David Quarrie <David.Quarrie@cern.ch>
060
061 * cmt/requirements: Don't adopt any GaudiPolicy cppflags
062
063 2006-10-17 David Quarrie <David.Quarrie@cern.ch>
064
065 * cmt/requirements: Use -pedantic-errors instead of -pedantic
066
067 2006-10-13 David Quarrie <David.Quarrie@cern.ch>
068
069 * cmt/requirements: Add -Wpadded to the compiler flags if the
070 padded tag is specified.
071
072 2006-10-05 David Quarrie <David.Quarrie@cern.ch>
073
074 * cmt/requirements: Change occurrence of gcc345 to gcc34x
075
076 2006-10-04 David Quarrie <David.Quarrie@cern.ch>
077
078 * cmt/requirements: Change my mind - back to gcc34x
079
080 2006-10-04 David Quarrie <David.Quarrie@cern.ch>
081
082 * cmt/requirements: Use gcc34 tag instead of gcc34x
083
084 2006-10-04 David Quarrie <David.Quarrie@cern.ch>
085
086 * cmt/requirements: Use gcc34 tag instead of gcc34x
087
088 2006-09-13 David Quarrie <David.Quarrie@cern.ch>
089
090 * cmt/requirements: Add -m32 to the cc macro to force application
091 linking in 32-bit mode on a 64-bit machine
092
093 2006-09-13 David Quarrie <David.Quarrie@cern.ch>
094
095 * cmt/requirements: Force "-march pentium" in 32-bit mode on a
096 64-bit machine. I suspect it's not necessary, but it seems
097 cleaner to specify it.
098
099 2006-08-18 David Quarrie <David.Quarrie@cern.ch>
100
101 * cmt/requirements: Only enable -fno-inline -fno-default-inline
102 if the no-inline tag is specified (and for debug mode only). Also
103 only turn off "unused-parameter" warnings for gc323 if the
104 no-warnings tag is specified. A patch has been applied to most,
105 but not all, machines that solves the problem with the standard
106 SLC3 installation problem.
107
108 2006-08-14 David Quarrie <David.Quarrie@cern.ch>
109
110 * cmt/requirements: Turn off "unused-parameter" warnings for gc323
111 since the standard SLC3 installation generates them.
112
113 2006-07-31 David Quarrie <David.Quarrie@cern.ch>
114
115 * cmt/requirements: Add -fPIC flag to cflags
116
117 2006-07-02 David Quarrie <David.Quarrie@cern.ch>
118
119 * cmt/requirements: Add -DHAVE_64_BITS flag for slc4/gc345/64
120
121 2006-07-02 David Quarrie <David.Quarrie@cern.ch>
122
123 * cmt/requirements:Modify cppflags compiler flags for slc4/gcc345
124
125 2006-06-07 David Quarrie <David.Quarrie@cern.ch>
126
127 * cmt/requirements: Add support for SLC4/gcc345. Remove support
128 for obsolete platforms (Alpha, HPUX, Solaris, etc.). Add dependency
129 on External/ExternalPolicy to ensure all platform tags are
130 accessible, and simplify the platform tags.
131
132 2006-06-05 Grigori Rybkine <Grigori.Rybkine@rhul.ac.uk>
133
134 * cmt/requirements: Add configuration to build on x86_64 platforms
135 in 32 bit mode
136
137 2006-05-27 David Quarrie <David.Quarrie@cern.ch>
138
139 * cmt/requirements: Add -fno-inline -fno-default-inline to debug tag
140
141 2006-04-13 Emil Obreshkov <Emil.Obreshkov@cern.ch>
142
143 * cmt/requirements: remove config pattern
144
145 2006-03-03 David Quarrie <David.Quarrie@cern.ch>
146
147 * cmt/requirements: Remove -mcpu=pentium from Linux compiler
148 flags apart from gcc 3.2.3 in order to avoid a warning message
149
150 2006-03-02 David Quarrie <David.Quarrie@cern.ch>
151
152 * cmt/requirements: Add compiler -D flags for gcc 3.4.4
153
154 2005-07-29 Emil Obreshkov <Emil.Obreshkov@cern.ch>
155
156 * cmt/requirements: Temporary remove -pedantic-errors
157 * tagging AtlasCxxPolicy-00-00-10
158
159 2005-05-10 Emil Obreshkov <Emil.Obreshkov@cern.ch>
160
161 * cmt/requirements: Add support for the distcc parallel build
162 * tagging AtlasCxxPolicy-00-00-09
163
164 2004-07-12 David Quarrie <David.Quarrie@cern.ch>
165
166 * cmt/requirements: Add compiler -D flags for gcc 3.2.3
167
168 2003-08-04 Christian Arnault <arnault@lal.in2p3.fr>
169
170 * cmt/requirements: Fix removing of -Wall -W[ ] from cppflags
171 (with an explicit space character)
172
173 2003-06-22 Sanya Solodkov <solodkov@lxplus089.cern.ch>
174
175 * removing CxxFeatures/config.h
176
177 2003-06-04 RD Schaffer <R.D.Schaffer@cern.ch>
178
179 * tagging AtlasCxxPolicy-00-00-04
180
181 * cmt/requirements: removed -DTYPENAME_IN_BASEDECL because of
182 conflict with SEAL config file.
183
184 2003-05-30 Christian Arnault <arnault@lal.in2p3.fr>
185
186 * cmt/requirements: add -pedantic_errors
187
188 2003-05-27 Christian Arnault <arnault@lal.in2p3.fr>
189
190 * cmt/requirements: Add CxxFeatures/config.h as a work around for
191 the now obsolete CxxFeatures
192
193 2003-05-23 Christian Arnault <arnault@lal.in2p3.fr>
194
195 * cmt/requirements: Copy of the old CxxFeatures package to cleanup the
196 circular dependency.
197
198
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems |
|
This page was automatically generated by the
LXR engine.
|
|