From: John L. <jr...@us...> - 2005-11-25 19:45:44
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27934/wxLua/docs Modified Files: dirs.txt Log Message: debug.h/cpp to wxldebug for completeness Index: dirs.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/dirs.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dirs.txt 20 Nov 2005 21:20:36 -0000 1.2 --- dirs.txt 25 Nov 2005 19:45:36 -0000 1.3 *************** *** 1,9 **** 11/20/2005 ! This is a description of the directory structure of wxLua. ! ------------------------------------------------------------------------------- Directory structure of wxLua ! ------------------------------------------------------------------------------- wxLua/ --- 1,9 ---- 11/20/2005 ! This is a description of the directory structure of wxLua. ! ------------------------------------------------------------------------------- Directory structure of wxLua ! ------------------------------------------------------------------------------- wxLua/ *************** *** 24,28 **** /docs/ - any generic docs go here /lib/ - output libs are built here, wxlualib for example ! /modules/ - c/c++ code for wxlua /build/ - build files for all of this --- 24,28 ---- /docs/ - any generic docs go here /lib/ - output libs are built here, wxlualib for example ! /modules/ - c/c++ code for wxlua /build/ - build files for all of this *************** *** 35,62 **** /src/ - internal.cpp, interp.cpp, library.cpp /wxluasocket/ - lua to cpp sockets (the original lua sockets) ! /include/ - debugio.h, dserver.h, socket.h /src/ - debugio.cpp, dserver.cpp, socket.cpp /wxluadebug/ - mechanism for getting/showing info from lua /include/ - debug.h, stacktree, splittree /src/ - debug.cpp, stacktree, splittree ! /wxxmlrpc/ - TODO - ? ! /include/ - ! /src/ - /wxdebuggernub/ - TODO - this is a generic lib for xmlrpc? don"t prepend wxlua to it ! /include/ - ! /src/ - /wxluadebugger/ - TODO - ? this depends on wxlua so prepend wxlua to it ! /include/ - ! /src/ - ! /samples/ - sample wxlua programs /name/ - TODO - any multifile sample gets its own dir /utils/ - generic utils /bin2c/ - a program to convert a text file to an unsigned char array ! ------------------------------------------------------------------------------ DEAD UNUSED DIRECTORIES (to be removed by Sourceforge) ! ------------------------------------------------------------------------------ wxLua/ --- 35,62 ---- /src/ - internal.cpp, interp.cpp, library.cpp /wxluasocket/ - lua to cpp sockets (the original lua sockets) ! /include/ - debugio.h, dserver.h, socket.h /src/ - debugio.cpp, dserver.cpp, socket.cpp /wxluadebug/ - mechanism for getting/showing info from lua /include/ - debug.h, stacktree, splittree /src/ - debug.cpp, stacktree, splittree ! /wxxmlrpc/ - TODO - ? ! /include/ - ! /src/ - /wxdebuggernub/ - TODO - this is a generic lib for xmlrpc? don"t prepend wxlua to it ! /include/ - ! /src/ - /wxluadebugger/ - TODO - ? this depends on wxlua so prepend wxlua to it ! /include/ - ! /src/ - ! /samples/ - sample wxlua programs /name/ - TODO - any multifile sample gets its own dir /utils/ - generic utils /bin2c/ - a program to convert a text file to an unsigned char array ! ------------------------------------------------------------------------------ DEAD UNUSED DIRECTORIES (to be removed by Sourceforge) ! ------------------------------------------------------------------------------ wxLua/ *************** *** 68,74 **** /wxlua/ - see /modules/wxlua ! ------------------------------------------------------------------------------ Original wxLua distribution directory structure ! ------------------------------------------------------------------------------- wxLua/ --- 68,74 ---- /wxlua/ - see /modules/wxlua ! ------------------------------------------------------------------------------ Original wxLua distribution directory structure ! ------------------------------------------------------------------------------- wxLua/ *************** *** 79,118 **** Standalone/ - moved to apps/wxlua ! ------------------------------------------------------------------------------- File name mapping from the original wxLua ! ------------------------------------------------------------------------------- These header files were in wxLua/Library ! wxlua.h wxLua.h ! callback.h wxLuaCallback.h ! debug.h wxLuaDebug.h ! debugio.h wxLuaDebugIO.h ! dserver.h wxLuaDebugServer.h ! dservice.h wxLuaDebuggerService.h ! htmlwin.h wxLuaHtmlWindow.h ! internal.h wxLuaInternals.h ! interp.h wxLuaInterpreter.h ! library.h wxLuaLibrary.h ! printing.h wxLuaPrinting.h ! socket.h wxLuaSocket.h ! splttree.h wxLuaSplitTree.h ! staktree.h wxLuaStackTree.h These source files were in wxLua/Library ! debug.cpp wxLuaDebug.cpp ! debugio.cpp wxLuaDebugIO.cpp ! dserver.cpp wxLuaDebugServer.cpp ! dservice.cpp wxLuaDebuggerService.cpp ! htmlwin.cpp wxLuaHtmlWindow.cpp ! internal.cpp wxLuaInternals.cpp ! interp.cpp wxLuaInterpreter.cpp ! library.cpp wxLuaLibrary.cpp ! printing.cpp wxLuaPrinting.cpp ! socket.cpp wxLuaSocket.cpp ! splttree.cpp wxLuaSplitTree.cpp ! staktree.cpp wxLuaStackTree.cpp ! dtarget.h wxLuaDebugTarget.h moved from wxLua/Standalone ! dtarget.cpp wxLuaDebugTarget.cpp moved from wxLua/Standalone --- 79,134 ---- Standalone/ - moved to apps/wxlua ! ------------------------------------------------------------------------------- File name mapping from the original wxLua ! ------------------------------------------------------------------------------- + ------------------------------------------------------------------------------- These header files were in wxLua/Library ! wxLua/modules/wxlua ! internal.h wxLuaInternals.h ! wxlcallb.h wxLuaCallback.h ! wxlintrp.h wxLuaInterpreter.h ! wxlua.h wxLua.h ! ! wxLua/modules/wxluadebug ! debug.h wxLuaDebug.h ! splttree.h wxLuaSplitTree.h ! staktree.h wxLuaStackTree.h ! ! wxLua/modules/wxluasocket ! dservice.h wxLuaDebuggerService.h ! wxldbgio.h wxLuaDebugIO.h ! wxldserv.h wxLuaDebugServer.h ! wxlhandl.h wxLuaLibrary.h ! wxlsock.h wxLuaSocket.h ! wxldtarg.h wxLuaDebugTarget.h moved from wxLua/Standalone + wxLua/modules/wxbind + wxlhtmlwin.h wxLuaHtmlWindow.h + wxlprinting.h wxLuaPrinting.h + + ------------------------------------------------------------------------------- These source files were in wxLua/Library ! wxLua/modules/wxlua ! internal.cpp wxLuaInternals.cpp ! wxlintrp.cpp wxLuaInterpreter.cpp ! wxlcallb.cpp taken out of wxLuaInternals.cpp ! wxLua/modules/wxluadebug ! debug.cpp wxLuaDebug.cpp ! splttree.cpp wxLuaSplitTree.cpp ! staktree.cpp wxLuaStackTree.cpp ! ! wxLua/modules/wxluasocket ! dservice.cpp wxLuaDebuggerService.cpp ! wxldbgio.cpp wxLuaDebugIO.cpp ! wxldserv.cpp wxLuaDebugServer.cpp ! wxlhandl.cpp wxLuaLibrary.cpp ! wxlsock.cpp wxLuaSocket.cpp ! wxldtarg.cpp wxLuaDebugTarget.cpp moved from wxLua/Standalone ! ! wxLua/modules/wxbind ! wxlhtmlwin.cpp wxLuaHtmlWindow.cpp ! wxlprinting.cpp wxLuaPrinting.cpp |