Directory Core/Util/

Total Files:
33
Deleted Files:
6
Lines of Code:
4324

[root]/Core/Util

Lines of Code

Core/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 136 (100.0%) 2604 (100.0%) 19.1
jeroen 30 (22.1%) 1426 (54.8%) 47.5
mjc 6 (4.4%) 355 (13.6%) 59.1
worthen 57 (41.9%) 353 (13.6%) 6.1
mdavis 10 (7.4%) 285 (10.9%) 28.5
dgroulx 4 (2.9%) 59 (2.3%) 14.7
callahan 11 (8.1%) 53 (2.0%) 4.8
darbyb 1 (0.7%) 41 (1.6%) 41.0
dmw 1 (0.7%) 15 (0.6%) 15.0
allen 2 (1.5%) 15 (0.6%) 7.5
dav 9 (6.6%) 2 (0.1%) 0.2
bigler 2 (1.5%) 0 (0.0%) 0.0
ayla 3 (2.2%) 0 (0.0%) 0.0

Most Recent Commits

dav 2006-12-11 17:33 Rev.: 36074

Added IsSymLink() function. Un-tabified, indented.

0 lines of code changed in 4 files:

  • Core/Util: FileUtils.cc (new), FileUtils.h (changed)
dav 2006-09-14 13:24 Rev.: 35347

Fixed typo... added '>' to end of #include line.

0 lines of code changed in 2 files:

  • Core/Util: Socket.cc (new)
worthen 2006-09-14 12:46 Rev.: 35346

define MSG_NOSIGNAL for AIX

6 lines of code changed in 1 file:

  • Core/Util: Socket.cc (+6 -3)
dmw 2006-08-26 23:34 Rev.: 35140

- Fix socket code to work on OSX

15 lines of code changed in 1 file:

  • Core/Util: Socket.cc (+15 -9)
worthen 2006-08-25 17:01 Rev.: 35138

Windows compilation maintenance

Other changes include:
Increase max number of semaphore count
Getting scirun to load a multi-word net name from command line or load menu

39 lines of code changed in 5 files:

  • Core/Util: Socket.cc (+28 -3), Socket.h (new), sub.mk (new)
mjc 2006-08-18 15:23 Rev.: 35091

add basic socket class wrapper

342 lines of code changed in 3 files:

  • Core/Util: Socket.cc (+239), Socket.h (+101), sub.mk (+2 -1)
worthen 2006-07-12 09:35 Rev.: 34743

Get Glew to work with Windows

Have Environment query values for installed SCIRun rather than compiled-in values.

Fix windows compile

62 lines of code changed in 2 files:

  • Core/Util: Environment.cc (new)
bigler 2006-06-26 15:24 Rev.: 34580


I discovered that __ECC is on ia64 versions of the Intel compiler, and
__ICC is on everthing else. For both you should use __INTEL_COMPILER.

0 lines of code changed in 2 files:

  • Core/Util: sci_system.cc (new)
darbyb 2006-06-13 20:30 Rev.: 34483

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.

41 lines of code changed in 1 file:

  • Core/Util: CMakeLists.txt (new 41)
jeroen 2006-06-12 16:44 Rev.: 34470

Added speed ups in BuildFEMatrix, for regular grids (need to compute Jacobians only once as each element is the same). Added LogFile support for regression tests and fixed the regression testing program

173 lines of code changed in 7 files:

  • Core/Util: LogFile.cc (new 75), LogFile.h (new 76), RegressionReporter.cc (new), RegressionReporter.h (+7), sub.mk (+1)
callahan 2006-06-09 13:42 Rev.: 34456

Fix compiler warnings.

1 lines of code changed in 1 file:

  • Core/Util: RegressionReporter.cc (+1)
jeroen 2006-06-09 12:57 Rev.: 34453

Series of bug fixes and first version of regression test for the core algorithms (currently limited), but will expand this soon to include most algorithms. Fixed HexVolMesh to do degenerate elements properly this time. First series of test indicated a series of problems in the algorithms fixed these here. To run the regression tests one still needs to have example files and gold standards. We will be setting up that directory shortly. Added the ability in the algorithms to compile dynamic files and delete them afterwards, so it is not a burden on the filing system. This now happens automatically when the algorithm detects that the ProgressReporter is of the class RegressionReporter. This automatically triggers the dynamic compilation system to build those libs on-the-fly but remove them afterwards

5 lines of code changed in 3 files:

  • Core/Util: DynamicLoader.cc (new), RegressionReporter.cc (+2)
callahan 2006-06-07 14:08 Rev.: 34442

Handle NULL from SOError() function.

15 lines of code changed in 1 file:

  • Core/Util: DynamicLoader.cc (+15 -3)
jeroen 2006-05-29 21:23 Rev.: 34352

Adding preparations for Regression testing: added comaprison functions for dataflow objects. Modified Dynamic compilation so it has an option to compile load and destroy the library, to prevent the on-the-fly-lib directory to grow out of control when testing whether dynamically compilled algorithms work. Fixed HexVolMesh to deal with degenerate meshes and started to better optimize this mesh to use less memory (still need to finish this as table sizes can be shrunk even more). Added a RegressionReporter to store all the information during regression testing. Fixed the Finite Element Code to deal with degenerate elements (Comparison with Tetsn and Prisms show that Hexahedral elements with degenerate nodes can act as tetrahedrals or prisms and still generate the proper stiffness matrix). Fixed the visualization so degenerate elements show upm properly (fixed the order of the faces of these degenerate elements so the three unique element nodes are always returned first when quering a face). Still need to upgrade the quadsurfmesh to also support degenerate elements. Field boundary now also supports degenerate elements as the number of faces returned per element can now vary with the actual number of faces. Next to do: generate degenerate meshes with tets, piramids, prisms and hexahedral and test which algorithms fail and fix those.

211 lines of code changed in 8 files:

  • Core/Util: DynamicCompilation.h (new), DynamicLoader.cc (+8 -1), DynamicLoader.h (+6), RegressionReporter.cc (+115), RegressionReporter.h (+70), sub.mk (+2 -1)
callahan 2006-05-18 15:31 Rev.: 34283

Add a more thread safe add_raw_message to ProgressReporter and use it.

19 lines of code changed in 5 files:

  • Core/Util: DynamicLoader.cc (+8 -9), ProgressReporter.cc (+8), ProgressReporter.h (new)
callahan 2006-05-18 11:03 Rev.: 34276

Remove post_message from Module and ProgressReporter interface. It's still accessible from the GuiInterface if needed.

0 lines of code changed in 2 files:

  • Core/Util: ProgressReporter.cc (-6), ProgressReporter.h (-1)
worthen 2006-05-17 15:09 Rev.: 34268

Get rid of dependency on external readdir, opendir, closedir (wrote out own)
Consolidate stack trace into one function, and make available to anywhere
Add a public domain utility for windows to do the stack trace

Parse filenames in ServiceDB for windows like we do in PackageDB (I.e., filenames can have colons in them.

1 lines of code changed in 1 file:

  • Core/Util: FileUtils.cc (+1 -2)
worthen 2006-05-02 11:50 Rev.: 34089

Have ProgressiveWarning respond to a DebugStream so you can turn them off

0 lines of code changed in 2 files:

  • Core/Util: ProgressiveWarning.cc (new)
worthen 2006-04-11 13:18 Rev.: 33824

Last month's worth of windows fixes

2 lines of code changed in 3 files:

  • Core/Util: DynamicLoader.cc (+1), TypeDescription.cc (new)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

13 lines of code changed in 3 files:

  • Core/Util: DynamicLoader.cc (+7 -7), ProgressReporter.cc (+3 -3), ProgressReporter.h (+3 -3)

(17 more)

Generated by StatSVN 0.4.0