Summary Period: 2000-03-17 to 2003-07-03
[root]/CS/docs/texinfo/build/platform
win32
(1 files, 5 lines)
cygwin
(19 files, 4680 lines)
msvc
(3 files, 693 lines)
win32gcc
(1 files, 158 lines)
Total Lines Of Code:
527 (2003-07-11 20:29)
Author | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 232 (100.0%) | 5796 (100.0%) | 24.9 |
sunshine | 154 (66.4%) | 4732 (81.6%) | 30.7 |
philwyett | 37 (15.9%) | 297 (5.1%) | 8.0 |
mgeisse | 9 (3.9%) | 269 (4.6%) | 29.8 |
malakai | 1 (0.4%) | 203 (3.5%) | 203.0 |
norman | 5 (2.2%) | 98 (1.7%) | 19.6 |
jcore | 1 (0.4%) | 70 (1.2%) | 70.0 |
jorrit | 10 (4.3%) | 46 (0.8%) | 4.6 |
wmiler | 3 (1.3%) | 21 (0.4%) | 7.0 |
serplord | 4 (1.7%) | 17 (0.3%) | 4.2 |
andyz | 2 (0.9%) | 14 (0.2%) | 7.0 |
wouter | 1 (0.4%) | 11 (0.2%) | 11.0 |
uid20594 | 1 (0.4%) | 6 (0.1%) | 6.0 |
jbit | 1 (0.4%) | 6 (0.1%) | 6.0 |
rds | 1 (0.4%) | 3 (0.1%) | 3.0 |
res2002 | 1 (0.4%) | 2 (0.0%) | 2.0 |
designa | 1 (0.4%) | 1 (0.0%) | 1.0 |
patched in the walktest documentation contributed by Marten
<martin@cyber-dog.freeserve.co.uk>. The old documentation remains in CVS
until some parts are transplanted.
1 lines of code changed in:
Jorrit removed several entries to Blocks from the documentation.
4 lines of code changed in:
Eric Sunshine made the following changes to the user manual:
-*- Updated MacOS/X build/run instructions to tell user how to switch to
software renderer. (This used to explain how to use OpenGL, but
OpenGL is now default.)
-*- Updated Mingw build instructions to mention that csmingwlibs must be
re-installed whenever a newer version of MSYS is installed.
-*- Fixed `hbox' warnings from TeX.
16 lines of code changed in:
- Updated the FAQ a little bit.
- Updated a bit of the engine documentation.
3 lines of code changed in:
Eric Sunshine updated the "build" instructions in the user manual to
mention "configure" rather than "make platform". Also added libmng to
"external libraries" section of user manual.
84 lines of code changed in:
Eric Sunshine removed the NextStep, OpenStep, and MacOS/X Server 1.0
(Rhapsody) ports of Crystal Space. Implementation files which were
shared with the remaining MacOS/X port were relocated from "next"
directories in the project tree to "macosx" directories. Class names,
SCF names, resources, makefile variables, makefile targets, etc. were
renamed so as to mention "OSX", "MACOSX", or "Cocoa" as appropriate
instead of the older "NeXT", "NEXT", and "next". The following files
and directories were tagged with NEXT_OBSOLETE in order to simplify
recovery from the CVS Attic if necessary.
data/config/next.cfg
docs/texinfo/build/platform/next.txi
docs/texinfo/internal/platform/next.txi
include/cssys/next
libs/cssys/next
plugins/video/canvas/next
151 lines of code changed in:
Renamed next.txi to macosx.txi in preparation of removal of NeXT ports.
567 lines of code changed in:
Removed the unmaintained DJGPP port. Tagged the following files and
directories with "DJGPP_OBSOLETE" in order to simplify the task of
recovering them from the Attic if necessary.
docs/texinfo/build/platform/msdos.txi
include/cssys/djgpp
libs/cssys/djgpp
plugins/video/canvas/allegro
plugins/video/canvas/common/pc-keys.cpp
plugins/video/canvas/dosraw
1 lines of code changed in:
Removed the unmaintained OS/2 port. Tagged the following files and
directories with "OS2_OBSOLETE" in order to simplify the task of
recovering them from the Attic if necessary.
docs/texinfo/build/platform/os2.txi
docs/texinfo/internal/platform/os2.txi
include/cssys/os2 libs/cssys/os2
plugins/video/canvas/common/os2-keys.h
plugins/video/canvas/csdive
plugins/video/canvas/openglos2
2 lines of code changed in:
Correction for command-line invocation on MacOS/X.
1 lines of code changed in:
Eric Sunshine applied a large and thorough typographical-error correction
patch to the Texinfo documentation from Andreas Busch
<nobita@t-online.de>. Also applied a few minor corrections from Eric
Sunshine.
2 lines of code changed in:
Eric Sunshine made the following changes:
-*- Corrected some outdated references to the old makefile variables
MAKEDEP.INSTALLED and NASM.INSTALLED to reflect the new names
MAKEDEP.AVAILABLE and NASM.AVAILABLE, respectively.
-*- Made the following changes to winconf.bat:
- Now sets the CC, CXX, and LINK variables in config.mak since they
are no longer set by the makefile.
- Now adds -fvtable-thunks to CFLAGS.SYSTEM since this is no longer
done by the makefile. Unfortunately, with gcc 3.x, this option is
deprecated and produces a harmless warning, but it is still required
for earlier releases of gcc, so we take the safe route and use it.
(Note that this only affects Mingw users who are not using Msys.)
- Now checks if the linker flag -lmingwex is required. This flag is
needed by some interim Mingw releases.
-*- Removed the -fno-rtti check from djgpp/dosconf.bat since CS should no
longer employ that flag. (The Unix and Unix-like ports stopped using
it quite some time ago.)
1 lines of code changed in:
Eric Sunshine made the following documentation-related changes:
-*- Updated the Apple/NeXT build and platform-internal documentation to
reflect fact that it is now possible to launch applications by
double-clicking on them from the Finder or Workspace.
-*- Greatly expanded the discussion of CrystalSpaceRoot for the Apple/NeXT
platforms and gave it a more prominent position in the documentation
since it is important for people to set it if they wish to launch
applications from the Finder or Workspace.
-*- Apple/NeXT build instructions now talk about the makefile "install"
target, as well as INSTALL_DIR.
-*- Worked around problem in Texinfo files where some versions of makeinfo
are pickier than others and dislike @xref{} references which span
multiple lines.
111 lines of code changed in:
Apparently some versions of makeinfo are more picky than others and don't
like @xref{}'s split across lines.
2 lines of code changed in:
Eric Sunshine eliminated the unmaintained BeOS port. Prior to
removing this port, all of the port-specific files were tagged in CVS
as "BEOS_OBSOLETE" in order to make it simple to recover these files
when/if needed. The following directories and files were tagged and
removed:
docs/texinfo/build/platform/beos.txi
include/cssys/be*
libs/cssys/be/*
plugins/video/canvas/be/*
plugins/video/canvas/openglbe/*
2 lines of code changed in:
Eric Sunshine eliminated the unmaintained BeOS port. Prior to
removing this port, all of the port-specific files were tagged in CVS
as "BEOS_OBSOLETE" in order to make it simple to recover these files
when/if needed. The following directories and files were tagged and
removed:
docs/texinfo/build/platform/beos.txi
include/cssys/be*
libs/cssys/be/*
plugins/video/canvas/be/*
plugins/video/canvas/openglbe/*
0 lines of code changed in:
Eric Sunshine made the following documentation-related changes:
-*- Updated the Apple/NeXT build instructions to reflect present day
conditions.
-*- Elaborated the message in docs.mak which instructs users to check the
log file after a DVI build in order to make it seem less like an error
message.
90 lines of code changed in:
updated Unix platform build instructions
70 lines of code changed in:
Automated Texinfo @node and @menu repair.
1 lines of code changed in:
I did a quick run of all annotations that were added to the
user documentation and public API reference manual, and I
incorporated all useful suggestions, corrections, and clarifications
into the real manual.
11 lines of code changed in:
(116 more)
Generated by StatCvs v0.2-dev