[pygccxml-commit] source/pygccxml/unittests/data core_cache.hpp,1.48,1.49
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-03-21 08:08:04
|
Update of /cvsroot/pygccxml/source/pygccxml/unittests/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32522/pygccxml/unittests/data Modified Files: core_cache.hpp Log Message: module_builder_t class interface has been changed: as we agrees with Matthias: every step should be done explicitly: declaration parsing in __init__( I decided about this ) build_code_creator() <- creates code creators tree, user has full control on module_creator.creator_t class initialization write_module <- writes module to file split_module <- splits module code to mutliple files I will post about those changes on mailing list later. Index: core_cache.hpp =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/unittests/data/core_cache.hpp,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** core_cache.hpp 20 Mar 2006 05:47:56 -0000 1.48 --- core_cache.hpp 21 Mar 2006 08:07:25 -0000 1.49 *************** *** 24,26 **** ! //touch//touch//touch//touch//touch//touch//touch//touch//touch//touch//touch//touch//touch \ No newline at end of file --- 24,26 ---- ! //touch \ No newline at end of file |