initially support for python plugin
commit4d7cc7d161b742dcd2828908631c81c262bdd2d4
authorwangguan@desktop <netspecters@gmail.com>
Tue, 8 Feb 2011 15:33:44 +0000 (8 23:33 +0800)
committerwangguan@desktop <netspecters@gmail.com>
Tue, 8 Feb 2011 15:33:44 +0000 (8 23:33 +0800)
treef9269213eaad56906341e477113ef19a3b18032f
parentb899cc842fee81e0fe346c2f12139db47228f93b
initially support for python plugin
28 files changed:
codeblocks_projects/Netspecters.workspace
codeblocks_projects/SingleProject/Netspecters.cbp
codeblocks_projects/SingleProject/NetspectersGUIOwn.cscope_file_list [deleted file]
codeblocks_projects/SingleProject/cscope.out [deleted file]
codeblocks_projects/SingleProject/kernel_python.cbp [new file with mode: 0644]
source/ExtenalLibrary/CommunicateLibrary/ipc.cpp [new file with mode: 0644]
source/ExtenalLibrary/CommunicateLibrary/ipc.h [new file with mode: 0644]
source/ExtenalLibrary/CommunicateLibrary/object_proxy.cpp [new file with mode: 0644]
source/ExtenalLibrary/CommunicateLibrary/object_proxy.h [new file with mode: 0644]
source/ExtenalLibrary/GUI/PyGTK/gui.glade [new file with mode: 0644]
source/ExtenalLibrary/GUI/PyGTK/main.py [new file with mode: 0644]
source/KernelLibrary/InternalProtocol/http/http_request.cpp
source/KernelLibrary/InternalProtocol/http/http_task.cpp
source/KernelLibrary/InternalProtocol/http/unit_test/http_request.cpp
source/KernelLibrary/InternalProtocol/http/unit_test/http_task.cpp
source/KernelLibrary/InternalProtocol/http/unit_test/task_thread.cpp
source/KernelLibrary/ProtocolManager/Interfaces.h
source/KernelLibrary/ProtocolManager/ProtocolManager.cpp
source/KernelLibrary/ProtocolManager/ProtocolManager.h
source/KernelLibrary/ProtocolManager/TaskGroupManager.cpp
source/KernelLibrary/ProtocolManager/unit_test/ProtocolManager.cpp
source/Python Define/main.cpp [moved from codeblocks_projects/SingleProject/codeblocksIgL0HA with 100% similarity]
source/Python Define/main.h [new file with mode: 0644]
source/Python Define/proxy.cpp [new file with mode: 0644]
source/Python Define/proxy.h [new file with mode: 0644]
source/Python Define/py++/code_generate.py [new file with mode: 0644]
source/Python Define/python_bindings.cpp [new file with mode: 0644]
source/StdLib/pipe.hpp