coriolis/bootstrap
Jean-Paul Chaput 51043df640 Merge "collections" branch from <github> (G. Gouvine).
* New: In Hurricane, in Collection add simple STL iterator support.
    So now the C++11 "for" instruction can be used instead of the
    in-house "forEach".
      Example:
         forEach ( Component*, icomponent, net->getComponents() ) {
           cout << (*icomponent) << endl;
         }
      Become:
         for ( Component icomponent : net->getComponents() ) {
           cout << icomponent << endl;
         }
2015-06-08 11:51:09 +02:00
..
builder Detection of the install path for 64 bits distros using /usr/lib 2015-05-03 21:10:42 +02:00
cmake_modules Re-activate the LEF/DEF symbolic exporter (for benchmarking). 2015-06-07 14:12:00 +02:00
debian Remove obsolete XML config files. Add stub technos cmos065 & c35b4. 2015-04-06 12:49:27 +02:00
svn2git Documentation restructuration 2014-03-11 12:21:31 +01:00
CMakeLists.txt Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
Makefile.package Adapt the rpm automated build system of bootstrap (pass 2) 2015-04-09 22:45:48 +02:00
build.conf Cleanup to enable routing-driven placement 2015-04-20 15:29:40 +02:00
buildCoriolis.py * ./bootstrap: 2013-01-12 14:57:35 +00:00
buildMangrove.py Try to be consistent, rename utilitarians from Caiman to Mangrove. 2010-08-25 12:18:29 +00:00
ccb.py Adapt the rpm automated build system of bootstrap (pass 2) 2015-04-09 22:45:48 +02:00
coriolis2-for-distribution.patch Correctly disable the trace level (for distribution). 2010-05-27 16:26:48 +00:00
coriolis2.sh * ./bootstrap/buildCoriolis.py: 2012-11-16 12:46:27 +00:00
coriolis2.spec.in Adapt the rpm automated build system of bootstrap (pass 2) 2015-04-09 22:45:48 +02:00
coriolisEnv.py Merged bug fixes and improvements 2015-06-02 10:36:21 +02:00
cpDox.sh Correction of SoC.css, adjust the look of the class index big letters. 2014-06-10 00:04:48 +02:00
mangroveEnv.py Improved environment support & detection. 2010-08-25 14:14:57 +00:00
runBuildMangrove.sh Improved environment support & detection. 2010-08-25 14:14:57 +00:00
shadock.png * ./vlsisapd/src/bootstrap: 2010-08-25 11:57:11 +00:00
unicorn.desktop * ./vlsisapd/src/bootstrap: 2010-08-25 11:57:11 +00:00