Commit History

Author SHA1 Message Date
  Maarten ter Huurne e9e8baf1e5 Remove support for DIR_IF_EXISTS in makeutils.py 6 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Maarten ter Huurne 45b98a663c Fixed typo in comment. 15 years ago
  Maarten ter Huurne c97d4e685b Added support for "+=" assignment operator. 15 years ago
  Maarten ter Huurne 673a02148c Workaround to stop the parser from breaking on DIR_IF_EXISTS function definition (function call was already worked around). 15 years ago
  Maarten ter Huurne 4d325a5e80 Implemented "addprefix" Make function. 15 years ago
  Maarten ter Huurne a3142cd2db Added support for our DIR_IF_EXISTS function (needed when building on OS X). 15 years ago
  Maarten ter Huurne ddb54e9665 Renamed evaluate() to evalMakeExpr(), so it is more clear what it does when it is imported into another module. 15 years ago
  Maarten ter Huurne 2530e6f7f3 Added functionality to the Makefile parser so it can evaluate some expressions. This should help in the next steps of migrating the probe code to Python. 15 years ago
  Maarten ter Huurne 434ef617ff Added support for parsing continued lines (trailing backslash). Added support for values containing spaces. 15 years ago
  Maarten ter Huurne 103e96fff7 Put common code from "buildinfo2code" and "version2code" in new module "makeutils". 16 years ago