coriolis/kite
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
..
cmake_modules * All tools: 2010-05-19 14:31:10 +00:00
doc Happy new year 2015! 2015-03-17 16:56:55 +01:00
python Python Script launcher extended to accomodate Chams. 2015-03-17 16:31:24 +01:00
src Merge "collections" branch from <github> (G. Gouvine). 2015-06-08 11:51:09 +02:00
CMakeLists.txt Python Script launcher extended to accomodate Chams. 2015-03-17 16:31:24 +01:00