index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builder.py
Age
Commit message (
Expand
)
Author
2013-02-16
Ninja is now the default generator.
Jussi Pakkanen
2013-02-16
Regenerate build info if definition files change.
Jussi Pakkanen
2013-02-10
Added command line arguments for build type and stripping.
Jussi Pakkanen
2013-02-10
Can print version string.
Jussi Pakkanen
2013-02-10
More hinkkaamista of command line help.
Jussi Pakkanen
2013-02-10
Even betterer command line help.
Jussi Pakkanen
2013-02-10
Better help.
Jussi Pakkanen
2013-02-06
Use relative paths for file names.
Jussi Pakkanen
2013-02-06
Support for multiple backends.
Jussi Pakkanen
2013-02-06
Renamed generators file.
Jussi Pakkanen
2013-02-03
Better command line help.
Jussi Pakkanen
2013-01-27
Renamed parser.py so it does not shadow the internal parser module.
Jussi Pakkanen
2013-01-14
Can generate configure files.
Jussi Pakkanen
2013-01-13
Start work on descending to subdirectories.
Jussi Pakkanen
2013-01-12
Can install Man files.
Jussi Pakkanen
2013-01-12
Added target install option.
Jussi Pakkanen
2013-01-11
Extracted build data to its own class.
Jussi Pakkanen
2013-01-01
Moved compiler detection inside Environment.
Jussi Pakkanen
2013-01-01
Put temporary stuff in a scratch directory.
Jussi Pakkanen
2013-01-01
Remove useless compiler variable.
Jussi Pakkanen
2013-01-01
Can generate full build projects.
Jussi Pakkanen
2012-12-26
Renamed main file.
Jussi Pakkanen
2012-12-26
Renamed the parser file.
Jussi Pakkanen
2012-12-25
Empty function call arguments work.
Jussi Pakkanen
2012-12-25
Remove quotation from strings.
Jussi Pakkanen
2012-12-25
Assign expressions to statements.
Jussi Pakkanen
2012-12-25
Parse slightly more.
Jussi Pakkanen
2012-12-25
Parses something.
Jussi Pakkanen
2012-12-25
Started working on the parser part.
Jussi Pakkanen
2012-12-23
Update line numbers.
Jussi Pakkanen
2012-12-23
Detect braces.
Jussi Pakkanen
2012-12-23
Detect brackets.
Jussi Pakkanen
2012-12-23
Allow whitespace in EOL continuation.
Jussi Pakkanen
2012-12-23
Detect strings and end-of-lines.
Jussi Pakkanen
2012-12-23
Tokenize strings.
Jussi Pakkanen
2012-12-23
Created simple parser.
Jussi Pakkanen
2012-12-23
Start of project.
Jussi Pakkanen