summaryrefslogtreecommitdiffstats
path: root/builder.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-23builder.py: Fix addition of plain text filesSebastian Huber1-1/+1
2021-06-16builder.py: Only disable tests if they are thereChristian Mauderer1-1/+2
2020-09-30waf: Fix test module dependency checkChris Johns1-8/+14
2020-09-16waf: Implement module dependency checking in the build systemChris Johns1-17/+97
2020-09-16build: Separate the kernel and user land include pathsChris Johns1-141/+195
2020-09-16waf: Add a config reportChris Johns1-22/+59
2020-09-16waf: Reformat to PEP8 using yapfChris Johns1-166/+292
2020-03-05waf: Change the test configure check for libdebugger to it's libChris Johns1-3/+27
2019-04-04builder.py: Add case for plain text files.Christian Mauderer1-0/+8
2019-02-18builder.py: Accept C++ source filesSebastian Huber1-2/+2
2018-08-27Allow *.c as kernel space header filesSebastian Huber1-2/+8
2018-08-01waf: Allow to only generate lex and yacc.Christian Mauderer1-4/+8
2018-05-04waf: Allow to add libs per test.Christian Mauderer1-4/+7
2018-05-03buildset: Add minimal and everything config.Christian Mauderer1-0/+1
2018-04-10waf: Add configurations with different modules.Christian Mauderer1-6/+7
2018-04-10freebsd-to-rtems.py: Use all modules.Christian Mauderer1-2/+6
2018-04-10waf: Fix freebsd-to-rtems.py.Christian Mauderer1-0/+153
2018-04-10waf: Refactor libbsd.py to support per module generation.Chris Johns1-3/+24
2018-04-10waf: Support building from libbsd.py directly from waf.Chris Johns1-149/+9
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao1-0/+1
2017-10-24Remove ability to synchronize with LinuxSebastian Huber1-10/+9
2017-10-23Install Linux header filesSebastian Huber1-0/+1
2017-10-23waf: Install arch-specific header filesSebastian Huber1-0/+1
2017-10-23Import DPAA driver snapshotSebastian Huber1-0/+2
2017-10-20scripts: Support CPU-dependent RTEMS source filesSebastian Huber1-0/+15
2017-10-20scripts: Support Linux importSebastian Huber1-0/+39
2017-10-20scripts: Generalize namesSebastian Huber1-28/+28
2017-10-16Install libpcap header filesSebastian Huber1-0/+2
2017-10-02Allow to set optimization level during configure.Christian Mauderer1-2/+1
2017-08-20Port openssl to RTEMS.Sichen Zhao1-0/+58
2017-08-20waf: Move glob operator ** to builder.pyChristian Mauderer1-13/+13
2017-08-20waf_generator: Copy headers if necessary.Christian Mauderer1-0/+14
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber1-1/+0
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-3/+0
2017-02-21C11/C++11 are the default for the RTEMS 4.12 GCCSebastian Huber1-2/+2
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer1-0/+1
2017-01-17ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer1-0/+2
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-2/+2
2016-11-14Use -Wno-pointer-signSebastian Huber1-1/+2
2016-10-13Fix FreeBSD source file reverse conversionSebastian Huber1-0/+2
2016-10-13Remove AppleTalk supportSebastian Huber1-1/+0
2016-05-31Add a stats report command.Chris Johns1-10/+86
2016-05-30Directly use <sys/_types.h> provided by NewlibSebastian Huber1-1/+0
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber1-1/+0
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber1-1/+0
2016-05-04Fix coding to be CamelCase.Chris Johns1-36/+36
2016-05-04Add sys/rpc so it is installed.Chris Johns1-0/+1
2016-04-27waf: Refector the builder to work with Python3 and UTF-8 source files.Chris Johns1-124/+212
2016-04-18Add RTEMS version support, update all python to 2 and 3.Chris Johns1-9/+20
2015-11-12Use optimization level -O2Sebastian Huber1-1/+1