Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 175 (100.0%) | 6.0 |
ayla | 7 (24.1%) | 109 (62.3%) | 15.5 |
darbyb | 7 (24.1%) | 54 (30.9%) | 7.7 |
worthen | 4 (13.8%) | 7 (4.0%) | 1.7 |
allen | 1 (3.4%) | 3 (1.7%) | 3.0 |
oscar | 1 (3.4%) | 1 (0.6%) | 1.0 |
dav | 7 (24.1%) | 1 (0.6%) | 0.1 |
mjc | 2 (6.9%) | 0 (0.0%) | 0.0 |
Turn of mpi++ under mpich
0 lines of code changed in 2 files:
More framework configuration, add PIDL unit tests.
35 lines of code changed in 1 file:
M configure
M configure.ac
- Differentiate between darwin powerpc and intel processors (for thirdparty).
- Sync a could of changes with CIBC configure:
- Export ITCL_LIB_DIR
- Fix indentation
M include/sci_defs/environment_testdefs.h.in
Indent for readability.
M Core/Datatypes/Mesh.h
Fix compiler warning.
1 lines of code changed in 2 files:
Migrate kepler server to Kepler package
34 lines of code changed in 3 files:
Merge GUI, PIDL changes.
36 lines of code changed in 2 files:
Remove Hypre 1.9 check from configure files
0 lines of code changed in 2 files:
fix sub varinclude/sci_defs/environment_testdefs.h.in
3 lines of code changed in 1 file:
added detailed info on what is going on with this file
0 lines of code changed in 2 files:
More updates to CMake files. Only building the Core libraries: Exceptions, Thread, Containers, and Util. Found more includes/libs such as threads libraries. Tested w/Visual Studio 2003 and cygwin so far.
0 lines of code changed in 2 files:
Initial commit of proof of concept of building SCIRun libraries with CMake. Currently, only a few Core libraries are being built. I have only tested this on Windows so far. More to come.
53 lines of code changed in 1 file:
Fix including ptolemy server library (ayla).
1 lines of code changed in 1 file:
Allow the Ptolemy package to be used without ptolemyII and Java.
4 lines of code changed in 1 file:
First try at fixing png checks. Needed to include image_defs.h to get
the HAVE_PNG flags... then put #if's around all the png references...
Darby will be verifying that I did this correclty.
Removed the png_testdefs.h.in file as it duplicated what is already in
image_testdefs.h. -Dav
0 lines of code changed in 1 file:
Remove dependency on ImageMagick. Now use PNG library to read/write files and use ImageMagick's convert program (if available) to convert to appropriate file.
0 lines of code changed in 2 files:
increment sci version, look for system versions of libxml2 and ImageMagick if they don't exist in thirdparty, remove unused check for Advanced Volume Rendering from configure
0 lines of code changed in 2 files:
Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions
7 lines of code changed in 2 files:
DicomNrrdReader now uses GDCM for reading Dicom. It was using ITK and ITK now uses GDCM. Users can configure --with-gdcm or if they are configuring --with-insight, it will use the gdcm distributed with ITK. Still some questions about orientation information to look into.
1 lines of code changed in 2 files: