Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ↵ | Brad King | 2005-04-13 | 1 | -0/+2 |
| | | | | argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC. | ||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 1 | -30/+33 |
| | | | | not experimental and add simple test for systemtools | ||||
* | ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵ | Brad King | 2005-04-13 | 1 | -2/+13 |
| | | | | KWSys. This also adds try-compiles for KWSYS_STL_HAS_ALLOCATOR_REBIND, KWSYS_CXX_HAS_FULL_SPECIALIZATION, KWSYS_CXX_HAS_MEMBER_TEMPLATES, and KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS. | ||||
* | BUG: Test for stl stirng operator!= for char* needs to know result of ↵ | Brad King | 2005-03-30 | 1 | -4/+3 |
| | | | | KWSYS_STL_HAVE_STD. | ||||
* | ENH: Added operator!= for stl string and char* when the system does not ↵ | Brad King | 2005-03-29 | 1 | -0/+3 |
| | | | | provide one. | ||||
* | ENH: Added istream and ostream operators for stl string in KWSys when using ↵ | Brad King | 2005-03-29 | 1 | -1/+30 |
| | | | | old streams that do not provide them. | ||||
* | COMP: Removing stl string io operators change until the CMake bootstrap ↵ | Brad King | 2005-03-26 | 1 | -30/+1 |
| | | | | script can be fixed. | ||||
* | ENH: Added istream and ostream operators for stl string when using old ↵ | Brad King | 2005-03-26 | 1 | -1/+30 |
| | | | | streams that do not provide them. | ||||
* | ENH: Adding SharedForward C header to help create forwarding executables on ↵ | Brad King | 2005-03-25 | 1 | -1/+1 |
| | | | | UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries. | ||||
* | ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct ↵ | Brad King | 2005-02-17 | 1 | -0/+5 |
| | | | | stat has the extra st_mtim member that has high resolution times. | ||||
* | ENH: Specify full path to the executable | Andy Cedilnik | 2004-10-18 | 1 | -6/+11 |
| | |||||
* | ENH: Allow CMake to use CommandLineArguments without warning | Andy Cedilnik | 2004-09-29 | 1 | -3/+5 |
| | |||||
* | ENH: Move command line argument parsing code to kwsys | Andy Cedilnik | 2004-09-13 | 1 | -1/+12 |
| | |||||
* | ENH: Added test for runaway output. | Brad King | 2004-07-13 | 1 | -0/+1 |
| | |||||
* | BUG: Need a C-only library for C tests. | Brad King | 2004-07-02 | 1 | -9/+22 |
| | |||||
* | ERR: Do not add the library if no sources are used. | Brad King | 2004-06-04 | 1 | -6/+8 |
| | |||||
* | ENH: Adding native windows process tree kill to ProcessWin32.c. This ↵ | Brad King | 2004-05-10 | 1 | -2/+0 |
| | | | | replaces the ProcessWin32Kill.c implementation. | ||||
* | ENH: change to c code so it can be built with mingw | Bill Hoffman | 2004-05-10 | 1 | -1/+1 |
| | |||||
* | ENH: Adding process tree killing for Win32 process execution. | Brad King | 2004-05-06 | 1 | -2/+4 |
| | |||||
* | ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ↵ | Brad King | 2004-04-29 | 1 | -0/+17 |
| | | | | -no_implicit_include for the Compaq compiler on OSF. | ||||
* | ENH: Always include KWSys header files directory | Andy Cedilnik | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | ERR: Must include Dart module after PROJECT command. | Brad King | 2004-01-19 | 1 | -6/+8 |
| | |||||
* | ENH: Added Dart testing configuration. | Brad King | 2004-01-17 | 1 | -0/+15 |
| | |||||
* | ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵ | Brad King | 2003-12-30 | 1 | -19/+19 |
| | | | | in the C++ sources. | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -49/+52 |
| | | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. | ||||
* | ENH: Updated copyright. | Brad King | 2003-12-16 | 1 | -5/+2 |
| | |||||
* | ERR: SystemTools now depends on Directory. | Brad King | 2003-12-16 | 1 | -5/+4 |
| | |||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-12-08 | 1 | -7/+7 |
| | |||||
* | ERR: Generated source files need access to kwsysPrivate.h. Just copy it to ↵ | Brad King | 2003-07-10 | 1 | -3/+12 |
| | | | | the build tree. | ||||
* | ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵ | Brad King | 2003-07-10 | 1 | -4/+1 |
| | | | | headers through their configured namespace. | ||||
* | ENH: Fix example | Andy Cedilnik | 2003-07-08 | 1 | -2/+2 |
| | |||||
* | ERR: Removed useless set. | Brad King | 2003-07-08 | 1 | -1/+0 |
| | |||||
* | BUG: Install target for standard header wrappers must point at the std ↵ | Brad King | 2003-07-03 | 1 | -2/+2 |
| | | | | subdirectory in the installation. | ||||
* | ENH: Added DLL support. | Brad King | 2003-06-30 | 1 | -2/+15 |
| | |||||
* | ENH: Using FOREACH to shorten enabling of C components. | Brad King | 2003-06-30 | 1 | -10/+11 |
| | |||||
* | ENH: Initial import of Base64 | Andy Cedilnik | 2003-06-30 | 1 | -0/+8 |
| | |||||
* | ENH: Updated documentation to describe enabling of classes. | Brad King | 2003-06-26 | 1 | -7/+9 |
| | |||||
* | BUG: Need include regular expression to match all files. | Brad King | 2003-06-23 | 1 | -5/+8 |
| | |||||
* | ENH: Changed configuration of header directory to specify it without the ↵ | Brad King | 2003-06-20 | 1 | -6/+9 |
| | | | | namespace. | ||||
* | ENH: Added full configuration of namespace even for Configure.hxx macro ↵ | Brad King | 2003-06-19 | 1 | -111/+286 |
| | | | | definitions. | ||||
* | ENH: Added test for Process implementation. | Brad King | 2003-06-18 | 1 | -0/+2 |
| | |||||
* | ENH: EXECUTABLE_OUTPUT_PATH is now always set to get around cmake 1.6.7 ↵ | Brad King | 2003-06-11 | 1 | -21/+26 |
| | | | | dependency problems. Moved default header directory inside the build tree instead of up one level. User projects can now set the header directory. | ||||
* | ERR: Added custom command that takes advantage of new syntax. | Brad King | 2003-06-11 | 1 | -17/+25 |
| | |||||
* | ERR: Added work-around for cmake 1.6.7 bug in borland makefile generator. | Brad King | 2003-06-10 | 1 | -1/+10 |
| | |||||
* | BUG: Need to add ANSI C flags for some platforms. | Brad King | 2003-06-10 | 1 | -0/+4 |
| | |||||
* | ENH: Added Process execution implementation. | Brad King | 2003-06-10 | 1 | -3/+47 |
| | |||||
* | ERR: Test for ansi streams may need to use iosfwd for test because some ↵ | Brad King | 2003-05-13 | 1 | -1/+5 |
| | | | | compilers provide an iostream header that is old streams. | ||||
* | ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream ↵ | Brad King | 2003-05-12 | 1 | -0/+5 |
| | | | | headers even if they are available. | ||||
* | ENH: Removed old (unused) StandardIncludes header. | Brad King | 2003-05-12 | 1 | -1/+1 |
| | |||||
* | ENH: Added wrappers around the std stream headers to make them look like ↵ | Brad King | 2003-05-12 | 1 | -0/+10 |
| | | | | ansi streams on all platforms. |