[root]/client/trunk/common/shared
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 1504 (100.0%) | 150.4 |
partmedia | 6 (60.0%) | 767 (51.0%) | 127.8 |
kbulgrien | 3 (30.0%) | 736 (48.9%) | 245.3 |
silvernexus | 1 (10.0%) | 1 (0.1%) | 1.0 |
Support the flag added on the server-side in r22052 to denote read books.
1 lines of code changed in 1 file:
Update shared header from server
9 lines of code changed in 1 file:
Remove struct declarations from typedefs
2 lines of code changed in 1 file:
Sync shared headers from server.
6 lines of code changed in 2 files:
Remove svn:externals for trunk branch.
750 lines of code changed in 2 files:
- After coming to the realization that newclient.h is better sourced in the
server so that different client codebases could conceptually use different
versions of the file depending on their development state, this file and
is now moved to server/include/shared. The common/shared is removed to allow
the server/include/shared directory to be made and external reference here.
0 lines of code changed in 1 file:
Removed comment that talked about the file being separately controlled in
client and server. Add a comment to the #ifdef that switches the content of
one typedef depending on where it is compiled.
6 lines of code changed in 1 file:
Moved common/newclient.h to common/shared/newclient.h because svn
externals work on a directories only, and it is planned to use this
facility to share this file between the server and client to assure
synchronization.
730 lines of code changed in 1 file: