summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/options.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Change default prefix4.9Sebastian Huber2019-01-221-0/+6
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-1/+8
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-5/+3
* sb: Report platform import errors.Chris Johns2016-03-081-0/+2
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-46/+55
* VERSION is an INI format file.Chris Johns2015-12-111-0/+5
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-3/+2
* sb. Add VERSION support for releasing the RSB.Chris Johns2015-12-031-1/+8
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-5/+30
* Revert "add basic support for OpenBSD"Chris Johns2015-06-221-3/+0
* add basic support for OpenBSDKarel Gardas2015-06-221-0/+3
* sb: Do not accept an extra separate option for --with/--without.Chris Johns2015-03-201-6/+5
* Add options support for --with/--without processing. Add --with-download supp...Chris Johns2015-02-181-6/+43
* Detect a Cxc build from the options and automatically disabled installing.Chris Johns2015-01-181-0/+13
* sb: Provide a default log if none is provided.Chris Johns2014-10-311-1/+2
* add support for i386-solaris2 platformKarel Gardas2014-10-071-0/+3
* sb: Generate an error report on an error.Chris Johns2014-05-081-2/+12
* sb: Fix git to clean before updating.Chris Johns2014-03-261-1/+1
* sb: Add options log_info.Chris Johns2013-09-031-6/+12
* sb: Add NetBSD support.Ivan Temp2013-09-011-0/+3
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+2
* Clean the paths passed as args.Chris Johns2013-05-171-1/+1
* Add bare/config and move the source-builder/config to it.Chris Johns2013-05-141-3/+6
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-0/+8
* Produce a better error message if the host support code does not load.Chris Johns2013-05-011-3/+6
* Add options help.Chris Johns2013-04-301-1/+2
* Add user private macro loading.Chris Johns2013-04-301-1/+13
* Refactor the logging support.Chris Johns2013-04-211-17/+27
* Add the --regression option.Chris Johns2013-04-161-0/+10
* PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns2013-04-151-3/+0
* PR 2115 - Fix checking when the path does not fully exist.Chris Johns2013-04-151-1/+1
* PR 2116 - Fix the option parsing to handle both ' ' and '='.Chris Johns2013-04-151-2/+2
* PR 2115 - Check prefix path write access before starting to build.Chris Johns2013-04-151-0/+11
* Add --no-download to disable the downloader.Chris Johns2013-04-151-26/+31
* Fix options bug when the macro file is not found.Chris Johns2013-04-131-1/+1
* Add --macros option to load macro files.Chris Johns2013-04-131-1/+32
* Refactor defaults, macros and options.Chris Johns2013-04-091-0/+458