Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'revert-fixbug_0004147' | Brad King | 2011-06-28 | 1 | -59/+0 |
|\ | | | | | | | | | fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake" | ||||
| * | Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake" | Brad King | 2011-06-27 | 1 | -59/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commit 1088b0278e74526298d0821589973918da33c44b. Wrapper dependency scanning (fix for #4147) does not work at CMake configuration time if an input file is provided by a custom command (regression #12307). Revert to original behavior until a solution is found. | ||||
* | | Merge topic 'fixbug_0011782' | Brad King | 2011-04-12 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | 0378396 UseSWIG.cmake did not support multiple modules and parallel builds | ||||
| * | | UseSWIG.cmake did not support multiple modules and parallel builds | Mathieu Malaterre | 2011-04-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This commit fixes BUG: 0011782. UseSWIG would be using the same variable to declare module information. The problem would only be noticed in parallel builds Fix this variable declaration by properly resetting it. | ||||
* | | | Merge topic 'fixbug_0011215' | Brad King | 2011-04-12 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | c088536 UseSWIG.cmake does not expand $(OutDir) | ||||
| * | | UseSWIG.cmake does not expand $(OutDir) | Mathieu Malaterre | 2011-04-08 | 1 | -2/+2 |
| |/ | | | | | | | | | | | This commit fixes BUG: 0011215 by properly expanding $(OutDir) Instead of creating the output directory using file(MAKE_DIRECTORY) we use cmake -E to create the directory at execution time | ||||
* | | Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake | Mathieu Malaterre | 2011-04-08 | 1 | -0/+59 |
|/ | | | | | | | This commit fixes BUG: 0004147 it directly uses swig executable to compute a list of dependencies directly from the .i files to make sure to rebuild the swig module any of its direct dep. is touched | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | FIX: BUG: 0002199 Adding documentation for swig_generated_file_fullname | Mathieu Malaterre | 2009-10-30 | 1 | -1/+6 |
| | |||||
* | FIX: BUG: 0007915 Integrate portion of the patch. Also add .pyd support for ↵ | Mathieu Malaterre | 2009-10-30 | 1 | -2/+32 |
| | | | | python module. | ||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | BUG: fix for bug 6151 | Bill Hoffman | 2008-01-02 | 1 | -3/+8 |
| | |||||
* | ENH: patch applied for bug 4517 | Ken Martin | 2007-03-05 | 1 | -38/+25 |
| | |||||
* | ENH: Added interface to add extra dependencies. | Brad King | 2006-08-25 | 1 | -0/+4 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -8/+3 |
| | |||||
* | ENH: add ability to set outdir in swig | Bill Hoffman | 2005-09-08 | 1 | -13/+35 |
| | |||||
* | BUG: fix some missing quotes for STREQUAL IF statements | Ken Martin | 2005-06-20 | 1 | -2/+2 |
| | |||||
* | ENH: make sure source flags don't have to be set | Bill Hoffman | 2005-04-04 | 1 | -0/+3 |
| | |||||
* | ENH: fix for bug 1304 | Bill Hoffman | 2005-04-04 | 1 | -1/+2 |
| | |||||
* | FIX: fix for bug 1730 | Bill Hoffman | 2005-04-04 | 1 | -2/+1 |
| | |||||
* | FIX: fix bug 1303 | Bill Hoffman | 2005-02-11 | 1 | -1/+3 |
| | |||||
* | BUG: Add more comments and fix CMAKE_SWIG_FLAGS | Andy Cedilnik | 2004-06-28 | 1 | -1/+20 |
| | |||||
* | BUG: SWIG_FLAGS was ignored by the add swig source to module command | Bill Hoffman | 2004-06-26 | 1 | -0/+2 |
| | |||||
* | ENH: Implement additional make clean files as a directory property instead ↵ | Andy Cedilnik | 2004-05-20 | 1 | -1/+2 |
| | | | | of cmake variable | ||||
* | ENH: append to the list of clean files, don't just set them | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
| | |||||
* | BUG: Bug #835 fix, add swig generated files to clean target | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+167 |
support module to cmake |