- 27 Nov, 2014 2 commits
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/tags/COOL_3_0_1@19065 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/tags/COOL_3_0_1@19064 4525493e-7705-40b1-a816-d608a930855b
-
- 21 Jun, 2014 1 commit
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@18977 4525493e-7705-40b1-a816-d608a930855b
-
- 04 Dec, 2013 1 commit
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@18768 4525493e-7705-40b1-a816-d608a930855b
-
- 17 Dec, 2009 1 commit
-
-
Andrea Valassi authored
This version of uncrustify is tuned to result in no large change (eg no splitting of lines and realignments of if/else and for blocks), but it already results in a few useful improvements, such as - Remove spaces: 'void f()' becomes 'void f()' - Remove spaces: 'f(); // comment' becomes 'f(); // comment' - Remove spaces: 'typedef a b;' becomes 'typedef a b;' - Remove spaces: 'static A a;' becomes 'static A a;' - Add spaces: 'class A: B' becomes 'class A : B' - Add spaces: 'default: ...' becomes 'default : ...' - Add spaces: 'if ( ... ){' becomes 'if ( ... ) {' - Add spaces: 'catch( ... ){' becomes 'catch( ... ) {' - Add spaces: '{/* noop */ }' becomes '{ /* noop */ }' - Align all trailing comments to the code rather than to each other - Force exactly one newline at the end of the file - Force exactly one whitespace before trailing continuation characters "\" I tuned the configuration file a few times until I tested that the process converges to a stable results (a second run does not change the code!). git-svn-id: file:///git/lcgcool.svndb/cool/trunk@16479 4525493e-7705-40b1-a816-d608a930855b
-
- 16 Dec, 2009 1 commit
-
-
Andrea Valassi authored
(fix code indentation and remove unnecessary trailing whitespaces using emacs) In the end I decided to process also the CoolKernel API. These changes should have no impact at all on binary compatibility. git-svn-id: file:///git/lcgcool.svndb/cool/trunk@16413 4525493e-7705-40b1-a816-d608a930855b
-
- 04 Nov, 2008 1 commit
-
-
Andrea Valassi authored
Modify all source code to complete the port to gcc43 (remove 'type qualifiers on function return type' warnings). Use the automatic sedGcc43.csh script. git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14960 4525493e-7705-40b1-a816-d608a930855b
-
- 03 Nov, 2008 1 commit
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14934 4525493e-7705-40b1-a816-d608a930855b
-
- 27 Aug, 2008 1 commit
-
-
Andrea Valassi authored
Some API extensions will definitely be released in COOL260 (tag cloning and a few changes to existing classes), some may only make it to COOL270 (IOV truncation, payload queries, manual transations). git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14362 4525493e-7705-40b1-a816-d608a930855b
-
- 21 Aug, 2008 1 commit
-
-
Andrea Valassi authored
- use a dummy method to instantiate all templated ctors of FieldSelection - comment out createFieldSelection (that needed the FieldSelection copy ctor) - move back the FieldSelection copy ctor to private git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14279 4525493e-7705-40b1-a816-d608a930855b
-
- 20 Aug, 2008 3 commits
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14271 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14266 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14264 4525493e-7705-40b1-a816-d608a930855b
-
- 30 Jul, 2008 2 commits
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14106 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14105 4525493e-7705-40b1-a816-d608a930855b
-
- 29 Jul, 2008 5 commits
-
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14097 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
Add describe() methods for relation and nullness operators. git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14096 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
Remove explicit template instantiation. git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14095 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
Note that a template constructor cannot be explicitly instantiated (this is why the initialize method is used instead). git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14094 4525493e-7705-40b1-a816-d608a930855b
-
Andrea Valassi authored
git-svn-id: file:///git/lcgcool.svndb/cool/trunk@14091 4525493e-7705-40b1-a816-d608a930855b
-