Directory Scripts/

Directory Created:
2006-05-05 08:12
Total Files:
13
Deleted Files:
0
Lines of Code:
5813

[root]/Scripts
        directory in repo SBuild (3 files, 60 lines)
            directory in repo SBuild.vfs (1 files, 5 lines)
                directory in repo lib (0 files, 0 lines)
                    directory in repo SBuildHelpers (3 files, 226 lines)
                    directory in repo SBuildPlugins (8 files, 739 lines)
                    directory in repo app-SBuild (2 files, 284 lines)

Lines of Code

Scripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 337 (100.0%) 6784 (100.0%) 20.1
pieper 201 (59.6%) 5150 (75.9%) 25.6
partyd 9 (2.7%) 789 (11.6%) 87.6
barre 5 (1.5%) 281 (4.1%) 56.2
naucoin 27 (8.0%) 242 (3.6%) 8.9
aylward 9 (2.7%) 104 (1.5%) 11.5
hayes 23 (6.8%) 99 (1.5%) 4.3
blezek 15 (4.5%) 83 (1.2%) 5.5
millerjv 6 (1.8%) 12 (0.2%) 2.0
andy 2 (0.6%) 12 (0.2%) 6.0
hjohnson 3 (0.9%) 4 (0.1%) 1.3
fedorov 5 (1.5%) 4 (0.1%) 0.8
zack.galbreath 2 (0.6%) 2 (0.0%) 1.0
samset 2 (0.6%) 1 (0.0%) 0.5
hliu 20 (5.9%) 1 (0.0%) 0.0
tokuda 1 (0.3%) 0 (0.0%) 0.0
davisb 6 (1.8%) 0 (0.0%) 0.0
alexy 1 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

naucoin 2009-12-02 16:50 Rev.: 11119

STYLE: give more details about what could not execute, since the script lives in Slicer3/Scripts and it looks for ./Slicer3

0 lines of code changed in 1 file:

  • Scripts: cli-proxies.tcl (changed)
partyd 2009-11-20 09:38 Rev.: 11011

COMP: remove invalid arguement to make.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
partyd 2009-11-19 17:41 Rev.: 11009

ENH: also limit the test timeout for non windows builds.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
partyd 2009-11-19 14:17 Rev.: 11007

ENH: one more try at getting getbuildtest to adhere to CTEST_TEST_TIMEOUT.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
partyd 2009-11-19 12:03 Rev.: 11006

ENH: properly pass test-timeout to ctest setting it to 3 minutes.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
partyd 2009-11-19 10:19 Rev.: 11002

ENH: set a test timeout of 2 minutes instead of the default of 25.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
partyd 2009-11-18 13:06 Rev.: 10980

ENH: update SuperBuild with partial linux pass that can built tcl, tk, itcl, iwidgets, python and Lapack.

175 lines of code changed in 1 file:

  • Scripts: SlicerSuperBuild.cmake (+175 -42)
fedorov 2009-11-15 19:01 Rev.: 10951

BUG: --release was not propagated to extend.tcl

1 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (+1 -1)
pieper 2009-11-07 11:30 Rev.: 10897

BUG: remove extra C compiler directives

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (-18)
pieper 2009-11-05 13:34 Rev.: 10882

COMP: only specify compiler path on windows, where it seems to be needed, and not on platforms where it may cause problems

25 lines of code changed in 1 file:

  • Scripts: genlib.tcl (+25 -8)
pieper 2009-11-04 17:23 Rev.: 10880

BUG: remove accidental checkin

1 lines of code changed in 1 file:

  • Scripts: genlib.tcl (+1 -1)
pieper 2009-11-04 14:41 Rev.: 10876

COMP: fixes for visual studio express and windows 7

29 lines of code changed in 1 file:

  • Scripts: genlib.tcl (+29 -5)
pieper 2009-10-28 18:17 Rev.: 10780

COMP: fix case (descreamify) for cmake tag

2 lines of code changed in 1 file:

  • Scripts: extend.tcl (+2 -2)
pieper 2009-10-23 16:37 Rev.: 10741

ENH: run extension tests if slicer tests are being run

1 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (+1 -1)
pieper 2009-10-23 14:58 Rev.: 10738

BUG: try to explicily set the language for svn output data

1 lines of code changed in 1 file:

  • Scripts: versioner.tcl (+1)
partyd 2009-10-23 07:55 Rev.: 10736

ENH: copy the python dll to the slicer build directory as it may as the GenerateLM executables need it during runtime. Note to self to see if this can be avoided by setting a path to the original location instead.

5 lines of code changed in 1 file:

  • Scripts: SlicerSuperBuild.cmake (+5)
pieper 2009-10-22 10:37 Rev.: 10729

COMP: remove patch that is no longer needed with python 2.6

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (-5)
partyd 2009-10-20 08:29 Rev.: 10697

ENH: initial commit of CMake script that can build Slicer and all of its components using the ExternalProject command. This command is a new feature of CMake 2.8. This initial version of this script can only build on Windows. VS9 is required because the python solution that is downloaded is a VS9 solution.

609 lines of code changed in 2 files:

  • Scripts: SlicerSuperBuild.cmake (new 605), StringFindReplace.cmake (new 4)
fedorov 2009-10-18 22:21 Rev.: 10683

ENH: explicitly set Debug mode unless Release is requested

2 lines of code changed in 1 file:

  • Scripts: extend.tcl (+2)
pieper 2009-10-14 17:07 Rev.: 10652

ENH: a few fixes and improvements - this version seems to work well and has been tested on mac

9 lines of code changed in 1 file:

  • Scripts: cli-proxies.tcl (+9 -4)
pieper 2009-10-14 16:27 Rev.: 10650

ENH: workaround for slow launch time for executables - pre-generate script wrappers that had hard coded xml

156 lines of code changed in 1 file:

  • Scripts: cli-proxies.tcl (new 156)
fedorov 2009-09-28 15:09 Rev.: 10535

ENH: added --no-extension-update option to the script

0 lines of code changed in 1 file:

  • Scripts: extend.tcl (changed)
fedorov 2009-09-21 14:38 Rev.: 10510

BUG: set build type if --release flag is specified

0 lines of code changed in 1 file:

  • Scripts: extend.tcl (changed)
pieper 2009-09-18 11:51 Rev.: 10499

COMP: be sure microsoft tools (esp. link.exe) are ahead of cygwin commands in path

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-09-10 13:55 Rev.: 10453

COMP: clean up logic for detecting 64 bit builds on linux and solaris

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
pieper 2009-09-09 16:14 Rev.: 10436

COMP: fixes to build for python 2.6 and numpy 1.3.x

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-09-09 16:13 Rev.: 10435

COMP: switch to python 2.6 dll

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
pieper 2009-09-08 18:34 Rev.: 10429

COMP: handle differences in build path settings

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
hjohnson 2009-09-08 15:47 Rev.: 10423

ENH: Updated to include new version of python, and BatchMake for building on new version gcc compilers on Mac Snow Leopard.

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-08-26 10:53 Rev.: 10355

COMP: add cmake variable for USE_SYSTEM_PYTHON and use it to control PYTHONPATH setup at launch time - many thanks to Luke Bloy for identifying the issue and testing the fix

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
hliu 2009-08-18 11:02 Rev.: 10293

ENH: added USE_OPENCV option.

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
hliu 2009-08-18 11:00 Rev.: 10292

ENH: made OpenCV compile with opencv library 1.0.

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-08-07 12:27 Rev.: 10183

BUG: ignore errors from the blt build on mac (it actually succeeds as far as we are concerned

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-08-03 17:28 Rev.: 10167

BUG: fix external script invocation on windows

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
pieper 2009-08-03 12:38 Rev.: 10166

BUG: remove reference to missing variable

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-08-03 08:29 Rev.: 10163

COMP: solaris build fixes from Attila - thanks, Attila

0 lines of code changed in 1 file:

  • Scripts: genlib.tcl (changed)
pieper 2009-07-29 16:07 Rev.: 10103

BUG: remove spaces from start of lines in version text file

0 lines of code changed in 1 file:

  • Scripts: versioner.tcl (changed)
pieper 2009-07-29 15:46 Rev.: 10102

ENH: run the versioner as a separate process rather than sourcing it to avoid possible cross contamination of variables and so output will print

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
pieper 2009-07-29 15:45 Rev.: 10101

ENH: extra debug information when creating versions

0 lines of code changed in 1 file:

  • Scripts: versioner.tcl (changed)
pieper 2009-07-29 15:42 Rev.: 10099

ENH: better error message handling and addition of Extesions add-on directory in svn

101 lines of code changed in 1 file:

  • Scripts: extend.tcl (+101 -53)

(246 more)

Generated by StatSVN 0.5.0