summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb/setbuilder: Correctly create build set tar filesChris Johns2022-09-091-2/+3
* sb/config: Correctly handle multiple config pathsChris Johns2022-09-091-27/+25
* sb: %if checks are numeric if the left and right values are numbersChris Johns2022-04-261-34/+35
* sb/config.py: Fix operator reconstructionRicardo Cárdenes2021-03-111-3/+3
* sb/config.py: Fix relational operatorVijay Kumar Banerjee2021-03-101-1/+1
* sb: Fix the imports on Python2Chris Johns2020-08-281-2/+1
* sb: Use shebang env pythonChris Johns2020-08-251-7/+9
* sb/track: Add a command to track build sets.Chris Johns2020-08-101-35/+52
* sb: Fix Python literal comparison warningsAnders Montonen2020-04-281-1/+1
* sb/config: Add paths checks to %{path ...}Chris Johns2020-03-031-11/+37
* sb/config: Expanded nested shell commandsChris Johns2020-03-031-2/+7
* sb/config: Add support for line continuation.Chris Johns2019-10-271-2/+14
* sb/config: Escape double quotes on Windows for shell macrosChris Johns2019-09-061-2/+5
* sb/config: Add triplet processing command.Chris Johns2019-07-211-0/+31
* rtems: Add kernel, libbsd and BSP building as packages.Chris Johns2019-07-211-35/+39
* sb/config: Fix GDB probes when using python-config.Chris Johns2019-07-211-11/+36
* sb/config: Fix os and arch conditional logic.Chris Johns2019-05-071-3/+6
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-17/+31
* sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns2018-09-281-1/+12
* sb/config: Terminate building on an error.Chris Johns2018-04-101-6/+8
* sb: Fix 'bare' builds with --trace.Chris Johns2017-06-261-1/+2
* sb: Do not filter -f options from a BSP.Chris Johns2016-04-151-1/+1
* sb: fix the if logic to handle directives in if statements.Chris Johns2016-03-191-19/+61
* sb: Fix vairable type in _if.Chris Johns2016-03-181-1/+1
* sb: Fix op parsing bug where the string was not created.Chris Johns2016-03-181-0/+2
* sb: Fix %if logical OP parsing.Chris Johns2016-03-181-3/+9
* bare: Update qemu package source hashes that are missing.Chris Johns2016-03-171-0/+4
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-12/+69
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-19/+22
* Remove the warning when undefining an undefined macro.Chris Johns2015-12-111-2/+0
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-30/+38
* sb: Expand each data line.Chris Johns2015-06-051-0/+1
* sb: Fix the if logic for parameters.Chris Johns2014-08-231-3/+10
* rtems-4.11: Fix building the SPARC simulator.Chris Johns2014-08-211-1/+1
* Add checksum support for downloaded files.Chris Johns2014-07-291-2/+11
* sb: Trace relative paths for nesting configs.Chris Johns2014-06-171-16/+24
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-61/+140
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-0/+12
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-081-23/+37
* config: Change pkgconfig to check.Chris Johns2014-02-111-6/+49
* sb: Add pkg-config support.Chris Johns2014-02-111-0/+28
* sb: Fix the config _parse args.Chris Johns2013-09-031-1/+1
* sb: Fix nesting if statements.Chris Johns2013-09-031-68/+89
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+8
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-1/+5
* Add a function to return the config file name.Chris Johns2013-04-291-0/+3
* Fix the trace message for _disable.Chris Johns2013-04-281-1/+1
* Add '%disable select' to turn off the macros maps.Chris Johns2013-04-271-1/+15
* Refactor the logging support.Chris Johns2013-04-211-39/+32
* Add a %testing section to the configuration files.Chris Johns2013-04-151-1/+5