Author: niels
Date: Thu Jan 26 23:32:16 2012
New Revision: 7081

URL: http://svn.gna.org/viewcvs/service-tech?rev=7081&view=rev
Log:
* made size of unsigned short explicit and used uint8_t instead
* made size of unsigned long int explicit and used uint64_t instead
* adjusted header inclusion order: C headers first, then C++, then user-defined 
headers
* using "struct" for classes without member functions
* replaced C-style casts by reinterpret_cast<>(...)
* made constructors with 1 parameter explicit
* applied astyle
* added Google's C++ style checker (doc/cpplint.py)
* added test cases to Makefile


Added:
    trunk/lola2/doc/cpplint.py   (with props)
Modified:
    trunk/lola2/doc/Makefile
    trunk/lola2/src/ArcList.cc
    trunk/lola2/src/ArcList.h
    trunk/lola2/src/BitSetC.cc
    trunk/lola2/src/BitSetC.h
    trunk/lola2/src/Dimensions.h
    trunk/lola2/src/Makefile.am
    trunk/lola2/src/Marking.cc
    trunk/lola2/src/Marking.h
    trunk/lola2/src/Node.cc
    trunk/lola2/src/Node.h
    trunk/lola2/src/ParserPTNetLoLA.yy
    trunk/lola2/src/Place.cc
    trunk/lola2/src/Place.h
    trunk/lola2/src/Reporter.cc
    trunk/lola2/src/Reporter.h
    trunk/lola2/src/Socket.cc
    trunk/lola2/src/Symbol.h
    trunk/lola2/src/SymbolTable.cc
    trunk/lola2/src/Transition.cc
    trunk/lola2/src/Transition.h
    trunk/lola2/src/main.cc
    trunk/lola2/tests/Makefile.am


--
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to