]> git.llucax.com Git - software/bife/bife++.git/commit
- Moved libbife to it's own directory.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 17 Aug 2003 23:18:44 +0000 (23:18 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 17 Aug 2003 23:18:44 +0000 (23:18 +0000)
commit9229fc52267e17a39cd9df385f120a4d0318803a
tree70fa23086a5c85109ae076a7e5eace09cdab5d6d
parent62eb4c434ac30aa83ef05be78130cb42105f618c
- Moved libbife to it's own directory.
- Now constructor and destructor functions prototypes are defined in the
  classes that need them.
- Moved translate example module to it's own directory.
- Fallback class now can be specified in the Parser constructor.
26 files changed:
Makefile
libbife/Makefile [new file with mode: 0644]
libbife/chit.cpp [moved from chit.cpp with 100% similarity]
libbife/chit.h [moved from chit.h with 100% similarity]
libbife/container.cpp [moved from container.cpp with 100% similarity]
libbife/container.h [moved from container.h with 100% similarity]
libbife/fallback.cpp [moved from fallback.cpp with 100% similarity]
libbife/fallback.h [moved from fallback.h with 90% similarity]
libbife/ghit.cpp [moved from ghit.cpp with 100% similarity]
libbife/ghit.h [moved from ghit.h with 100% similarity]
libbife/hash.h [moved from hash.h with 100% similarity]
libbife/hit.cpp [moved from hit.cpp with 100% similarity]
libbife/hit.h [moved from hit.h with 100% similarity]
libbife/string.cpp [moved from string.cpp with 100% similarity]
libbife/string.h [moved from string.h with 100% similarity]
libbife/widget.cpp [moved from widget.cpp with 100% similarity]
libbife/widget.h [moved from widget.h with 83% similarity]
parser.cpp
parser.h
parser_test.cpp
test.xml
translate/Makefile [new file with mode: 0644]
translate/translate.cpp [moved from translate.cpp with 100% similarity]
translate/translate.h [moved from translate.h with 93% similarity]
translate/translate_loader.cpp [new file with mode: 0644]
translate_loader.cpp [deleted file]