coriolis/nimbus/src
Jean-Paul Chaput 978315c017 Compliance with Clang 3.4 (RHEL7, MacOS).
* New: In Bootstrap, added support for RHEL7 in ccb.py & coriolisEnv.py.
   In coriolisEnv.py, under RHEL6, directly launch a shell under
   devtoolset-2 (do not put it in .bashrc).
* Change: All tools, compliance with Clang 3.2.
   - Call using namespace std *after* at least one include of std has
     been used.
   - In Utilities.h define both const and non-cont overload for operator<<
     of mstream (this was the true cause of the Banner display problem).
   - No longer use defaults arguments in templates, instead create two
     separated overloads.
   - Put template static attributes allocation outside of namespaces
     (this one I'm not sure how to justify).
   - Protect by NDEBUG variables that are only needed in assert().
   - In PyInterval getUnion() & getIntersection() we where silently
     overwriting the "self" object (interval).
   - In Mauka, *do no* overload _postCreate() and add an argument, breaks
     the virtual function mechanism. Rename it into _maukaPostCreate().
     Idem for SubRow().
   - In Katabatic::GCell(), invalidate() overload a Go funtion but is
     used for different purpose at this level. Rename it invalidateCt()
     (invalidate *ConTents*).
   - Miscellaneous small cleanup.
2014-12-09 23:49:46 +01:00
..
nimbus Cleanup after SVN importation, <ccb> builder script adaptation. 2014-02-26 18:24:41 +01:00
CMakeLists.txt Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
Configuration.cpp * ./nimbus, 2010-06-18 14:14:16 +00:00
Fence.cpp * ./nimbus: 2010-06-13 21:02:20 +00:00
FenceProperty.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
FrontLine.cpp * ./nimbus: 2010-06-08 12:12:01 +00:00
GCell.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
Grid.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
HFence.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00
NimbusEngine.cpp * ./nimbus, 2010-06-18 14:14:16 +00:00
PyNimbus.cpp Forgotten Nimbus Python wrapper. 2012-11-16 13:17:48 +00:00
PyNimbusEngine.cpp Forgotten Nimbus Python wrapper. 2012-11-16 13:17:48 +00:00
RoutTools.cpp Cleanup after SVN importation, <ccb> builder script adaptation. 2014-02-26 18:24:41 +01:00
Splitter.cpp Cleanup after SVN importation, <ccb> builder script adaptation. 2014-02-26 18:24:41 +01:00
SplitterContact.cpp * ./nimbus: 2011-04-12 20:37:23 +00:00
StepProperty.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
VFence.cpp Compliance with g++ 4.8.1, support for devtoolset-2 2014-03-15 10:47:37 +01:00