Module CS/libs/csappframe/

back to main page

Summary Period: 2003-04-16 to 2003-05-29

Modules

[root]/CS/libs/csappframe

Lines Of Code


Total Lines Of Code: 221 (2003-07-11 20:29)

Authors

Author Changes Lines of code Lines per change
Totals 12 (100.0%) 241 (100.0%) 20.0
tulebast 5 (41.7%) 212 (88.0%) 42.4
jorrit 4 (33.3%) 14 (5.8%) 3.5
res2002 1 (8.3%) 9 (3.7%) 9.0
sunshine 2 (16.7%) 6 (2.5%) 3.0

Most Recent Commits

jorrit 2003-05-29 08:04

Replaced NULL with 0.

9 lines of code changed in:

sunshine 2003-05-09 21:04

Eric Sunshine fixed bug in csappframe.mak. INC.CSAPPFRAME was referencing
wrong directory.

3 lines of code changed in:

sunshine 2003-04-27 11:33

Eric Sunshine made the following changes:

-*- Modified configure.ac so that it emits a SRCDIR property to
config.mak. This value represents the --srcdir argument given to the
configure script (or "." if --srcdir is omitted). This points at the
directory containing the CS source code (which may differ from the
build directory, which is typically the current working directory).

-*- Modified makefiles and build scripts throughout the project so that
they respect $(SRCDIR). This allows the project to be built in a
directory other than the source directory, thus it is possible to
place the source directory on a readonly filesystem (such as a
CD-ROM), or to share a single NFS-mounted source directory among
different builds, where each build inhabits its own directory. For
example, if CS resides at /home/CS and you wish to build the project
in /home/build:

% cd /home/build
% ../CS/configure
% make -k all
% make install

(Note that the Jam-base build system already supports this build
paradigm.)

-*- Modified configure.ac so that it emits EXTENSIVE_MEMDEBUG to
config.mak since this variable is used by Makefile.in for the
`showconfig' target.

-*- Modified configure.ac so that it emits MONITOR_MAKEFILE_CACHE when the
value is either "yes" or "no", instead of emitting it only when the
value is "yes". This was necessary because CS/mk/cache.mak prints the
value of this variable as part of $(SYSMODIFIER).

3 lines of code changed in:

tulebast 2003-04-22 21:03

Added OnExit() method.

13 lines of code changed in:

res2002 2003-04-16 16:19

Jamfiles for csappframe

9 lines of code changed in:

jorrit 2003-04-16 15:07

Fixed to 78 line lenght limit.

5 lines of code changed in:

tulebast 2003-04-16 09:00

Adding csApplicationFramework class.

199 lines of code changed in:


Generated by StatCvs v0.2-dev