LUMIERA.clone/src/lib/time
Ichthyostega 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
..
control-impl.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
control-policy.hpp clean-up(#985): tighten basic header lib/meta/util.hpp 2016-01-05 22:00:53 +01:00
control.hpp fix typo in header include guard 2015-06-03 01:18:58 +02:00
diagnostics.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
digxel.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
formats.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
grid.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
mutation.cpp clean-up and finalise time::Mutation 2012-12-02 01:54:02 +01:00
mutation.hpp Analysis continued: inner contradictions of object field vs attribute 2016-05-21 17:55:48 +02:00
quantiser.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
quantiser.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
time.cpp improve the diagnositc representation for time values 2016-01-08 00:13:59 +01:00
timecode.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
timecode.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
timequant.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
timevalue.hpp immutable-arguments(#989): add a first-class unit test (closes #989) 2016-02-07 02:59:03 +01:00