summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Added more functions to the list of checks.Jussi Pakkanen2017-06-041-0/+143
|
* cleanup: Unbound local variableMike Sinkovsky2017-01-181-0/+1
|
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-3/+3
|
* cleanup: Redundant character escapeMike Sinkovsky2017-01-181-1/+1
|
* style: [E1**] IndentationMike Sinkovsky2017-01-111-2/+3
|
* style: [E301] expected 1 blank line, found 0Mike Sinkovsky2017-01-111-0/+1
|
* style: fix E703 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E703: statement ends with a semicolon Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* style: fix E124 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E124: closing bracket does not match visual indentation Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* style: fix E265 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* style: fix E226 violationsIgor Gnatenko2017-01-011-2/+2
| | | | | | E226: missing whitespace around arithmetic operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Fix space before :.Jussi Pakkanen2016-12-312-35/+35
|
* Allow id to contain a pipe "|"Gautier Pelloux-Prayer2016-10-191-1/+1
| | | For instance in [color](https://github.com/bagage/color/blob/master/tests/CMakeLists.txt#L26) project tests contains a `|` character.
* cmake2meson.py: Fix missing quote around options type/nameGautier Pelloux-Prayer2016-10-181-4/+4
|
* tools/ac_converter: couple of trivial fixes (#867)Igor Gnatenko2016-10-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | W: 31, 4: Duplicate key 'HAVE_UNSETENV' in dictionary (duplicate-key) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> * tools/ac_converter: fix undefined variable 'func' E:283,11: Undefined variable 'func' (undefined-variable) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> * tools/ac_converter: use spaces properly in HAVE_SOCKET C: 97, 0: Exactly one space required after comma 'HAVE_SOCKET' : ('socket',' sys/socket.h'), ^ (bad-whitespace) This also might cause some issue after conversion. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* loop over `sizes'Iain Lane2016-09-041-1/+1
| | | | | | | | | | | I ran `ac_converter.py`, and it crashed ``` Traceback (most recent call last): File "ac_converter.py", line 299, in <module> for elem, typename in size: ``` I think it's a typo like this.
* Use context manager in scripts.Elliott Sales de Andrade2016-08-302-65/+97
|
* Use our config template rather than Autoconf's.Jussi Pakkanen2016-08-141-1/+1
|
* A few more checks for ac converter tool.Jussi Pakkanen2016-08-131-0/+5
|
* Convert socket checks.Jussi Pakkanen2016-07-281-0/+1
|
* A few more checks for converter.Jussi Pakkanen2015-11-201-0/+4
|
* More checks for converter.Jussi Pakkanen2015-11-121-0/+53
|
* Moved new ac converter from wrap repo and made shebang line use env. Closes ↵Jussi Pakkanen2015-09-043-123/+218
| | | | #256.
* Convert project name.Jussi Pakkanen2014-06-141-0/+6
|
* Convert some pkg-config declarations.Jussi Pakkanen2014-06-141-1/+15
|
* Some simple autoconf parsing.Jussi Pakkanen2014-06-141-6/+29
|
* Simple target converter.Jussi Pakkanen2014-06-131-2/+20
|
* Traverse the entire autotools tree.Jussi Pakkanen2014-06-131-2/+14
|
* Skeleton for converting autotools projects.Jussi Pakkanen2014-06-131-0/+49
|
* Convert test declarations.Jussi Pakkanen2014-06-041-0/+2
|
* Convert library targets.Jussi Pakkanen2014-06-041-0/+11
|
* Convert executable command.Jussi Pakkanen2014-06-041-0/+2
|
* Convert build options.Jussi Pakkanen2014-06-041-0/+31
|
* More convertisizising.Jussi Pakkanen2014-06-041-5/+13
|
* Working if else indents.Jussi Pakkanen2014-06-041-3/+20
|
* Convert function arguments.Jussi Pakkanen2014-06-041-2/+25
|
* Convert a few more functions, can generate a simple skeleton.Jussi Pakkanen2014-06-021-3/+19
|
* Convert some function types.Jussi Pakkanen2014-06-021-17/+21
|
* Comments are converted. Yay!Jussi Pakkanen2014-06-021-7/+23
|
* Converter is a class.Jussi Pakkanen2014-06-011-18/+27
|
* Store whole token.Jussi Pakkanen2014-06-011-3/+3
|
* Some moar fixing.Jussi Pakkanen2014-06-011-4/+3
|
* Work further into LLVM parsing.Jussi Pakkanen2014-06-011-9/+23
|
* Better error message.Jussi Pakkanen2014-05-311-2/+5
|
* Count line and column numbers.Jussi Pakkanen2014-05-311-3/+4
|
* Regexp fine tuning, can not parse LLVM yet.Jussi Pakkanen2014-05-311-2/+2
|
* Recurse to subdirectories.Jussi Pakkanen2014-05-311-3/+7
|
* Can parse a basic CMake list.Jussi Pakkanen2014-05-251-9/+61
|
* Can now lex all of libcolumbus.Jussi Pakkanen2014-05-251-1/+4
|
* Parse some code.Jussi Pakkanen2014-05-251-1/+61
|
* Experiment on writing a CMake converter.Jussi Pakkanen2014-05-251-0/+19