Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 1605 (100.0%) | 53.5 |
dav | 2 (6.7%) | 1386 (86.4%) | 693.0 |
bigler | 15 (50.0%) | 185 (11.5%) | 12.3 |
worthen | 10 (33.3%) | 26 (1.6%) | 2.6 |
wmartin | 1 (3.3%) | 5 (0.3%) | 5.0 |
abe | 1 (3.3%) | 3 (0.2%) | 3.0 |
sparker | 1 (3.3%) | 0 (0.0%) | 0.0 |
print unsigned int/long when there is an error about using too much mem.
0 lines of code changed in 2 files:
Reduced some warnings by commenting out unused function parameters and
using size_t instead of int (not everywhere mind you).
0 lines of code changed in 4 files:
Indented. Fixed compiler warning.
870 lines of code changed in 1 file:
Put pragma in a compiler specific ifdef. No need to mess with pragmas
for other compilers.
4 lines of code changed in 1 file:
Added pragma to remove annoying fprintf format warning produced when compiling with icpc.
M Allocator.cc
3 lines of code changed in 1 file:
configure option to have scirun turn on the scinew line number
1 lines of code changed in 2 files:
Put stubs for the AllocatorSetDefaultTag family of functions for when
you have DISABLE_SCI_MALLOC set. A little bit of code reorganization
done as well.
63 lines of code changed in 1 file:
Move AllocatorSet*Tag stuff to be outside the auspices of #ifndef DISABLE_SCI_MALLOC
5 lines of code changed in 1 file:
Configure where bcopy is for Cygwin systems.
2 lines of code changed in 3 files:
Microsoft compatibility.
5 lines of code changed in 1 file:
Fix bug with allocator when sci-malloc is disabled. (Moved the 'emtpy' lock/unlock routines and the '#if DISABLE_SCI_MALLOC' to the top of the #if block.
516 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
get code using scinew and DISABLE_SCI_MALLOC to compile
2 lines of code changed in 1 file:
Added ability to keep track of the line number where the memory was allocated. While the API exposes it, it is currently turned off by a macro in AllocPriv.h. If it is turned on then you get the functionality. Since the macro is defined in AllocPriv.h and this file is only included by .cc files in this library you don't have to recompile the world if you want to turn it on. Uncomment the macro and recompile the library.
116 lines of code changed in 6 files:
Get windows to compile - and have some code not compile based on the definition of DISABLE_SCI_MALLOC
18 lines of code changed in 4 files: