Commit Graph

12 Commits

Author SHA1 Message Date
Chris Hennes
99cd277a93 Tools: Apply pre-commit autoformatting 2023-04-22 13:07:06 -05:00
luzpaz
79e150a81b Fix trailing whitespace, typos, headers
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
wmayer
0672b879c6 dist-git: make script working again for Py3 and Linux 2021-10-30 14:50:00 +02:00
Chris Hennes
62bfb44a0d [Tools] Fix static analyis issues
This commit addresses issues identified by LGTM for the various
independent (and mostly-independent) files in the Tools subdirectory.
The vast majority of the issues are trivial, and are things like unused
imports or catching BaseException. There was one true bug identified, a
global variable being changed in a function where it was not marked
global, but it only affected output quantity (the variable is named
"VERBOSE"). A couple of other issues identified variables that appear to
represent no-longer-existing options in the code. The options were left,
but a deprecation printout replaces the variable in the event the option
is provided.
2021-02-28 17:53:04 +01:00
looooo
64002161d6 py3: tools: 2to3 2018-05-23 19:13:54 +02:00
Peter Lama
00b9f8e1d4 + get version number from Version.h 2015-04-01 12:02:51 +02:00
Yorik van Havre
178a8808ae updated version number in makedist script 2014-07-04 20:33:08 -03:00
wmayer
fbb17d1b8b 0000787: Patch for Space navigator support on windows 2012-07-06 13:02:09 +02:00
wmayer
64cc3265e1 Fix a couple of dfsg issues 2012-06-21 12:09:52 +02:00
wmayer
5d21a18504 Add distcheck target for GCC and MinGW 2012-02-08 13:50:47 +01:00
wmayer
a272d42152 Make dist target also working on Windows, add distdfsg target 2012-02-07 16:49:00 +01:00
wmayer
88c3e48ba3 Add makedist script and custom build target 2012-02-05 17:44:11 +01:00