- 10 Feb, 2019 1 commit
-
-
Hisham Muhammad authored
as reported by lgtm.com
-
- 05 Apr, 2018 1 commit
-
-
volkov-am authored
Header creation fails with non-utf8 locale and python3. Simply set LC_ALL="C" and use python3 to reproduce the issue. env LC_ALL="C" ./scripts/MakeHeader.py MetersPanel.c Traceback (most recent call last): File "./scripts/MakeHeader.py", line 32, in <module> for line in file.readlines(): File "/usr/lib64/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 956: ordinal not in range(128) This changes is python2 and python3 compatible cStringIO.StringIO module is removed because it is not able to accept unicode strings https://docs.python.org/2/library/stringio.html#cStringIO.StringIO
-
- 27 Jul, 2017 1 commit
-
-
guoci authored
-
- 21 Apr, 2017 1 commit
-
-
Diederik de Groot authored
Only write a new .h file if something changed for the header file being created. This prevents a lot of recompilation during development
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 20 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 17 Jan, 2014 1 commit
-
-
Robert Rosengren authored
-
- 26 Dec, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 10 Aug, 2007 1 commit
-
-
- 17 May, 2007 1 commit
-
-
Hisham Muhammad authored
-
- 06 Jun, 2006 1 commit
-
-
Hisham Muhammad authored
using the 'static' storage class instead. Automatically generates 'extern' declarations in headers for non-static data.
-
- 05 Jun, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 23 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-