aboutsummaryrefslogtreecommitdiff
path: root/builder.py
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen1-117/+0
2013-02-17Don't chdir into build directory because that causes regereration of parser d...Jussi Pakkanen1-1/+0
2013-02-16Ninja is now the default generator.Jussi Pakkanen1-1/+1
2013-02-16Regenerate build info if definition files change.Jussi Pakkanen1-8/+6
2013-02-10Added command line arguments for build type and stripping.Jussi Pakkanen1-0/+8
2013-02-10Can print version string.Jussi Pakkanen1-1/+3
2013-02-10More hinkkaamista of command line help.Jussi Pakkanen1-2/+3
2013-02-10Even betterer command line help.Jussi Pakkanen1-6/+12
2013-02-10Better help.Jussi Pakkanen1-1/+3
2013-02-06Use relative paths for file names.Jussi Pakkanen1-0/+1
2013-02-06Support for multiple backends.Jussi Pakkanen1-1/+7
2013-02-06Renamed generators file.Jussi Pakkanen1-2/+2
2013-02-03Better command line help.Jussi Pakkanen1-1/+2
2013-01-27Renamed parser.py so it does not shadow the internal parser module.Jussi Pakkanen1-2/+2
2013-01-14Can generate configure files.Jussi Pakkanen1-1/+1
2013-01-13Start work on descending to subdirectories.Jussi Pakkanen1-4/+3
2013-01-12Can install Man files.Jussi Pakkanen1-0/+1
2013-01-12Added target install option.Jussi Pakkanen1-1/+4
2013-01-11Extracted build data to its own class.Jussi Pakkanen1-9/+11
2013-01-01Moved compiler detection inside Environment.Jussi Pakkanen1-1/+1
2013-01-01Put temporary stuff in a scratch directory.Jussi Pakkanen1-1/+1
2013-01-01Remove useless compiler variable.Jussi Pakkanen1-3/+1
2013-01-01Can generate full build projects.Jussi Pakkanen1-1/+15
2012-12-26Renamed main file.Jussi Pakkanen1-0/+76
2012-12-26Renamed the parser file.Jussi Pakkanen1-153/+0
2012-12-25Empty function call arguments work.Jussi Pakkanen1-1/+2
2012-12-25Remove quotation from strings.Jussi Pakkanen1-1/+5
2012-12-25Assign expressions to statements.Jussi Pakkanen1-1/+1
2012-12-25Parse slightly more.Jussi Pakkanen1-10/+8
2012-12-25Parses something.Jussi Pakkanen1-13/+17
2012-12-25Started working on the parser part.Jussi Pakkanen1-3/+69
2012-12-23Update line numbers.Jussi Pakkanen1-2/+9
2012-12-23Detect braces.Jussi Pakkanen1-1/+5
2012-12-23Detect brackets.Jussi Pakkanen1-0/+5
2012-12-23Allow whitespace in EOL continuation.Jussi Pakkanen1-2/+2
2012-12-23Detect strings and end-of-lines.Jussi Pakkanen1-3/+9
2012-12-23Tokenize strings.Jussi Pakkanen1-2/+4
2012-12-23Created simple parser.Jussi Pakkanen1-1/+36
2012-12-23Start of project.Jussi Pakkanen1-0/+21