summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* BUG: shut downgrade XMLRPC supportKen Martin2005-05-311-1/+3
|
* ENH: Removing stdio_core hack. A better work-around has been put in ↵Brad King2005-04-262-11/+0
| | | | cmStandardIncludes.h.
* BUG: Older SGI compilers still have internal/stdio_core.h but do not support ↵Brad King2005-04-241-3/+4
| | | | #include_next. We'll have to try-compile to test whether this hack is needed.
* COMP: Using a new work-around for stdarg.h problem on SGI.Brad King2005-04-213-20/+10
|
* COMP: Do not build the file when wide char is not set since the file would ↵Andy Cedilnik2005-04-211-1/+6
| | | | be empty
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-0/+20
|
* COMP: Fix MAKE_WCS_BLOCK_NULL when HAVE_UNICODE_WCHAR is off.Brad King2005-04-191-1/+1
|
* BUG: Need to use #cmakedefine for HAVE_UNICODE_WCHAR.Brad King2005-04-191-1/+1
|
* BUG: Do not provide HAVE_UNICODE_WCHAR option if wchar.h is not available.Brad King2005-04-191-3/+7
|
* COMP: Fix more pthreads problems on windowsAndy Cedilnik2005-03-162-1/+2
|
* COMP: More cleanupsAndy Cedilnik2005-03-163-5/+15
|
* COMP: Remove warningsAndy Cedilnik2005-03-161-3/+3
|
* BUG: No need to link threads libraries when pthreads are not foundAndy Cedilnik2005-03-161-1/+4
|
* BUG: This is weird, but marquee does not seem to handle base64 with new linesAndy Cedilnik2005-03-091-1/+1
|
* COMP: Try to remove warning on mingwAndy Cedilnik2005-03-071-1/+1
|
* BUG: Remove memory leakAndy Cedilnik2005-03-071-0/+1
|
* COMP: Try to remove warnings on windowsAndy Cedilnik2005-03-061-1/+1
|
* ENH: Fix the symantic of unicode_wcharAndy Cedilnik2005-03-062-1/+4
|
* COMP: Remove warning on gccAndy Cedilnik2005-03-061-3/+5
|
* BUG: Fix destruction of objectsAndy Cedilnik2005-03-061-4/+5
|
* ENH: Print more states including NYAndy Cedilnik2005-03-041-8/+12
|
* ENH: More cleanups and reorganizationAndy Cedilnik2005-03-041-2/+2
|
* COMP: Remove warning about code being unusedAndy Cedilnik2005-03-041-1/+1
|
* COMP: Ok, remove warnings because of removal of warningsAndy Cedilnik2005-03-031-4/+4
|
* COMP: Fix typoAndy Cedilnik2005-03-031-1/+1
|
* BUG: Comp sci 101. Strings go away at the end of the functionAndy Cedilnik2005-03-031-2/+2
|
* COMP: setenv is not needed any moreAndy Cedilnik2005-03-031-0/+2
|
* COMP: Try to remove setenv warningAndy Cedilnik2005-03-031-2/+5
|
* ENH: Remove warningsAndy Cedilnik2005-03-031-4/+4
|
* COMP: Remove warnings on borlandAndy Cedilnik2005-03-0310-41/+5
|
* COMP: Remove warningsAndy Cedilnik2005-03-032-2/+2
|
* BUG: Attempt to get error codeAndy Cedilnik2005-03-021-2/+2
|
* ENH: Temporary proxy supportAndy Cedilnik2005-03-021-0/+62
|
* COMP: Remove more warningsAndy Cedilnik2005-03-022-4/+4
|
* COMP: Enum should really not have comma at the endAndy Cedilnik2005-03-021-1/+1
|
* COMP: Attempt to remove warningsAndy Cedilnik2005-03-012-0/+3
|
* COMP: #if WIN32 -> #ifdef _WIN32 for Borland.Brad King2005-03-011-1/+1
|
* ENH: Enable testAndy Cedilnik2005-03-011-0/+2
|
* ENH: More removing of pthreadsAndy Cedilnik2005-03-011-0/+4
|
* ENH: Attempt to remove threading codeAndy Cedilnik2005-03-016-7/+46
|
* ENH: Add exampleAndy Cedilnik2005-02-285-2/+81
|
* COMP: Remove warnings about shadow variablesAndy Cedilnik2005-02-275-49/+49
|
* COMP: Remove compile warning about shadow variablesAndy Cedilnik2005-02-271-6/+6
|
* COMP: fix warningsBill Hoffman2005-02-251-0/+2
|
* COMP: Several Windows fixesAndy Cedilnik2005-02-2413-27/+343
|
* ENH: Initial importAndy Cedilnik2005-02-2240-0/+12478
|
* COMP: attempt to fix warning on Visual Studio 7Andy Cedilnik2005-02-161-7/+7
|
* COMP: Disabling warnings in zlib code to avoid changing it too much.Brad King2005-02-102-0/+16
|
* ENH: Initial import from VTKAndy Cedilnik2005-01-2634-0/+9163
|
* COMP: Try to resolve compile errors because of missing includes and wrong ↵Andy Cedilnik2005-01-181-1/+1
| | | | include path