Ivan Kravets
|
d787648e71
|
Fixed a regression issue where custom build flags were not properly reflected in the compile_commands.json // Resolve #5090 Resolve #5147
|
2025-05-07 19:45:16 +03:00 |
|
Ivan Kravets
|
79142965ce
|
Bump version to 6.1.19a1
|
2025-03-11 22:15:54 +02:00 |
|
Ivan Kravets
|
3a133af1a6
|
Bump version to 6.1.18
|
2025-03-11 21:47:22 +02:00 |
|
Ivan Kravets
|
f93d3d509b
|
Resolved a regression issue that prevented PIO Home from opening external links // Resolve #5084
|
2025-03-10 19:57:13 +02:00 |
|
Ivan Kravets
|
23c142dffd
|
Bump version to 6.1.18a1
|
2025-02-13 13:58:19 +02:00 |
|
Ivan Kravets
|
4c697d9032
|
Bump version to 6.1.17
|
2025-02-13 13:08:31 +02:00 |
|
Ivan Kravets
|
1be6e10f99
|
Introduced the PLATFORMIO_RUN_JOBS environment variable // Resolve #5077
|
2025-02-08 17:15:34 +02:00 |
|
Ivan Kravets
|
b6d1f4d769
|
Resolved an issue where the |LDF| occasionally excluded bundled platform libraries from the dependency graph // Issue #4940
|
2024-12-18 14:38:56 +02:00 |
|
Ivan Kravets
|
d15314689d
|
Resolved an issue where the `--project-dir` flag did not function correctly with the check and debug commands // Resolve #5029
|
2024-12-13 13:01:40 +02:00 |
|
Ivan Kravets
|
ec2d01f277
|
Ensured that dependencies of private libraries are no longer unnecessarily re-installed // Resolve #4987
|
2024-12-12 19:55:29 +02:00 |
|
Ivan Kravets
|
4e05309e02
|
Added support for `tar.xz` tarball dependencies // Issue #4974
|
2024-12-12 19:49:47 +02:00 |
|
Ivan Kravets
|
014ac79c87
|
Resolved an issue with incorrect path resolution when linking static libraries via the build_flags // Resolve #5004
|
2024-12-12 19:46:11 +02:00 |
|
Ivan Kravets
|
f5ab0e5ddd
|
Resolve an issue where the `compiledb` target failed to properly escape compiler executable paths containing spaces // Resolve #4998
|
2024-10-17 12:32:52 +03:00 |
|
Ivan Kravets
|
03e84fe325
|
Bump version to 6.1.16
|
2024-09-26 13:13:50 +03:00 |
|
Ivan Kravets
|
2d4a87238a
|
Add support for Python 3.13
|
2024-09-23 23:25:46 +03:00 |
|
Ivan Kravets
|
e6ae18ab0d
|
Enhanced internet connection checks by falling back to HTTPS protocol when HTTP (port 80) fails // Resolve #4980
|
2024-09-23 15:32:23 +03:00 |
|
Ivan Kravets
|
13035ced59
|
Upgrade the build engine to the latest version of SCons (4.8.1)
|
2024-09-04 11:48:30 +03:00 |
|
Ivan Kravets
|
2441d47321
|
Upgrade the build engine to the latest version of SCons (4.8.0)
|
2024-08-29 15:58:40 +03:00 |
|
Ivan Kravets
|
013153718d
|
Allow manual override of system type
|
2024-08-29 11:30:18 +03:00 |
|
Ivan Kravets
|
eeb5ac456e
|
Upgrade Doctest and GoogleTest testing frameworks to the latest versions
|
2024-08-01 14:30:00 +03:00 |
|
Ivan Kravets
|
11a8d9ff7a
|
Updated Unity testing framework to v2.6.0 // Resolve #4871
|
2024-07-29 15:32:39 +03:00 |
|
Ivan Kravets
|
7b587ba8bf
|
Corrected an issue where the incorrect public class was imported for the `DoctestTestRunner` // Resolve #4949
|
2024-07-29 14:43:03 +03:00 |
|
Ivan Kravets
|
e5940673d7
|
Bump version to 6.1.16a1
|
2024-04-25 11:41:53 +03:00 |
|
Ivan Kravets
|
956f21b639
|
Bump version to 6.1.15
|
2024-04-25 11:37:28 +03:00 |
|
Ivan Kravets
|
cdac7d497c
|
Resolved an issue related to the inaccurate detection of the Clang compiler // Resolve #4897
|
2024-04-24 23:08:00 +03:00 |
|
Ivan Kravets
|
c475578db6
|
Resolved an issue where the |LDF| couldn't locate a library dependency declared via version control system repository // Resolve #4885
|
2024-03-26 13:44:26 +02:00 |
|
Ivan Kravets
|
fcba901611
|
Bump version to 6.1.14
|
2024-03-21 21:11:15 +02:00 |
|
Ivan Kravets
|
c01ef88265
|
Upgraded the build engine to the latest version of SCons (4.7.0)
|
2024-03-18 14:27:45 +02:00 |
|
Ivan Kravets
|
32991356f3
|
Enhanced Static Code Analysis to accommodate scenarios where custom src_dir or include_dir are located outside the project folder // Issue #4874
|
2024-03-16 14:07:01 +02:00 |
|
Ivan Kravets
|
d36e39418e
|
Corrected the validation of `symlink://` package specifications // Issue #4870
|
2024-03-16 13:45:21 +02:00 |
|
Ivan Kravets
|
621b24b665
|
Introduced the `--json-output option to the pio test` command // Resolve #4740
|
2024-02-16 17:08:03 +02:00 |
|
Ivan Kravets
|
aa06d21abe
|
Resolved an issue with the hexlify filter in the device monitor command // Resolve #4732
|
2024-02-15 22:28:09 +02:00 |
|
Ivan Kravets
|
e1ff9a469d
|
Resolved an issue where the LDF selected an incorrect library version // Resolve #4860
|
2024-02-13 19:32:57 +02:00 |
|
Ivan Kravets
|
353f440335
|
Addressed an issue where passing a relative path to the pio project init // Resolve #4847
|
2024-02-07 13:36:21 +02:00 |
|
Ivan Kravets
|
e3e08d9691
|
Resolved an issue related to the relative package path in the pio pkg publish
|
2024-01-22 22:57:07 +02:00 |
|
Ivan Kravets
|
a75da327d0
|
Broadened version support for the pyelftools dependency // Resolve #4834
|
2024-01-17 12:45:33 +02:00 |
|
Ivan Kravets
|
1fe806269d
|
Start 6.1.14a1
|
2024-01-12 12:53:51 +02:00 |
|
Ivan Kravets
|
700c705317
|
Bump version to 6.1.13
|
2024-01-12 12:51:49 +02:00 |
|
Ivan Kravets
|
adab425c6d
|
Expanded support for SCons variables declared in the legacy format `${SCONS_VARNAME}` // Resolve #4828
|
2024-01-11 19:23:26 +02:00 |
|
Ivan Kravets
|
aabbbef944
|
Start 6.1.13
|
2024-01-10 16:39:38 +02:00 |
|
Ivan Kravets
|
a2f3e85760
|
Bump version to 6.1.12
|
2024-01-10 16:17:02 +02:00 |
|
Ivan Kravets
|
ba58db3079
|
Introduced the capability to launch the debug server in a separate process // Resolve #4722
|
2024-01-09 21:00:42 +02:00 |
|
Ivan Kravets
|
41bd751ec2
|
Implemente automatic installation of missing dependencies when utilizing a SOCKS proxy // Resolve #4822
|
2024-01-06 17:48:18 +02:00 |
|
Ivan Kravets
|
c74c9778a1
|
Enhance PIP dependency declarations // Resolve #4819
|
2024-01-06 16:24:01 +02:00 |
|
Ivan Kravets
|
f2d16e7631
|
Bump version to 6.1.12b1
|
2023-12-31 14:56:39 +02:00 |
|
Ivan Kravets
|
b181406a1f
|
Resolve an issue where custom debug configurations were being inadvertently overwritten in VSCode's `launch.json` // Resolve #4810
|
2023-12-31 14:54:57 +02:00 |
|
Ivan Kravets
|
195304bbea
|
Implemented a fail-safe mechanism to terminate a debugging session if an unknown CLI option is passed // Resolve #4699
|
2023-12-09 15:27:06 +02:00 |
|
Ivan Kravets
|
e4c4f2ac50
|
Resolved an issue where native debugging failed on the host machine // Resolve #4745
|
2023-12-09 15:12:16 +02:00 |
|
Ivan Kravets
|
998da59f7c
|
Add support for Python 3.12
|
2023-12-08 20:18:29 +02:00 |
|
Ivan Kravets
|
127b422d25
|
Rectified an issue where ${platformio.name} erroneously represented None as the default project name // Resolve #4717
|
2023-12-08 19:38:50 +02:00 |
|