coriolis/knik/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
..
flute-3.1 Rationalization of Cell's flags. Compilation warnings hunt. 2015-06-10 15:49:58 +02:00
knik In Knik::Vertex, the _flags member was uninitialized. 2016-04-22 22:55:26 +02:00
CMakeLists.txt Updated Flute 2.4 to Flute 3.1 2015-04-03 17:27:30 +02:00
Configuration.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
Edge.cpp Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
Graph.cpp Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
GraphicKnikEngine.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
HEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
KnikEngine.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
LoadSolution.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
MatrixVertex.cpp Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
NetExtension.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
SlicingTree.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
VEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
Vertex.cpp In Knik::Vertex, the _flags member was uninitialized. 2016-04-22 22:55:26 +02:00
knikRefactor.conf * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00