index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
COMP: Disable LFS on AIX.
Brad King
2007-02-21
1
-1/+7
*
BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file in...
Brad King
2007-01-26
1
-6/+20
*
BUG: revert yesterday patch. The implementation was correct. The problem was ...
Mathieu Malaterre
2006-12-09
1
-3/+1
*
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib...
Mathieu Malaterre
2006-12-08
1
-1/+3
*
ENH: Report command line as a measurement and allow user to add custom measur...
Andy Cedilnik
2006-10-13
1
-0/+1
*
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/st...
David Cole
2006-10-06
1
-2/+19
*
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...
Brad King
2006-10-04
1
-0/+9
*
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it f...
Brad King
2006-10-04
1
-1/+1
*
ENH: Adding 'System' component of C sources to hold system tools written in C...
Brad King
2006-09-21
1
-2/+6
*
COMP: Fix try-compile to fail properly on HP.
Brad King
2006-08-30
1
-0/+3
*
ENH: Adding KWSys component IOStream to provide help with broken C++ stream l...
Brad King
2006-08-27
1
-2/+24
*
ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with na...
Brad King
2006-08-25
1
-17/+23
*
ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN m...
Brad King
2006-08-25
1
-18/+2
*
COMP: Support cmake older than 2.4
Andy Cedilnik
2006-08-23
1
-2/+1
*
COMP: Add missing cmake file
Andy Cedilnik
2006-08-22
1
-1/+1
*
ENH: Support large file systems in kwsys
Andy Cedilnik
2006-08-22
1
-0/+17
*
ENH: Add a way to get unused arguments and add a test
Andy Cedilnik
2006-07-14
1
-0/+9
*
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for l...
Andy Cedilnik
2006-07-14
1
-0/+18
*
ENH: Updated installation options and implementation to use INSTALL command i...
Brad King
2006-07-05
1
-16/+152
*
ENH: Adding cmake 2.4 style installation. NOTE: These changes will work on a ...
Berk Geveci
2006-07-05
1
-1/+8
*
ENH: Enabling build/test of Terminal code now that it has been manually teste...
Brad King
2006-04-24
1
-2/+2
*
ENH: Adding 'Terminal' component to hold support routines for dealing with in...
Brad King
2006-04-23
1
-5/+9
*
COMP: Fix compilation on linux (dlopen/dlclose symbols)
Mathieu Malaterre
2006-04-17
1
-3/+5
*
ENH: remove test on cygwin since it randomly fails
Bill Hoffman
2006-03-29
1
-1/+3
*
ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.
Brad King
2006-03-16
1
-1/+4
*
ENH: Do not build the library if we are not doing Testing
Mathieu Malaterre
2006-03-13
1
-8/+6
*
BUG: Fix problem with in the path
Mathieu Malaterre
2006-03-10
1
-1/+0
*
BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where curr...
Mathieu Malaterre
2006-03-10
1
-0/+1
*
BUG: Fix DynamicLoader implementation on MacOSX (using old API)
Mathieu Malaterre
2006-03-10
1
-1/+1
*
ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist
Bill Hoffman
2006-03-10
1
-3/+3
*
COMP: Fix cygwin build
Mathieu Malaterre
2006-03-10
1
-2/+2
*
ENH: Still more coverage of the DynamicLoader
Mathieu Malaterre
2006-03-09
1
-0/+1
*
ENH: Carefully turn testing of DynamicLib on
Mathieu Malaterre
2006-03-09
1
-6/+22
*
ENH: Compile DynamicLoader
Mathieu Malaterre
2006-03-06
1
-1/+2
*
ENH: Added kwsys::String class to shorten debugging symbols and error message...
Brad King
2006-02-07
1
-1/+1
*
COMP: Do not build tests if build testing is off
Andy Cedilnik
2006-01-04
1
-25/+25
*
ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and a...
Andy Cedilnik
2005-11-09
1
-2/+2
*
COMP: Fix all dashboards
Andy Cedilnik
2005-11-09
1
-1/+1
*
ENH: Add test for output regular expression
Andy Cedilnik
2005-11-08
1
-2/+4
*
ENH: Push glob to the kwsys
Andy Cedilnik
2005-10-18
1
-1/+7
*
ENH: CMake kills me (so does Cygwin)
Sebastien Barre
2005-10-06
1
-1/+2
*
ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ins...
Sebastien Barre
2005-10-05
1
-2/+3
*
BUG: Reverting fundamental type info change until it is fixed on more platfor...
Brad King
2005-10-05
1
-50/+34
*
ENH: add kwsys test for DetectFileType
Sebastien Barre
2005-10-04
1
-0/+8
*
ENH: Converting FundamentalType try-compiles into a single try-run. All the ...
Brad King
2005-10-03
1
-34/+50
*
ENH: Make message into status
Andy Cedilnik
2005-09-20
1
-1/+1
*
ENH: Test for both commands
Andy Cedilnik
2005-09-19
1
-2/+2
*
STYLE: Added backward compatibility disclaimer.
Brad King
2005-09-18
1
-0/+8
*
BUG: Fix which argument is which, also, fix the test to be less agressive
Andy Cedilnik
2005-09-18
1
-3/+1
*
ENH: Add testing of GET_TEST_PROPERTY command
Andy Cedilnik
2005-09-17
1
-0/+4
[next]