Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -5/+0 |
| | | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags. | ||||
* | BUG: Create an exe's implib output dir for VS | Brad King | 2009-06-15 | 1 | -0/+2 |
| | | | | | | | | If an executable marks symbols with __declspec(dllexport) then VS creates an import library for it. However, it forgets to create the directory that will contain the import library if it is different from the location of the executable. We work around this VS bug by creating a pre-build event on the executable target to make the directory. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: fix memory leak | Bill Hoffman | 2007-09-10 | 1 | -1/+2 |
| | |||||
* | ENH: Added function call argument to module function to make sure calling ↵ | Brad King | 2007-04-19 | 2 | -4/+14 |
| | | | | convention matches on lookup. Fixed for Watcom. | ||||
* | COMP: Need to enable ansi C features. | Brad King | 2007-04-18 | 1 | -0/+5 |
| | |||||
* | ENH: Fixed Plugin test on Cygwin. | Brad King | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | ENH: Configure location of plugin files so that the executable can run with ↵ | Brad King | 2007-04-17 | 3 | -1/+16 |
| | | | | any current working directory. | ||||
* | ENH: Added test for executables with plugins that use an API exported by the ↵ | Brad King | 2007-04-17 | 4 | -0/+128 |
executable itself. |