coriolis/crlcore/src
Jean-Paul Chaput 82cff69d9f Complete rewrite of the trace system (now a stream).
* Change: In Hurricane, in Flags add operator overload for "int" type
    and not only "unsigned int". Otherwise the compiler complaints about
    ambiguous overload when using enum values which are considered as
    "int".
      Simpler code for the BaseFlags::contains() method.
      Added implicit conversion from BaseFlags toward bool type.
* Change: In Hurricane, in Commons, complete replacement of the previous
    two trace systems (trace & ltrace) by a stream-based one.
    As it is a true object it is much less fragile than the one based
    on defines (but maybe a little slower).
      Define a reservation table for the trace levels for all the
    Coriolis & Chams components.
* Change: All tools, use the new trace system.
2016-05-17 23:00:06 +02:00
..
LibraryManager Implementation of DataBase native save/restore in JSON (step 3). 2016-02-21 11:02:50 +01:00
ccore Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
cyclop Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
fonts * ./hurricane/src/hviewer, 2010-03-09 15:20:13 +00:00
pyCRL Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
x2y Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
CMakeLists.txt New Library Manager Widget. Access with Tools menu or CTRL+M. 2015-05-09 17:03:17 +02:00