coriolis/katabatic/src
Jean-Paul Chaput 9808fb12b2 Solve the template lookup problem in tstream.
* Bug: In Hurricane, in tstream (Commons.h), in the *template* overload of
    operator<<(), do not use the operator<<() of ostream as it will be
    looked up in "stage 1" (template definition) and so will miss all the
    overloads added later and built over getString<>(). Instead, make use
    of getString<>(), which, as another template will be looked up in
    "stage 2" (template instanciation) and at that point will have all the
    needed template specialisation of getString<>().
      We also need to define new stream manipulators to be able to create
    a matching template overload not dependant from the implementation.
    To avoid name clashes, we prefix a 't'. For now, only 'tsetw()' is
    refined.
      As a side effect, we cannot directly print bit-fields into the stream,
    we must go through an intermediate variable (happens once in AutoContact).
2016-07-19 16:02:55 +02:00
..
katabatic Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoContact.cpp Solve the template lookup problem in tstream. 2016-07-19 16:02:55 +02:00
AutoContactHTee.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoContactTerminal.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoContactTurn.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoContactVTee.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoHorizontal.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoSegment.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoSegments.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
AutoVertical.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
CMakeLists.txt Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
ChipTools.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
Configuration.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
GCell.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
GCellGrid.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
GraphicKatabaticEngine.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
Grid.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
KatabaticEngine.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
LayerAssign.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
LoadGrByNet.cpp Solve the template lookup problem in tstream. 2016-07-19 16:02:55 +02:00
NetConstraints.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
NetOptimals.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
Observer.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
PowerRails.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
PyKatabatic.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
Session.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00