summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Expand)AuthorAgeFilesLines
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-051-1/+1
* LaTeX scanner: Remove obsolete commentLukas Schrangl2019-07-031-7/+0
* LaTeX scanner: Find > 1 includes per lineLukas Schrangl2019-07-022-1/+16
* Use more idiomatic PythonMats Wichmann2019-06-061-3/+3
* Fix some regexes for Python 3.8 complaintsMats Wichmann2019-05-133-3/+3
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-281-3/+3
|\
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-3/+3
* | Merge pull request #3360 from mwichmann/isnotWilliam Deegan2019-04-281-1/+1
|\ \
| * | Some more lint-derived cleanupsMats Wichmann2019-04-271-1/+1
| |/
* | Merge pull request #3359 from bdbaddog/fortran_issue_3135William Deegan2019-04-272-82/+89
|\ \ | |/ |/|
| * Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.Peter Diener2019-04-261-5/+8
| * Fix Issue #3135 - Also add tests to check that emitter is properly processing...William Deegan2019-04-251-3/+4
| * PEP8 plus switch to unittest.main() when running directlyWilliam Deegan2019-04-251-71/+69
| * Use raw strings in regexes.Peter Diener2019-03-061-3/+3
| * Fix issue #3135.Peter Diener2019-03-041-12/+17
* | Clean up some file opens, regex stringsMats Wichmann2019-03-072-6/+6
|/
* A few syntax cleanupsMats Wichmann2018-10-032-9/+9
* Stop using deprecated unittest assertsMats Wichmann2018-09-257-32/+32
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-125-31/+5
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-112-10/+10
* Fix many epydoc warningsWilliam Deegan2017-09-012-10/+18
* Remove ancient Aegis revision control system filesJane Doe2017-05-301-5/+0
* PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files whic...William Deegan2017-05-263-18/+64
* py2/3 Remove pdf from list of files to scan. This was causing errors as the ...William Deegan2017-04-061-1/+4
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-2/+2
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-111-1/+1
* Merged in ricklupton/scons (pull request #374)William Deegan2016-11-252-31/+82
|\
| * Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-232-31/+82
* | Fixes for str/bytes in Scanners: resolves ~150 tests.William Blevins2016-10-021-2/+2
* | Revert src/engine/SCons/Scanner/Fortran.py changes.William Blevins2016-09-241-6/+6
* | Initial python3 cut of test/Fortran.William Blevins2016-09-231-6/+6
* | Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
|/
* Updated selective test to remove impurity from a selection rename.William Blevins2016-08-121-1/+1
* Added multiline support test.William Blevins2016-08-121-0/+11
* Issue 1924: Updated D Language scanner support.William Blevins2016-08-112-8/+279
* wrap several frequently-used open() calls in with statementsDaniel Holth2016-06-151-3/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-2410-33/+119
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-103-3/+3
| * Issue 2264: Added cross-language scanner support.William Blevins2015-05-171-0/+45
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-264-19/+22
| * Add comment for a case where LIBS (or part of it) is an objectAlexey Klimkin2015-01-271-0/+1
| * Improve readability of LIB substitution codeAlexey Klimkin2015-01-202-16/+17
| * Fix incomplete LIBS flattening and substitution in Program scannerAlexey Klimkin2015-01-142-3/+39
* | Merged with [default]Stefan Zimmermann2014-03-319-39/+32
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-218-37/+30
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-312-4/+4
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-316-11/+8
* | fix for cpp scanner (maybe)ndbecker22013-09-091-1/+2
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-1/+1