Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and ↵ | William Deegan | 2021-01-15 | 1 | -9/+6 |
| | | | | doesn't make sense. Use SHLIBVERSION instead. TODO: Fix soname generation for command line | ||||
* | syntax fixups suggested by PyCharm | Mats Wichmann | 2019-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Drop unneeded parens. Drop trailing semicolons. Triple double-quote docstrings. Regexes drop unneeded escapes. Spaces around parens, braces: remove/add. Some one-tuples get their missing closing comma. A couple of sets use set init syntax {foo} instead of set([iter]) now. And a fiddle in Node to reduce lookup time on md5 signature functions (came about because of a line-too-long issue, initially) Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 1 | -1/+1 |
| | | | | quite some time | ||||
* | Amend the executable search support function to use the default SCons path only. | Russel Winder | 2014-09-06 | 1 | -8/+29 |
| | |||||
* | The changes to the D support evolved over the last many months packaged as a ↵ | Russel Winder | 2014-04-16 | 2 | -0/+67 |
single changeset. |