8710 Commits (440bbf08711e9a784f90f1d2541e5d204807161a)
 

Author SHA1 Message Date
Brad King 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 25 years ago
Jim Miller 51ef865ef8 ENH: ignore unused libary warnings, removed /force 25 years ago
Brad King 410f7d12db ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon. 25 years ago
Brad King 28cdb19782 ERR: Changed generation of rule to generate cable_config.xml to be produced differently for windows and unix. 25 years ago
Brad King 31ae187d0c ERR: Removed functions I just added. They don't belong here (yet?). 25 years ago
Brad King a8f9aa814e ENH: Added generation of a rule to re-run CMake if the cable_config.xml file is missing. 25 years ago
Brad King 9312a7706b ENH: Added functions to get information about the CMake executable on each platform. 25 years ago
Brad King 553457a4a4 ERR: Re-ordered declaration of members v. order of initialization on the constructor to match each other. 25 years ago
Brad King 2d26d0be68 BUG: Rearranged cable config file open to do open in construction of m_OutputFile. Fixes problem on SGI with opening the file. 25 years ago
Brad King df8a7ecafd ENH: Changed generated includes to not have full path specified. 25 years ago
Brad King be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 25 years ago
Brad King b9a8948ec8 ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command. 25 years ago
Brad King f84972610e BUG: Moved definition of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their information is known. 25 years ago
Brad King 354992c522 BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to order of virtual destructor calls. 25 years ago
Brad King d3735b65d6 ERR: Added for-loop scoping hack for CMake sources on MSVC 25 years ago
Brad King 08ff3427a8 ENH: Added support for comments inside function calls and indented comments. 25 years ago
Brad King 007f5ccd5f ENH: Added support for element tag specification with syntax tag:element as an argument to the CABLE_DEFINE_SET command. A single colon with nothing to its left will result in an empty tag. 25 years ago
Brad King 50c9139628 ERR: Less-than-zero test replaced with greater-than-zero since we want zero arguments. 25 years ago
Brad King ce484264de ENH: Improved error handling when GetError is called on a command that has not called SetError. 25 years ago
Geoffrey Cross 8c4795025f Include directories under Win32 only (inherited by subdirs) 25 years ago
Brad King 8fb07209eb ENH: Finished Simplifying dsptemplate processing with in place of separate Release, Debug, ReleaseDLL, ... configurations. 25 years ago
Brad King 772b1f6278 ERR: Fixed library path problem for ReleaseMinSize build. should now be used in place of separate Release, Debug, and ReleaseMinSize. 25 years ago
Brad King 05f863d5ab ERR: Fixed header template for Release MinSize builds. 25 years ago
Brad King 68ff294f84 ENH: Added Release MinSize configuration for executables. 25 years ago
Brad King f2cd113761 ENH: Made UTILITY_SOURCE command inherited, just like FIND_PROGRAM. 25 years ago
Brad King 2924befe14 ERR: Missing initalization of a cmClassFile::m_HeaderFileOnly fixed. 25 years ago
Brad King 5fc8300476 ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries. 25 years ago
Brad King 60507258c7 ERR: Added automatic creation of directory for cable_config.xml file and corresponding error reporting. 25 years ago
Brad King 93a17629b6 ENH: Added proper dependency generation for a package on cable executable. 25 years ago
Brad King 4f59f98b70 ERR: Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior. 25 years ago
Brad King 1b6afc5c53 ENH: Added output of custom rules for XML sources. 25 years ago
Brad King 670afe1fc0 ENH: Added output of defines flags as part of INCLUDE_FLAGS. 25 years ago
Brad King fe25e5873b ENH: Added output of a custom command's m_Source as a dependency. 25 years ago
Brad King b23fedda77 ERR: Minor wording error in output message. 25 years ago
Brad King 519f9d81e3 ENH: Creation of generator rule now properly uses the custom command's m_Source member. 25 years ago
Brad King 71153219e1 ENH: Added creation of custom rules for generating CABLE packages. 25 years ago
Brad King 02fe911803 ENH: Added support for finding dependencies for files that don't exist. Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist. 25 years ago
Brad King 353f6c3261 ENH: Added .txx detection for Header block output. 25 years ago
Brad King 4666b01710 ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's source is located when it is included in the distribution of a project. 25 years ago
Brad King 5c8b68ba70 ERR: Commented out experimental code that was accidentally checked in. 25 years ago
Brad King 8f6468f9f2 ENH: Added Cable to Utilities and appropriate CMakeLists.txt changes. Moved VXLNumerics link out of source's root directory and into separate entries for Code and Testing directories. This prevents linking of all programs (like Cable) with the numerics library. 25 years ago
Brad King 278bcbd7be ENH: Added custom rule support to cmUnixMakefileGenerator. 25 years ago
Will Schroeder 9f98906e92 BUG: repeat all -l options to avoid having to worry about link order. 25 years ago
Brad King b6d1cda20e ENH: CABLE config file (config_cable.xml) should now be opened in the output directory. 25 years ago
Brad King dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
Bill Hoffman af30fe6745 BUG: fix circular depends on libraries and remove depends for static libraries 25 years ago
Brad King d0a8794746 ENH: CABIL -> CABLE rename. 25 years ago
Ken Martin e5e2a57bfb many enhancements including dll support 25 years ago
Ken Martin d13d283f14 bug fixes 25 years ago
Ken Martin e14d38d3c8 added new commands 25 years ago