Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not bother enabling C++ in Assembler test | Brad King | 2011-03-04 | 1 | -1/+1 |
| | | | | | This test needs only the C compiler and ASM compiler so do not enable the C++ compiler. | ||||
* | Teach Assembler test to generate main.s at build time | Brad King | 2011-03-04 | 1 | -2/+9 |
| | | | | | | | Use a custom command to generate the assembly source file at build time. Also set CMAKE_VERBOSE_MAKEFILE so the test output contains all the build rules. These two changes will show the entire .c -> .s -> .o and final link commands in the test output. | ||||
* | Fix Assembler test to parse C flags string before using | Brad King | 2011-03-04 | 1 | -1/+3 |
| | | | | | | | Commit 1f6c6b1c (use CMAKE_C_FLAGS when generating the assembler file, 2011-03-03) added use of CMAKE_C_FLAGS to the assembler generation step. However, this variable is meant for direct substitution into a shell command line so we need to parse it to separate the arguments first. | ||||
* | -only enable the asm test for the Intel compiler if we are under UNIX | Alex Neundorf | 2011-03-03 | 1 | -2/+2 |
| | | | | | | ...have to find out how to generate assembler with icl.exe Alex | ||||
* | -use CMAKE_C_FLAGS when generating the assembler file | Alex Neundorf | 2011-03-03 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Only try assembler support for Makefile-based generators | Alex Neundorf | 2011-03-01 | 1 | -4/+6 |
| | | | | Alex | ||||
* | Use a regexp instead a lot of ORs for checking the compiler ID | Alex Neundorf | 2011-02-24 | 1 | -11/+3 |
| | | | | Alex | ||||
* | The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro | Alex Neundorf | 2011-02-23 | 1 | -16/+19 |
| | | | | Alex | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | COMP: hopefully fix test, finally | Alexander Neundorf | 2007-07-09 | 1 | -1/+0 |
| | | | | Alex | ||||
* | COMP: fix test | Alexander Neundorf | 2007-07-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | BUG: fix test | Alexander Neundorf | 2007-07-06 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: OPTIONAL was missing in ENABLE_LANGUAGE() | Alexander Neundorf | 2007-07-06 | 2 | -14/+19 |
| | | | | | | | -the assembler file seems to work for Linux and FreeBSD -try to fix main() for HP-UX compiler Alex | ||||
* | STYLE: some more output | Alexander Neundorf | 2007-07-05 | 1 | -0/+2 |
| | | | | Alex | ||||
* | COMP: skip APPLE, since there with universal binaries the assembler file ↵ | Alexander Neundorf | 2007-07-05 | 2 | -3/+2 |
| | | | | | | would be built for both architectures Alex | ||||
* | COMP: let's see if this assembler file works also on other platforms than ↵ | Alexander Neundorf | 2007-07-05 | 1 | -2/+4 |
| | | | | | | linux... Alex | ||||
* | ENH: add a simple assembler test | Alexander Neundorf | 2007-07-05 | 3 | -0/+58 |
Alex |