summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/macros.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Use shebang env pythonChris Johns2020-08-251-2/+2
* sb: Fix Python literal comparison warningsAnders Montonen2020-04-281-29/+29
* sb: Convert any unicode macro values to a string in __str__.Chris Johns2018-10-241-0/+1
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-3/+6
* sb: Convert any unicode keys to stringsChris Johns2018-02-231-3/+3
* sb: Add a defined check.Chris Johns2017-10-271-0/+3
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-21/+46
* sb: Make the source and patch labels have sortable label.Chris Johns2015-03-261-1/+1
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-8/+40
* Add bare/config and move the source-builder/config to it.Chris Johns2013-05-141-1/+2
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-1/+4
* Fix the open calls to use a host path.Chris Johns2013-05-011-2/+3
* Add a get value call for macros.Chris Johns2013-04-301-0/+6
* Fix the arguments to the locking map. All maps are locked out.Chris Johns2013-04-281-2/+2
* Make _sbdir absolute. Add locks to read maps.Chris Johns2013-04-271-12/+22
* Add macro include support. Use it for building from head.Chris Johns2013-04-261-9/+51
* Support multiple read maps.Chris Johns2013-04-201-28/+33
* Add support for snapshot testing.Chris Johns2013-04-131-16/+39
* Macros updates to support multiple maps.Chris Johns2013-04-131-14/+60
* Refactor defaults, macros and options.Chris Johns2013-04-091-0/+333