* 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; } |
||
---|---|---|
.. | ||
builder | ||
cmake_modules | ||
debian | ||
svn2git | ||
CMakeLists.txt | ||
Makefile.package | ||
build.conf | ||
buildCoriolis.py | ||
buildMangrove.py | ||
ccb.py | ||
coriolis2-for-distribution.patch | ||
coriolis2.sh | ||
coriolis2.spec.in | ||
coriolisEnv.py | ||
cpDox.sh | ||
mangroveEnv.py | ||
runBuildMangrove.sh | ||
shadock.png | ||
unicorn.desktop |