coriolis/kite/src
Jean-Paul Chaput e2fcfcb699 Rationalization of Cell's flags. Compilation warnings hunt.
* New: In Hurricane, dedicated class BaseFlags to wrap a set of flags.
    Similar to the Mask class, only with a slightly different semantic.
    Encapsulation of <unsigned int>.
      Also provide support for the Inspector, to have a human-readable
    display of the flags.
* Change: In Hurricane, in Cell, regroup all the flags under a Flags
    sub-class of Cell. No more mixing between booleans and bit flags.
    (first use of BaseClass).
* In Hurricane, CRL Core & Knik, many small corrections to suppress
    annoying warning messages at compile time.
      Most noticeably, Bison errors in VstParserGrammar generated by
    rules and token with mismatched return value type. This was not
    problematic because the badly defined return value where not used.
    But still...
2015-06-10 15:49:58 +02:00
..
kite Rationalization of Cell's flags. Compilation warnings hunt. 2015-06-10 15:49:58 +02:00
BuildPowerRails.cpp Merge "collections" branch from <github> (G. Gouvine). 2015-06-08 11:51:09 +02:00
BuildPreRouteds.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
CMakeLists.txt Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
Configuration.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
DataNegociate.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
GraphicKiteEngine.cpp Correct the garbled screen when shifting right in CellWidget. 2015-04-05 19:21:20 +02:00
HorizontalTrack.cpp * ./kite: 2013-12-04 00:59:29 +00:00
KiteEngine.cpp Rationalization of Cell's flags. Compilation warnings hunt. 2015-06-10 15:49:58 +02:00
KiteMain.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
Manipulator.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
NegociateWindow.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
PreProcess.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
ProtectRoutingPads.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
PyGraphicKiteEngine.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
PyKite.cpp * ./kite: 2013-12-04 00:59:29 +00:00
PyKiteEngine.cpp Bug in VHDL portmap. Too strict checking in Kite & Etesian ::setViewer(). 2015-06-08 12:01:32 +02:00
RoutingEvent.cpp Rationalization of Cell's flags. Compilation warnings hunt. 2015-06-10 15:49:58 +02:00
RoutingEventHistory.cpp * ./kite: 2013-12-04 00:59:29 +00:00
RoutingEventLoop.cpp * ./kite: 2013-12-04 00:59:29 +00:00
RoutingEventQueue.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
RoutingPlane.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
SegmentFsm.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
Session.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
Track.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
TrackCost.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
TrackElement.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
TrackElements.cpp * ./kite: 2013-12-04 00:59:29 +00:00
TrackFixedSegment.cpp More accurate routing guiding under a block corona. 2015-06-06 18:22:48 +02:00
TrackMarker.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
TrackSegment.cpp Basic STL-compliant collections 2015-05-28 14:20:32 +02:00
TrackSegmentCost.cpp Happy new year 2015! 2015-03-17 16:56:55 +01:00
Tracks.cpp * ./kite: 2013-12-04 00:59:29 +00:00
VerticalTrack.cpp * ./kite: 2013-12-04 00:59:29 +00:00
kiteRefactor.conf * ./hurricane/src/hviewer, 2010-03-09 15:24:55 +00:00