summaryrefslogtreecommitdiffstats
path: root/source-builder (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-1513-151/+321
* sb: Tighten the canadian cross compile detection.Chris Johns2014-06-151-10/+22
* sb: Improve the error handling for setbuilder errors.Chris Johns2014-06-151-6/+21
* sb: Support Linux Mint.Chris Johns2014-06-041-1/+1
* sb: Fix FreeBSD compiler support.Chris Johns2014-06-041-0/+13
* config: Fix the check to disable the gdb simulator.Chris Johns2014-06-021-1/+4
* Add support for building rtems-or1k tool-chain - fixedHesham ALMatary2014-06-021-1/+5
* sb: Fix the source option string for getopts.Chris Johns2014-06-011-1/+1
* sb: Clean up the bootstrap error handling.Chris Johns2014-05-201-11/+24
* sb: Move error report generation to the build phase.Chris Johns2014-05-152-47/+39
* sb: Fix the formatting string.Chris Johns2014-05-141-1/+1
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-1331-425/+402
* config: Add gcc-4.9.0 configuration support.Chris Johns2014-05-081-0/+41
* sb: Fix the testing commit for FreeBSD. Used this to test error reporting.Chris Johns2014-05-081-1/+1
* sb: Generate an error report on an error.Chris Johns2014-05-087-22/+120
* config: Fix the host and build options for Canadian cross builds.Chris Johns2014-05-043-36/+47
* sb:Use cc and c++ on FreeBSD 10 and higher.Chris Johns2014-04-281-0/+6
* sb: Add _host_os_version to all supported hosts.Chris Johns2014-04-105-103/+112
* sb: Fix pkg-config to handle quoted libraries.Chris Johns2014-04-082-1/+4
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-0810-54/+175
* sb: Fix git to clean before updating.Chris Johns2014-03-263-2/+8
* config: Build without zlib due to errors in psim.Chris Johns2014-03-261-0/+1
* config: Add support for gcc-4.8-branch testing.Chris Johns2014-03-261-0/+9
* config: Do not build in trace support.Chris Johns2014-02-141-1/+0
* sb: Clean up using argparse. It is not available on CentOS.Chris Johns2014-02-143-2/+2372
* config: Set the LD/DYLD temporary path for configure and make.Chris Johns2014-02-132-0/+2
* sb: Add patchworks support via the pw://... URL.Chris Johns2014-02-121-1/+9
* sb: Fixed from Fedora testing.Chris Johns2014-02-121-9/+16
* config: Set build top for pkg-config.Chris Johns2014-02-121-1/+1
* config: Disable werror because recent glibs have warnings.Chris Johns2014-02-121-0/+1
* config: Change pkgconfig to check.Chris Johns2014-02-111-6/+49
* sb: Do not scan for libraries by default.Chris Johns2014-02-111-4/+8
* sb: Check for empty flags and only add when a str.Chris Johns2014-02-111-2/+6
* sb: Remove the extra path. Use the default.Chris Johns2014-02-111-1/+0
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-113-4/+9
* sb: Add pkg-config support.Chris Johns2014-02-115-357/+763
* config: Add support to build qemu.Chris Johns2014-02-048-0/+845
* sb: Do not assume the src is valid.Chris Johns2014-02-041-3/+7
* sb: Fix downloader url parsing and add submodule git support.Chris Johns2014-02-041-8/+19
* sb: Add submodule support to the git support.Chris Johns2014-02-041-0/+5
* darwin: Default to cc and c++ for Mavrick.Chris Johns2014-02-041-16/+25
* config: Default _internal_autotools_path to nil when not an internal build.Chris Johns2014-02-042-0/+6
* Check the user's PATH environment variable.Chris Johns2014-01-301-0/+24
* Fix the link path for GDB expat test.Chris Johns2014-01-071-2/+2
* FreeBSD 10 and above no longer have /usr/bin/cvs - allow it to be found in th...Nick Withers2014-01-071-1/+7
* Use the --jobs option.Chris Johns2013-12-141-2/+2
* Catch the OSError on the process failing.Chris Johns2013-11-101-0/+3
* Add the host to the build set tar file name if no target.Chris Johns2013-11-101-1/+6
* Split FLAGS into CFLAGS and LDFLAGS.Chris Johns2013-10-261-19/+23
* Search any path for CVS on Darwin (MacOS).Chris Johns2013-10-261-0/+1