Summary Period: 2000-03-11 to 2003-03-28
83 (0.1%)
1245 (0.0%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 83 (100.0%) | 1245 (100.0%) | 15.0 |
CS/libs/cssys/win32/ | 29 (34.9%) | 744 (59.8%) | 25.6 |
CS/plugins/video/canvas/ddraw/ | 9 (10.8%) | 184 (14.8%) | 20.4 |
CS/mk/ | 9 (10.8%) | 80 (6.4%) | 8.8 |
CS/include/ | 7 (8.4%) | 75 (6.0%) | 10.7 |
CS/plugins/sound/renderer/software/ | 2 (2.4%) | 51 (4.1%) | 25.5 |
CS/include/cssys/win32/ | 8 (9.6%) | 46 (3.7%) | 5.7 |
CS/ | 7 (8.4%) | 22 (1.8%) | 3.1 |
CS/plugins/video/renderer/software/ | 4 (4.8%) | 18 (1.4%) | 4.5 |
CS/libs/cssys/ | 1 (1.2%) | 11 (0.9%) | 11.0 |
CS/docs/ | 2 (2.4%) | 6 (0.5%) | 3.0 |
CS/data/config/ | 1 (1.2%) | 3 (0.2%) | 3.0 |
CS/plugins/video/canvas/ddraw8/ | 1 (1.2%) | 2 (0.2%) | 2.0 |
CS/plugins/engine/3d/ | 1 (1.2%) | 2 (0.2%) | 2.0 |
CS/plugins/video/renderer/ | 1 (1.2%) | 1 (0.1%) | 1.0 |
CS/data/ | 1 (1.2%) | 0 (0.0%) | 0.0 |
Modified win32gcc.mak to use g++ -shared instead of deprecated dllwrap for
plugin generation(s).
Modified history.txt to reflect above change.
26 lines of code changed in:
Noted known bug for some platforms which require win32gcc.mak
4 lines of code changed in:
Relocate -I /directx references for Win32gcc (Mingw-Msys)
4 lines of code changed in:
Eliminated CFLAGS.INCLUDE
Moved /directx -I references to ddraw.mak, ddraw8.mak
0 lines of code changed in:
Minor cleanup -- eliminated comments re: "dllwrap" as gcc -shared is now being
used for plugin generation (.dlls) instead of "dllwrap"
2 lines of code changed in:
Clean up -- removed some un-needed comments.
1 lines of code changed in:
Eliminated dllwrap dependency.
Now uses gcc -shared to generate .dlls (plugins, etc.).
5 lines of code changed in:
Eliminated dependency on dllwrap.
Eliminated dllwrapwrap.sh
(DO.SHARED.PLUGINS) now uses "gcc -shared" to generate .dll files
9 lines of code changed in:
Update data with stdtex.zip
0 lines of code changed in:
Added -fvtable-thunks to cygwin.mak
1 lines of code changed in:
Maintenance Update (Cleanup)
-- removed hard library links (-Llibs/zlib, etc.) from Mingw.mak
libpng.a, libjpeg.a and z.a now are only available from
compilers' include directory.
-- Updated system dependent source file variables to accomodate
AndyZs changes.
-- exeentry.cpp, as of this update, is once again enabled for both
static library and dynamic library builds. Before this update,
only the dynamic library build (USE_SHARED_PLUGINS=yes)
was allowed to invoke exeentry.cpp.
6 lines of code changed in:
-- restore library references for Mingw, these are kept in cs/libs
for .png, .jpeg and zlib
3 lines of code changed in:
Cygwin update
-- allows definition of _argc, _argv for Cygwin builds generated
with OS=WIN32 (not Unix).
10 lines of code changed in:
no message
1 lines of code changed in:
Mingw revision:
Update to accomodate non-win32 gcc builds.
15 lines of code changed in:
Update for Mingw
Added necessary -l references for static lib build
36 lines of code changed in:
Mingw Make Update
Some documentation added
2 lines of code changed in:
Mingw Static Library Update
Modified to fully accomodate Working Static Library Build
12 lines of code changed in:
Mingw make update -- [NT4/Win98]
----
[USE.SHARED.PLUGINS=yes/.dll update]
New support for creating .def files complete
[make depend/DO_DEPEND=yes]
Adds beginning of modifications for proper
generation of csengine dependencies
(Win32 gnuMake)
102 lines of code changed in:
latest version of Mingw.mak
24 lines of code changed in:
(44 more)
Generated by StatCvs v0.2-dev