Go to file
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
bootstrap Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
crlcore Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
cumulus Use rowend instead of tie in ClockTree for removed clock buffers. 2014-10-02 00:42:59 +02:00
documentation Version 0.2 of the RDS documentation (Symbolic & BIGVIA). 2014-09-26 22:55:55 +02:00
equinox Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
etesian Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
hurricane Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
ispd Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
katabatic Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
kite Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
knik Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
mauka Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
metis Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
nimbus Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
solstice Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
stratus1 Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
unicorn Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
vlsisapd Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
.gitignore More accurate tests in Katabatic to stop whining about bad doglegs. 2014-10-03 19:00:02 +02:00