bf283e8843
QA: check for possible misalignment through placement new (-> #1204 )
2019-11-08 01:14:36 +01:00
37cdfaba54
GCC-5 compatibility: remove the last remaining auto_ptrs
2017-05-01 21:43:10 +02:00
05aaa74422
MERGE Doxygen clean-up done during the last months
2017-04-01 23:59:00 +02:00
567b00aa21
DOC: follow-up of removing boost::scoped_ptr
2017-01-05 01:20:34 +01:00
1a4b6545a0
maximum munch
...
...feels like X-mas
2016-12-23 04:23:03 +01:00
8e6936d0ad
Doxygen: fill in missing file level headlines for the Library
2016-11-08 13:18:05 +01:00
6339a288dd
Doxygen: insert actual filename into those automatically added file comments
...
HOWTO
for F in $(find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -exec egrep -q '§§§' {} \; -print);
do D=$(basename $F);
sed -r -e"s/§§§/$D/" $F ;
done
2016-11-03 18:22:31 +01:00
48e9b7594a
Doxygen: identify all files lacking a @file comment
...
reason is, only files with a @file comment will be processed
with further documentation commands. For this reason, our Doxygen
documentation is lacking a lot of entries.
HOWTO:
find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -not -exec egrep -q '\*.+@file' {} \; -print -exec sed -i -r -e'\_\*/_,$ { 1,+0 a\
\
\
/** @file §§§\
** TODO §§§\
*/
}' {} \;
2016-11-03 18:20:10 +01:00
db2b02f0c5
define a front-end for explicit allocations
...
...currently just defined by forwarding
to std::allocator
2011-09-25 19:26:09 +02:00
3f1b7651e9
GPL header whitespace
2010-12-17 23:28:49 +01:00
145ad6c3a5
more (trivial) cleanup and renaming
2010-12-05 02:46:37 +01:00