summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Boost: Add Python librariesNiklas Claesson2017-10-251-0/+3
* Boost: Jamfile has two syntaxes for boost librariesNiklas Claesson2017-10-121-0/+4
* Boost: Improve search algorithmNiklas Claesson2017-10-011-0/+180
* cmake2meson: convert varexp to lowercaseGeorg Müller2017-09-141-1/+1
* cmake2meson: strip comments from statementsGeorg Müller2017-09-141-1/+4
* cmake2meson: convert statements to lower caseGeorg Müller2017-09-141-1/+1
* Improve ac_converter to print a help message.Jussi Pakkanen2017-07-311-1/+8
* Removed unnecessary pass statements.Jussi Pakkanen2017-07-161-1/+0
* Removed duplicate key in dictionary.Jussi Pakkanen2017-07-161-1/+0
* A few typo fixes in the converter script.Jussi Pakkanen2017-06-041-2/+2
* 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
* style: fix E124 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E265 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E226 violationsIgor Gnatenko2017-01-011-2/+2
* Fix space before :.Jussi Pakkanen2016-12-312-35/+35
* Allow id to contain a pipe "|"Gautier Pelloux-Prayer2016-10-191-1/+1
* 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
* loop over `sizes'Iain Lane2016-09-041-1/+1
* 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
* 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