Ivan Kravets
a2451a716d
PIO Home 3.0 with Project Inspect
2019-10-25 20:01:31 +03:00
Ivan Kravets
8a6892bf3c
Fixed an issue with invalid encoding when generating project for Visual Studio // Issue #3183
2019-10-25 14:33:22 +03:00
Ivan Kravets
784a5cd349
Add support for "Build Middlewares"
2019-10-25 00:33:04 +03:00
Ivan Kravets
3177aaf591
Fixed an issue when booleans in "platformio.ini" are not parsed properly // Resolve #3022
2019-10-24 19:43:13 +03:00
Ivan Kravets
234585dc97
Fixed an issue with project generator when `src_build_flags` were not respected // Resolve #3137
2019-10-24 16:39:11 +03:00
Ivan Kravets
798b12ce7b
Fixed security issue when extracting items from TAR archive // Resolve #2995
2019-10-24 14:55:45 +03:00
Ivan Kravets
7bcfea13fb
Fixed an issue with linking process when `$LDSCRIPT` contains a space in path
2019-10-17 16:52:18 +03:00
Ivan Kravets
d38c843574
Fixed an issue when installing a package using custom Git tag and submodules were not updated correctly // Resolve #3060
2019-10-02 11:52:14 +03:00
Ivan Kravets
d2abac9b18
Fixed an issue when configuration file options partly ignored when `--project-conf` // Resolve #3034 ( #3055 )
...
* Fixed an issue when configuration file options partly ignored when using custom ``--project-conf`` // Resolve #3034
* Py2 compatible makedirs
* Fix circle dependency
* Fix broken import in test examples
* Fix history
* Remove YAPF markers
* PyLint fix
* Fix invalid project conf path
* Move PIO Core to the root on Windows, issue with long CPPPATHs
* Respect global PLATFORMIO_BUILD_CACHE_DIR env var
* Fix Appveyor paths
* Minor changes
2019-09-27 14:13:53 +03:00
Ivan Kravets
5e144a2c98
Add PIO Check to changelog
2019-09-23 21:57:31 +03:00
Ivan Kravets
61b6eea52c
New "--no-ansi" flag for PIO Core
2019-09-23 20:51:02 +03:00
Ivan Kravets
7a07a2e63e
Generate `.ccls` LSP file for Emacs
2019-09-03 15:31:33 +03:00
Ivan Kravets
2c242944c7
Fixed default PIO Unified Debugger configuration for J-Link probe
2019-09-02 16:48:33 +03:00
Ivan Kravets
fe237f15aa
Implement "extends" for project configuration // Resolve #2953
2019-08-31 23:39:41 +03:00
Ivan Kravets
f966eeb604
Fixed an issue with project generator for CLion IDE when 2 environments were used // Resolve #2824
2019-08-30 16:40:44 +03:00
Ivan Kravets
9f1dd3dd5d
Bump version to 4.0.3
2019-08-30 15:41:49 +03:00
Ivan Kravets
4a6d5e8395
Added support for multi-environment PlatformIO project for CLion IDE // Resolve #2824 Resolve #2944
2019-08-29 16:26:51 +03:00
Ivan Kravets
0440b7a2f7
Disable TTY coloring with "PLATFORMIO_DISABLE_COLOR" system environment // Resolve #2956
2019-08-29 14:34:51 +03:00
Ivan Kravets
223a85baca
CCLS LSP for VIM // Resolve #2952
2019-08-29 14:20:24 +03:00
Ivan Kravets
9fa424ea9b
Remove ProjectConfig from cache on saving
2019-08-28 22:43:34 +03:00
Ivan Kravets
883a97a38c
Fixed an issue when --upload-port CLI flag does not override declared upload_port option in "platformio.ini"
2019-08-28 19:56:09 +03:00
Ivan Kravets
81fc1c9010
Fixed an issue with PIO Unified Debugger on Windows when debug server is piped
2019-08-27 20:23:03 +03:00
Ivan Kravets
94644c2863
Update SCons tool to 3.1.1
2019-08-27 00:15:58 +03:00
Ivan Kravets
cba2f4d7b6
Remove ProjectConfig cache when "platformio.ini" was modified outside
2019-08-25 18:37:14 +03:00
Ivan Kravets
20a9522542
Bump version to 4.0.2
2019-08-23 16:17:11 +03:00
Ivan Kravets
2eecbf966c
Fixed an issue with a broken LDF when checking for framework compatibility // Resolve #2940
2019-08-23 15:45:45 +03:00
Ivan Kravets
37863df67e
Bump version to 4.0.1
2019-08-22 14:25:27 +03:00
Ivan Kravets
42ee6fe96e
Fixed an issue when library.json had priority over project configuration for LDF // Resolve #2867
2019-08-19 15:54:07 +03:00
Ivan Kravets
a2830dd527
Automatically normalize file system paths to UNIX-style for Project Generator // Resolve #2857
2019-08-19 14:43:39 +03:00
Ivan Kravets
1a3720cfb9
Ability to set "databaseFilename" for VSCode and C/C++ extension // Resolve #2825
2019-08-18 00:40:59 +03:00
Ivan Kravets
78e88b6115
Update changelog
2019-08-17 22:31:41 +03:00
Ivan Kravets
3edf7e6ca8
Fixed an issue with PIO Home's "No JSON object could be decoded" // Resolve #2823
2019-08-15 21:44:07 +03:00
Ivan Kravets
6ea49910d5
Fixed an issue when "debug", "home", "run", and "test" commands were not shown in "platformio --help" CLI
2019-07-18 00:19:30 +03:00
Ivan Kravets
b0aa4c6682
Renamed "enable_ssl" setting to "strict_ssl"
2019-07-17 00:53:40 +03:00
Ivan Kravets
8059e04499
Improved computing of project check sum (structure, configuration) and avoid unnecessary rebuilding
2019-07-16 15:47:33 +03:00
Ivan Kravets
425c1fb0a8
Do not shutdown PIO Home Server for "upgrade" operations // Resolve #2784
2019-07-15 18:19:40 +03:00
Ivan Kravets
b51f2ae722
Fixed an issue with incorrect escaping of Windows slashes for PIO Unified Debugger
2019-07-15 14:20:14 +03:00
Ivan Kravets
fe210aadcf
Bump version to 4.0.0
2019-07-10 16:22:37 +03:00
Ivan Kravets
f81b1089c1
Control a number of parallel build jobs with a new -j, --jobs option
2019-07-10 13:00:51 +03:00
Ivan Kravets
412a1f78cd
Fixed an issue when generating invalid "Eclipse CDT Cross GCC Built-in Compiler Settings" if a custom PLATFORMIO_CORE_DIR is used // Resolve #806
2019-07-04 20:07:44 +03:00
Ivan Kravets
d9b6842b6a
Update history with refactored PIO Home back-end
2019-07-04 16:49:29 +03:00
Ivan Kravets
affa54e5fc
Fix an issue when lib_compat_mode = strict does not ignore libraries incompatible with a project framework
2019-07-04 16:46:54 +03:00
Ivan Kravets
4b7916c2af
Bump version to 4.0.0b1
2019-06-21 17:50:18 +03:00
Ivan Kravets
04dc6230e7
Open source PIO Unified Debugger and Unit Testing
2019-06-19 00:29:21 +03:00
Ivan Kravets
fbdfe31f17
Shared cache directory for the build derived files // Resolve #2674
2019-06-15 18:53:13 +03:00
Ivan Kravets
1ccc526960
Revert "Revert back "Look firstly in built-in library storages""
...
This reverts commit 4ae302762a .
2019-06-13 13:08:53 +03:00
Ivan Kravets
4ae302762a
Revert back "Look firstly in built-in library storages"
2019-06-13 00:42:10 +03:00
Ivan Kravets
b6688db8b7
Bump version to 4.0.0a21
2019-06-12 22:03:28 +03:00
Ivan Kravets
d5c98e4f27
Look firstly in built-in library storages for a missing dependency instead of PlatformIO Registry // Resolve #1654
2019-06-12 22:02:59 +03:00
Ivan Kravets
68a3b3f9e7
Custom platform_packages per a build environment with an option to override default // Resolve #1367
2019-06-07 17:22:02 +03:00