]> Creatis software - bbtk.git/commit
Initial revision
authorguigues <guigues>
Tue, 22 Jan 2008 15:02:00 +0000 (15:02 +0000)
committerguigues <guigues>
Tue, 22 Jan 2008 15:02:00 +0000 (15:02 +0000)
commita26195c366a89795288009cf7e20f11afa494970
tree5d9697dc850f149a5dfb55eeda5db01fdde52e6c
Initial revision
103 files changed:
CMakeLists.txt [new file with mode: 0644]
kernel/CMakeLists.txt [new file with mode: 0644]
kernel/appli/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbCreatePackage/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbCreatePackage/bbCreatePackage.bat.in [new file with mode: 0755]
kernel/appli/bbCreatePackage/bbCreatePackage.bbs [new file with mode: 0644]
kernel/appli/bbCreatePackage/bbCreatePackage.sh.in [new file with mode: 0755]
kernel/appli/bbCreatePackage/bbCreatePackageLinux.bbs [new file with mode: 0755]
kernel/appli/bbfy/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbfy/bbfy.cpp [new file with mode: 0644]
kernel/appli/bbi/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbi/bbi.cxx [new file with mode: 0644]
kernel/cmake/ADD_DEF.cmake [new file with mode: 0644]
kernel/cmake/BBTKConfigurePackage.cmake [new file with mode: 0644]
kernel/cmake/BBTKConfigurePackage_doc.cmake [new file with mode: 0644]
kernel/cmake/BBTKConfigurePackage_src.cmake [new file with mode: 0644]
kernel/cmake/BBTKDefineOptions.cmake [new file with mode: 0644]
kernel/cmake/BBTKFindGTK2.cmake [new file with mode: 0644]
kernel/cmake/BBTKFindLibraries.cmake [new file with mode: 0644]
kernel/cmake/BBTKFindWX_WIN.cmake [new file with mode: 0644]
kernel/cmake/BBTKPreventInSourceBuild.cmake [new file with mode: 0644]
kernel/cmake/BBTKResolveOptions.cmake [new file with mode: 0644]
kernel/cmake/BBTKSingleOutputPath.cmake [new file with mode: 0644]
kernel/cmake/FIND_AND_USE_WXWIDGETS.cmake [new file with mode: 0644]
kernel/cmake/MARK_AS_ADVANCED_UNWANTED.cmake [new file with mode: 0644]
kernel/cmake/bbPackage.cxx.in [new file with mode: 0644]
kernel/cmake/bbPackage.h.in [new file with mode: 0644]
kernel/src/CMakeLists.txt [new file with mode: 0644]
kernel/src/bbtkAny.cxx [new file with mode: 0644]
kernel/src/bbtkAny.h [new file with mode: 0644]
kernel/src/bbtkBlackBox.cxx [new file with mode: 0644]
kernel/src/bbtkBlackBox.h [new file with mode: 0644]
kernel/src/bbtkBlackBoxDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkBlackBoxDescriptor.h [new file with mode: 0644]
kernel/src/bbtkBlackBoxInputConnector.cxx [new file with mode: 0644]
kernel/src/bbtkBlackBoxInputConnector.h [new file with mode: 0644]
kernel/src/bbtkBlackBoxInputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkBlackBoxOutputConnector.cxx [new file with mode: 0644]
kernel/src/bbtkBlackBoxOutputConnector.h [new file with mode: 0644]
kernel/src/bbtkBlackBoxOutputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkComplexBlackBox.cxx [new file with mode: 0644]
kernel/src/bbtkComplexBlackBox.h [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxDescriptor.h [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxInputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkComplexBlackBoxOutputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkConfigurationFile.cxx [new file with mode: 0644]
kernel/src/bbtkConfigurationFile.h [new file with mode: 0644]
kernel/src/bbtkConnection.cxx [new file with mode: 0644]
kernel/src/bbtkConnection.h [new file with mode: 0644]
kernel/src/bbtkData.h [new file with mode: 0644]
kernel/src/bbtkDynamicLibraryHandling.h [new file with mode: 0644]
kernel/src/bbtkException.h [new file with mode: 0644]
kernel/src/bbtkExecuter.cxx [new file with mode: 0644]
kernel/src/bbtkExecuter.h [new file with mode: 0644]
kernel/src/bbtkFactory.cxx [new file with mode: 0644]
kernel/src/bbtkFactory.h [new file with mode: 0644]
kernel/src/bbtkInterpreter.cxx [new file with mode: 0644]
kernel/src/bbtkInterpreter.h [new file with mode: 0644]
kernel/src/bbtkMessageManager.cxx [new file with mode: 0644]
kernel/src/bbtkMessageManager.h [new file with mode: 0644]
kernel/src/bbtkPackage.cxx [new file with mode: 0644]
kernel/src/bbtkPackage.h [new file with mode: 0644]
kernel/src/bbtkRTTI.cxx [new file with mode: 0644]
kernel/src/bbtkRTTI.h [new file with mode: 0644]
kernel/src/bbtkSystem.h [new file with mode: 0644]
kernel/src/bbtkTypeMapping.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBox.cxx [new file with mode: 0644]
kernel/src/bbtkUserBlackBox.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxDescriptor.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxGetSetFunctor.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxInputDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxInputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxMacros.h [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxOutputDescriptor.cxx [new file with mode: 0644]
kernel/src/bbtkUserBlackBoxOutputDescriptor.h [new file with mode: 0644]
kernel/src/bbtkUtilities.cxx [new file with mode: 0644]
kernel/src/bbtkUtilities.h [new file with mode: 0644]
kernel/src/bbtkVirtualExec.h [new file with mode: 0644]
kernel/src/bbtkWx.cxx [new file with mode: 0644]
kernel/src/bbtkWx.h [new file with mode: 0644]
kernel/src/bbtkWxBlackBox.cxx [new file with mode: 0644]
kernel/src/bbtkWxBlackBox.h [new file with mode: 0644]
kernel/src/bbtkWxBrowser.cxx [new file with mode: 0644]
kernel/src/bbtkWxBrowser.h [new file with mode: 0644]
kernel/src/bbtkWxConsole.cxx [new file with mode: 0644]
kernel/src/bbtkWxConsole.h [new file with mode: 0644]
kernel/src/cmake/bbtkConfigure.h.in [new file with mode: 0644]
kernel/src/cmake/bbtkTestFUNCTION.cxx [new file with mode: 0644]
kernel/src/cmake/bbtkTestIstringStream.cxx [new file with mode: 0644]
kernel/src/xmlParser.cpp [new file with mode: 0644]
kernel/src/xmlParser.h [new file with mode: 0644]
packages/CMakeLists.txt [new file with mode: 0644]
packages/wx/CMakeLists.txt [new file with mode: 0644]
packages/wx/bbs/appli/testSlider.bbs [new file with mode: 0644]
packages/wx/bbs/appli/testSplit.bbs [new file with mode: 0644]
packages/wx/src/CMakeLists.txt [new file with mode: 0644]
packages/wx/src/bbwxSlider.cxx [new file with mode: 0644]
packages/wx/src/bbwxSlider.h [new file with mode: 0644]
packages/wx/src/bbwxSplit.cxx [new file with mode: 0644]
packages/wx/src/bbwxSplit.h [new file with mode: 0644]