Summary Period: 2000-03-05 to 2003-11-03
Total Lines Of Code:
1 (2006-06-28 16:28)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 488 (100.0%) | 8.4 |
timriker | 35 (60.3%) | 440 (90.2%) | 12.5 |
brlcad | 7 (12.1%) | 22 (4.5%) | 3.1 |
jeffm2501 | 4 (6.9%) | 13 (2.7%) | 3.2 |
atupone | 8 (13.8%) | 12 (2.5%) | 1.5 |
davidtrowbridge | 3 (5.2%) | 1 (0.2%) | 0.3 |
crs23 | 1 (1.7%) | 0 (0.0%) | 0.0 |
removing bzfls dir
0 lines of code changed in:
removing bzfls
0 lines of code changed in:
port 5154, flag fixes
5 lines of code changed in:
Changed the local emacs/vi var block comment style. Hopefully the last change needed for a while.
7 lines of code changed in:
rumor has it that vi wants the ex: format hint within 5 lines of EOF (emacs does not care)
2 lines of code changed in:
Updated indentation comment with emacs local variable declarations.
10 lines of code changed in:
hack automake to avoid gratuitous linking
2 lines of code changed in:
simple version of linking everytime
1 lines of code changed in:
automake compatibility: buildDate.o now in LIBS
0 lines of code changed in:
date is generated everytime, build are not
1 lines of code changed in:
date madness
1 lines of code changed in:
changed to .cxx following mac's lead
2 lines of code changed in:
build Date is regenerate only during building, if. Making a stop to endless compiling. Yes, could be done better
9 lines of code changed in:
moved all of the version functions into include/version.h and reworked how the version file is included so its dependants are truely rebuilt
1 lines of code changed in:
stilly list server, Macros are for globals
1 lines of code changed in:
no need to use the server version and mod it when we have the proto version raw
1 lines of code changed in:
changed internal version number from the odd set of numbers to a set of #defines that are renderd out to strings
All version strings are now processed thru functions in common.
Version strings now include OS, build souce, and build date.
*NOTE*
All platforms will need to change there configure system to add the folowing to there config.h if they want to build.
config.h needs to define the folowing.
#define BZ_PROTO_VERSION "109a" // the version of the network engine
#define BZ_MAJOR_VERSION 1 // the major version
#define BZ_MINOR_VERSION 9 // the minor version
#define BZ_REV 0 // the revision
#define BZ_BUILD_SOURCE "CVS" // what built it, CVS, RELEASE, TEST, ETC...
#define BZ_BUILD_OS "W32" // what OS build it, W32, OSX, LINUX, IRIX
#define BZ_BUILD_DATE 20039999 // the year, month and day of the build
This is allready done on windows.
also fixed some warnings and errors learner left in there that messed up windows :)
9 lines of code changed in:
shut up shut up
0 lines of code changed in:
whitespace wars
2 lines of code changed in:
blarg
2 lines of code changed in:
(29 more)
Generated by StatCVS 0.2.2