Ivan Kravets
|
f2d206ca54
|
Fixed "RuntimeError: deque mutated during iteration"
|
2023-03-18 12:40:11 -06:00 |
|
Ivan Kravets
|
1af508272b
|
Format code with Black 23.1.0
|
2023-02-02 17:46:03 +02:00 |
|
Ivan Kravets
|
188c65ef7b
|
Show detailed library dependency tree only in the verbose mode // Resolve #4517
|
2023-01-29 14:34:54 +02:00 |
|
Ivan Kravets
|
b2a04f265e
|
Code cleanup
|
2023-01-29 14:34:06 +02:00 |
|
Ivan Kravets
|
15d53c95c0
|
Prevent shell injection when converting INO file to CPP // Resolve #4532
|
2023-01-27 21:06:13 +02:00 |
|
Ivan Kravets
|
8835a03cd9
|
Rename "InternetIsOffline" exception to "InternetConnectionError"
|
2023-01-27 20:49:59 +02:00 |
|
Ivan Kravets
|
7e6cb84c87
|
Add "env.IsCleanTarget()" to the Build API
|
2022-11-18 15:44:49 +02:00 |
|
Ivan Kravets
|
158aabbdf2
|
Improved caching of build metadata in debug mode
|
2022-08-24 12:54:35 +03:00 |
|
Ivan Kravets
|
847fdd4deb
|
Fixed an issue when the "cleanall" target removes dependencies from all working environments // Resolve #4386
|
2022-08-10 15:05:31 +03:00 |
|
Ivan Kravets
|
e2f0d96f09
|
Formatting
|
2022-08-09 15:46:19 +03:00 |
|
Ivan Kravets
|
dfffd5e97b
|
Warn about calling “env.BuildSources” in a POST-type script // Resolve #4385
|
2022-08-08 17:39:36 +03:00 |
|
Ivan Kravets
|
8c13d13f80
|
Added support for accepting the original FileNode environment in a “callback” function when using Build Middlewares // Resolve #4380
|
2022-08-08 16:51:19 +03:00 |
|
Benedikt Kleiner
|
32d501bed1
|
optionally pass env to AddBuildMiddleware callback (#4380)
|
2022-08-08 15:22:42 +03:00 |
|
Ivan Kravets
|
59902abd09
|
Keep support for legacy "IDE_EXTRA_DATA" // Resolve #4379
|
2022-08-04 10:48:37 +03:00 |
|
Ivan Kravets
|
5e8eb77090
|
Rename "platformio" conflicted tool/module name to "piobuild"
|
2022-08-01 19:49:24 +03:00 |
|
Ivan Kravets
|
a0493e6ac4
|
Handle both extra IDE data: IDE_EXTRA_DATA & INTEGRATION_EXTRA_DATA
|
2022-08-01 19:48:27 +03:00 |
|
Ivan Kravets
|
4d755f2692
|
Remove deprecated "absolute_import"
|
2022-08-01 19:47:27 +03:00 |
|
Ivan Kravets
|
fa0de1dad4
|
Switch to the official PROGPATH
|
2022-07-30 12:16:32 +03:00 |
|
Ivan Kravets
|
6653c02487
|
Use the cached "BUILD_TYPE" from env
|
2022-07-30 12:15:49 +03:00 |
|
Ivan Kravets
|
7c9e0393f8
|
Improved device port finder when using dual channel UART converter // Resolve #4367
|
2022-07-29 19:37:59 +03:00 |
|
Ivan Kravets
|
9ddf73baa6
|
Fixed an issue when escaping macros/defines for IDE integration // Resolve #4360
|
2022-07-29 17:18:21 +03:00 |
|
Ivan Kravets
|
699da0a8fb
|
Prefer global env when generating integration data
|
2022-07-29 14:58:11 +03:00 |
|
Ivan Kravets
|
842679c32b
|
Export a "PIO_UNIT_TESTING" macro to the project source files and dependent libraries in the Unit Testing mode
|
2022-07-14 14:45:31 +03:00 |
|
Ivan Kravets
|
dcc02c3e14
|
Revert "Use generic MISSING helper"
This reverts commit 31a24e1652.
|
2022-07-12 22:06:29 +03:00 |
|
smarq8
|
6627fd5790
|
fix compat mode when no framework (#4346)
fix strict compat mode when no framework
|
2022-07-09 22:50:02 +03:00 |
|
Ivan Kravets
|
d24702eb29
|
Fixed an issue with endless scanning of project dependencies // Resolve #4349
|
2022-07-09 21:42:47 +03:00 |
|
Ivan Kravets
|
7637286efa
|
Improve detecting of common builder by paths
|
2022-07-09 21:36:37 +03:00 |
|
Ivan Kravets
|
31a24e1652
|
Use generic MISSING helper
|
2022-07-09 19:25:04 +03:00 |
|
Ivan Kravets
|
4c2aca4956
|
Show "TimeoutError" only in the verbose mode when can not find a serial port
|
2022-07-08 15:18:52 +03:00 |
|
Ivan Kravets
|
6134db8e81
|
Fixed an issue when library dependencies were installed for the incompatible project environment // Resolve #4338
|
2022-07-04 18:50:06 +03:00 |
|
Ivan Kravets
|
029e66cd06
|
PyLint fixes
|
2022-07-02 19:19:48 +03:00 |
|
Ivan Kravets
|
b006f53010
|
PyLint: Fix "useless-object-inheritance"
|
2022-07-02 19:03:25 +03:00 |
|
Ivan Kravets
|
19d518fc4c
|
Fix PyLint: Consider explicitly re-raising
|
2022-07-02 18:37:57 +03:00 |
|
Ivan Kravets
|
f01cd7570c
|
Fix handling of unknown targets when processing pre/post actions
|
2022-07-01 20:14:58 +03:00 |
|
Ivan Kravets
|
ffebfd4376
|
Drop deprecated "program" target
|
2022-07-01 19:44:14 +03:00 |
|
Ivan Kravets
|
e4264a6a51
|
Make $PROGPATH configurable
|
2022-07-01 19:38:51 +03:00 |
|
Ivan Kravets
|
d85bc0f7f8
|
Make $PROGPATH configurable
|
2022-07-01 19:29:07 +03:00 |
|
Ivan Kravets
|
6bec593b93
|
Simplify output from the clean target
|
2022-06-29 22:17:30 +03:00 |
|
Ivan Kravets
|
3363b3a516
|
Significantly improved support for Pre & Post Actions
|
2022-06-28 19:36:49 +03:00 |
|
Ivan Kravets
|
1f096fe03f
|
Fixed "non-existent variable ''projenv''" when ESP-IDF is used // Resolve #4329
|
2022-06-28 14:28:52 +03:00 |
|
Ivan Kravets
|
99b5204802
|
Fixed a "PermissionError" on Windows when running "clean" or "cleanall" targets // Resolve #4331
|
2022-06-27 20:12:04 +03:00 |
|
Ivan Kravets
|
1ea6d47110
|
Initialize unit testing target once per project builder
|
2022-06-25 22:44:35 +03:00 |
|
Ivan Kravets
|
284ccc9e8a
|
Remove ProjectAsLibBuilder's singleton
|
2022-06-25 20:53:08 +03:00 |
|
Ivan Kravets
|
655eedd7b0
|
Export Unit Testing flags only to the project build environment
|
2022-06-25 20:20:13 +03:00 |
|
Ivan Kravets
|
300b7b2138
|
Minor improvements to the ProjectAsLibBuilder
|
2022-06-25 20:10:18 +03:00 |
|
Ivan Kravets
|
86c4bd69d2
|
Fixed an issue with the LDF when recursively scanning dependencies in the "chain" mode
|
2022-06-24 21:17:26 +03:00 |
|
Ivan Kravets
|
dd63c8002a
|
Make "MatchSourceFiles' configurable for source extensions
|
2022-06-24 21:09:44 +03:00 |
|
Ivan Kravets
|
a76933990c
|
Remove generic targets
|
2022-06-23 14:20:27 +03:00 |
|
Ivan Kravets
|
9ae67fdad9
|
Fixed an issue on Windows OS when flags were wrapped to the temporary file while generating compilation database
|
2022-06-20 14:49:39 +03:00 |
|
Ivan Kravets
|
58d533a3bb
|
Prefer Black Magic GDB for uploading // Issue #4023
|
2022-06-18 14:06:24 +03:00 |
|