Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -13/+14 |
| | |||||
* | fix for long lines with post build rules | Ken Martin | 2004-01-05 | 1 | -3/+3 |
| | |||||
* | ENH: add relative paths to visual studio 6 and 7 project files | Bill Hoffman | 2003-12-22 | 1 | -27/+38 |
| | |||||
* | BUG: Fix Bug #445 - Same library in multiple projects can cause problems | Andy Cedilnik | 2003-12-18 | 1 | -2/+2 |
| | |||||
* | BUG: hack fix for problem of MS vs 6 and custom target commands | Bill Hoffman | 2003-11-03 | 1 | -0/+5 |
| | |||||
* | BUG: fix for debug libs not using output path | Bill Hoffman | 2003-11-03 | 1 | -1/+2 |
| | |||||
* | ENH: Attempt to add debug library postfix for visual studio 6 | Andy Cedilnik | 2003-10-31 | 1 | -1/+46 |
| | |||||
* | ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCS | Bill Hoffman | 2003-10-16 | 1 | -0/+6 |
| | |||||
* | BUG: make sure exe output path is used for dep hack stuff | Bill Hoffman | 2003-08-28 | 1 | -2/+14 |
| | |||||
* | bad evil nasty ken | Ken Martin | 2003-08-28 | 1 | -4/+4 |
| | |||||
* | fix to executable depends for custom commands | Ken Martin | 2003-08-28 | 1 | -3/+13 |
| | |||||
* | BUG: fix bug with custom commands depending on executables | Bill Hoffman | 2003-08-28 | 1 | -3/+13 |
| | |||||
* | fid post build iue on vs6 utility targets | Ken Martin | 2003-08-08 | 1 | -1/+36 |
| | |||||
* | BUG: when creating rule files remove the IntDir | Bill Hoffman | 2003-07-31 | 1 | -0/+1 |
| | |||||
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -1/+1 |
| | |||||
* | moved depend code into cmTarget | Ken Martin | 2003-06-24 | 1 | -87/+8 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -1/+3 |
| | | | | cmRegularExpression. | ||||
* | fix for bad assumption | Ken Martin | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | fix for bad assumption | Ken Martin | 2003-06-17 | 1 | -4/+9 |
| | |||||
* | fix for vs6 rule files | Ken Martin | 2003-06-16 | 1 | -0/+23 |
| | |||||
* | more crazt changes source files now must match with full path | Ken Martin | 2003-06-05 | 1 | -1/+5 |
| | |||||
* | minor fix | Ken Martin | 2003-06-04 | 1 | -0/+4 |
| | |||||
* | bug fix for vs6 custom commands | Bill Hoffman | 2003-06-04 | 1 | -3/+3 |
| | |||||
* | bug fix | Bill Hoffman | 2003-06-04 | 1 | -2/+2 |
| | |||||
* | compielr warnings | Ken Martin | 2003-06-04 | 1 | -1/+1 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -156/+211 |
| | |||||
* | BUG: add linker flags for modules | Bill Hoffman | 2003-05-05 | 1 | -0/+5 |
| | |||||
* | Remove warnings | Andy Cedilnik | 2003-03-27 | 1 | -2/+0 |
| | |||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -12/+7 |
| | |||||
* | BUG: fix crash with force cxx type | Bill Hoffman | 2003-03-17 | 1 | -1/+5 |
| | |||||
* | force cxx compiler for cxx files | Bill Hoffman | 2003-03-17 | 1 | -6/+12 |
| | |||||
* | use c flags with c and not cxx flags, also force c++ for c files | Bill Hoffman | 2003-03-14 | 1 | -5/+10 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -6/+33 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | added option to shut off automatic rebuilding | Ken Martin | 2003-02-06 | 1 | -6/+13 |
| | |||||
* | fixed spelling mistake | Ken Martin | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | BUG: fix CMAKE_C_FLAGS for visual studio 6, and add a test case | Bill Hoffman | 2003-01-13 | 1 | -28/+39 |
| | |||||
* | Add space between arguments | Andy Cedilnik | 2003-01-13 | 1 | -0/+4 |
| | |||||
* | Use C flags too. Not exactly the right solution but it will have to do for now. | Andy Cedilnik | 2003-01-12 | 1 | -3/+11 |
| | |||||
* | better handling of Module | Ken Martin | 2002-12-17 | 1 | -2/+5 |
| | |||||
* | BUG: Fixed quotes in output paths. | Brad King | 2002-12-16 | 1 | -2/+2 |
| | |||||
* | ENH: Added source file property OBJECT_DEPENDS to support generated header ↵ | Brad King | 2002-12-13 | 1 | -1/+23 |
| | | | | files included in non-generated sources. | ||||
* | Add check so that java projects build without C++ | Andy Cedilnik | 2002-12-11 | 1 | -43/+46 |
| | |||||
* | Add support for comments on custom commands in visual studio 6 | Andy Cedilnik | 2002-12-10 | 1 | -1/+6 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -2/+10 |
| | |||||
* | Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ↵ | Andy Cedilnik | 2002-11-22 | 1 | -3/+3 |
| | | | | Windows 98 | ||||
* | Fix for network paths with space | Andy Cedilnik | 2002-11-21 | 1 | -3/+3 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -13/+13 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix a bug in generator. This one is good: This bug is only present on ↵ | Ken Martin | 2002-10-01 | 1 | -1/+1 |
| | | | | Windows 98, but since RunCommand did not work, it never showed on the dashboard... In any case commands in Visual studio 6 should be in windows style slashes | ||||
* | updated to use ConfigureFinalPass | Ken Martin | 2002-09-15 | 1 | -3/+0 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 1 | -1/+1 |
| |