History for mbed-os / workspace_tools / build_api.py
2016-02-25
@Brian Daniels
Adding the ability for tests to report they aren't supported on a target
Brian Daniels committed on 25 Feb 2016
2016-02-11
@sg-
Remove all references and use of code sourcery GCC in docs, build and export scripts
sg- committed on 11 Feb 2016
2015-11-24
@Brian Daniels
Adding vendor porperty to reports, handling that in upload script
Brian Daniels committed on 24 Nov 2015
2015-11-13
@Brian Daniels
Fixing build issue
Brian Daniels committed on 13 Nov 2015
2015-11-12
@Brian Daniels
Fixing import issues with build.py
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Using description for build reports
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Simplifying and reducing code
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
adding build output to build report
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Consolidating reporting in build_release and test_api
Brian Daniels committed on 12 Nov 2015
2015-05-02
@Przemek Wirkus
Small improvements to reporting build failures
Przemek Wirkus committed on 2 May 2015
2015-04-13
@Brian Daniels
Removed comments
Brian Daniels committed on 13 Apr 2015
@Brian Daniels
Broke apart some template stuff, added tests-build report
Brian Daniels committed on 13 Apr 2015
@Brian Daniels
Changing Jenkins HTML build output
Brian Daniels committed on 13 Apr 2015
@Brian Daniels
Moved printing into build_api
Brian Daniels committed on 13 Apr 2015
@Jeremy Brodt
Added copying of library files.
Jeremy Brodt committed on 13 Apr 2015
2015-02-16
@Martin Kojtal
Merge pull request #900 from PrzemekWirkus/host_test_autodetection ...
Martin Kojtal committed on 16 Feb 2015
2015-02-10
@Przemek Wirkus
Added coloram module import ...
Przemek Wirkus committed on 10 Feb 2015
2015-02-04
@GustavWi
Added IAR support for NRF51822. IAR's linker can not merge hex files as a section only binarys. I added a binary under TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR that represents the soft_device. I added support in the python scripts to also copy binaries to the build/mbed dir and also added support for the exporter to copy binaries from resources into the exported zip file.
GustavWi committed on 4 Feb 2015
2014-12-03
@Przemek Wirkus
Modified make.py so now parameter --silent suppreses Copy / Compile messages leaaving only Warning / Errors / build product info
Przemek Wirkus committed on 3 Dec 2014
@Przemek Wirkus
Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed
Przemek Wirkus committed on 3 Dec 2014
2014-11-11
@Przemek Wirkus
Fixed issue with compilation related to other platforms. None object was iterable.
Przemek Wirkus committed on 11 Nov 2014
@Przemek Wirkus
Added extra includes for CPPUTEST library - in CppUTest library structure we only include from include/CppUTest and we do not use other functionality
Przemek Wirkus committed on 11 Nov 2014
2014-09-25
@Przemek Wirkus
Added HTML reporting feature, switch --report-html FILENAME to singletest.py so now users can export test results to external HTML file. This feature can be used to display HTML reports on CI dashboards
Przemek Wirkus committed on 25 Sep 2014
@Przemek Wirkus
Minor modifications to test api scripts
Przemek Wirkus committed on 25 Sep 2014
2014-08-15
@Przemek Wirkus
Test bugfix: bugfixed RTOS (mutex, semaphore) - not thread safe stdio causes test result prints to be interrupted by threads' printing ...
Przemek Wirkus committed on 15 Aug 2014
2014-08-07
@Przemek Wirkus
Removed repeated lines from Copyright disclaimer/preamble
Przemek Wirkus committed on 7 Aug 2014
@Bogdan Marinescu
Added 'jobs' argument to static_analysis_scan_lib
Bogdan Marinescu committed on 7 Aug 2014
@Bogdan Marinescu
Propagated 'jobs' argument to build_lib
Bogdan Marinescu committed on 7 Aug 2014
2014-08-05
@Mihail Stoyanov
Merge branch 'master' of https://github.com/mbedmicro/mbed ...
Mihail Stoyanov committed on 5 Aug 2014
2014-08-04
@Przemek Wirkus
Refactoring: created test_api.py and moved test code and classes to separate test api file. Prepareing to add MPS2 reset functionality
Przemek Wirkus committed on 4 Aug 2014