coriolis/unicorn/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
..
images * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
init More accurate error message in Python module importation. 2014-09-07 23:16:04 +02:00
unicorn Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
CMakeLists.txt Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
CgtMain.cpp Support for Windows/Cygwin, part 3. 2014-07-23 16:53:43 +02:00
ExportCellDialog.cpp Added ASCII/GDSII export capability in Unicorn. 2014-07-31 19:40:23 +02:00
ImportCell.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +01:00
ImportCellDialog.cpp Qt5 porting, cleanup & Tidy. 2014-03-26 14:47:17 +01:00
OpenCellDialog.cpp * All Tools: 2012-11-16 12:54:58 +00:00
PyUnicorn.cpp * All Tools: 2012-11-16 12:54:58 +00:00
PyUnicornGui.cpp * All Tools: 2012-11-16 12:54:58 +00:00
SaveCellDialog.cpp * ./unicorn: 2010-08-18 20:27:18 +00:00
Unicorn.qrc * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
UnicornGui.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
cgt.py More accurate error message in Python module importation. 2014-09-07 23:16:04 +02:00