aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix static buildChristian Kandeler2019-10-1030-41/+80
* Merge 1.14 into masterChristian Kandeler2019-10-087-126/+192
|\
| * Darwin: Adapt to Xcode 11Christian Kandeler2019-10-043-19/+21
| * baremetal: Add missed output artifacts for SDCC compilerDenis Shienkov2019-10-012-61/+92
| * baremetal: Fix missed linker artifact for C51 compilerDenis Shienkov2019-09-302-55/+50
| * baremetal: Handle missed 'driverLinkerFlags' property for SDCCDenis Shienkov2019-09-301-1/+3
| * baremetal: Fix assembler command for SDCC compilerv1.14.0Denis Shienkov2019-09-271-2/+4
* | Disable glib event dispatcher in bionic Docker imageRichard Weickelt2019-10-072-1/+4
* | Refactor the map file generation propertyDenis Shienkov2019-10-0114-37/+25
* | JSON API: Force binary mode for stdout on WindowsChristian Kandeler2019-09-301-0/+15
* | Merge 1.14 into masterChristian Kandeler2019-09-268-22/+94
|\|
| * Darwin: More filtering in SDK directoryChristian Kandeler2019-09-261-0/+3
| * baremetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-232-18/+49
| * Add how-to about ccacheKai Koehne2019-09-162-1/+32
| * Fix MSVC warningsOrgad Shaneh2019-09-132-2/+2
| * Fix Qt module-provider for Qt5.13.1 and beyondRichard Weickelt2019-09-081-1/+1
* | Evaluate probes before Profile itemsRichard Weickelt2019-09-254-3/+29
* | Bump Qt version to 5.12.5 for automated buildsRichard Weickelt2019-09-232-8/+10
* | baremetal: Change order for input parameters of addOptionsGroup() methodDenis Shienkov2019-09-2329-373/+372
* | Introduce the session commandChristian Kandeler2019-09-1856-36/+3477
* | Allow build of at least the html docs when cross-compilingRichard Weickelt2019-09-021-1/+3
* | Update Xcode version to 10.3Richard Weickelt2019-09-021-7/+2
* | Allow overlapping uid/gid in containerRichard Weickelt2019-09-021-2/+2
* | Merge 1.14 into masterChristian Kandeler2019-08-301-1/+2
|\|
| * Autotests: Work around compression bug in 5.13.0Christian Kandeler2019-08-301-1/+2
* | baremetal: Long live the IAR EW project generator for MSP430Denis Shienkov2019-08-2820-2/+2115
* | Merge "Merge 1.14 into master"The Qt Project2019-08-288-1/+53
|\ \
| * | Merge 1.14 into masterChristian Kandeler2019-08-268-1/+53
| |\|
| | * Process Command: Do not needlessly interpret output as textChristian Kandeler2019-08-268-1/+53
* | | Add Ubuntu 18.04 Docker imageRichard Weickelt2019-08-274-12/+308
|/ /
* | Fix wrong capitalization of Windows-specific header fileRichard Weickelt2019-08-231-1/+1
* | Clean up version treatment in cpp moduleRichard Weickelt2019-08-232-21/+11
* | Switch to Qt installer script in Docker containerRichard Weickelt2019-08-234-142/+41
* | baremetal: Add support for GCC to msp430f5529 exampleDenis Shienkov2019-08-234-0/+21
* | baremetal: Add new MSP430 architecture to GCC toolchainDenis Shienkov2019-08-221-0/+2
* | Bump versionChristian Kandeler2019-08-211-1/+1
* | baremetal: Remove unused method in IAREW STM8 generatorDenis Shienkov2019-08-201-1/+0
* | baremetal: Fix typo at data model detection in IAREW STM8 generatorDenis Shienkov2019-08-201-1/+1
* | baremetal: Long live the KEIL UV project generator for ARMDenis Shienkov2019-08-2033-37/+1964
* | baremetal: Improve JS code in SDCC module a bitDenis Shienkov2019-08-193-72/+123
* | baremetal: Improve JS code in KEIL module a bitDenis Shienkov2019-08-193-176/+273
* | baremetal: Fix KEIL assembler file tagsDenis Shienkov2019-08-191-8/+1
* | baremetal: Fix IAR assembler file tagsDenis Shienkov2019-08-191-8/+1
* | baremetal: Improve JS code in IAR module a bitDenis Shienkov2019-08-193-291/+324
* | Use different names for virtual functions in INodeVisitorIvan Komissarov2019-08-1617-48/+48
* | baremetal: Add example for MSP-EXP430F5529LP boardDenis Shienkov2019-08-159-0/+518
* | baremetal: Auto-detect IAR toolchain for MSP430 architecture on WindowsDenis Shienkov2019-08-151-2/+7
* | baremetal: Add IAR MSP430 toolchain supportDenis Shienkov2019-08-153-5/+42
* | More autotest fixesChristian Kandeler2019-08-152-0/+2
* | C++: Add support for clang on WindowsChristian Kandeler2019-08-1421-159/+454