| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a copyright header to test files | Mats Wichmann | 2023-05-21 | 3 | -0/+12 |
| | | | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platforms | William Deegan | 2023-01-01 | 1 | -0/+1 |
| | | |||||
| * | Simplify test for commpilation db + TEMPFILE interaction | William Deegan | 2022-12-31 | 2 | -60/+13 |
| | | |||||
| * | Update copyright header text, format files | William Deegan | 2022-12-31 | 3 | -6/+10 |
| | | |||||
| * | Added specific test for Compilation Database to reproduce issue #4275 with ↵ | TZe | 2022-12-12 | 2 | -0/+141 |
| | | | | | TempFileMunge | ||||
| * | Add newline to end of compilation db | Dan Mezhiborsky | 2022-08-07 | 2 | -6/+12 |
| | | |||||
| * | Change variable from COMPILATIONDB_USE_PATH_FILTER to COMPILATIONDB_PATH_FILTER | William Deegan | 2020-11-24 | 1 | -2/+2 |
| |\ | |||||
| | * | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database. | James Benton | 2020-11-23 | 2 | -0/+53 |
| | | | | | | | | | The filter is a fnmatch pattern matched against output file. | ||||
| * | | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database. | James Benton | 2020-10-27 | 2 | -0/+53 |
| |/ | | | | | | The filter is a fnmatch pattern matched against output file. Also rename target->output in docs to match the output of compilation_db. | ||||
| * | Add test for variant_dir with duplicate=True and False | William Deegan | 2020-06-15 | 2 | -0/+158 |
| | | |||||
| * | Fix test for compilation_db to work on windows and linux | William Deegan | 2020-06-15 | 2 | -10/+16 |
| | | |||||
| * | Fix Issue #3693 - change compilation db field 'target' to 'output' per spec | William Deegan | 2020-06-14 | 1 | -2/+2 |
| | | |||||
| * | Fix test SConstruct formatting | William Deegan | 2020-06-06 | 1 | -2/+0 |
| | | |||||
| * | Added tests which should cover all the variations of ways to call ↵ | William Deegan | 2020-06-06 | 2 | -11/+95 |
| | | | | | CompilationDatabase | ||||
| * | change CompilationDatabase from psuedo builder to builder. Add emitter to ↵ | William Deegan | 2020-06-06 | 1 | -2/+2 |
| | | | | | clear source and set default target as 'compile_commands.json'. | ||||
| * | more test updates | William Deegan | 2020-05-19 | 2 | -3/+31 |
| | | |||||
| * | Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so ↵ | William Deegan | 2020-05-19 | 2 | -0/+13 |
| couldn't be imported into compilation_db tool. Add initial bits of test and docs | |||||
