Ivan Kravets
|
3a77bed0d4
|
Fix an issue when PlatformIO Build System does not pick up "mbed_lib.json" files from libraries // Resolve #2164
|
2019-03-23 14:24:43 +02:00 |
|
Ivan Kravets
|
10a7367b33
|
Fix "SameFileError" when CI is used in pair with --keep-build-dir // Resolve #2227
|
2019-03-22 21:24:43 +02:00 |
|
Ivan Kravets
|
dea6551841
|
Bump version to 4.0.0a6
|
2019-03-22 21:16:33 +02:00 |
|
Ivan Kravets
|
4ca71e7df1
|
Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode // Resolve #2243
|
2019-03-22 21:16:02 +02:00 |
|
Ivan Kravets
|
d9e6111ac3
|
Fix error with conflicting declaration of a prototype (Arduino sketch preprocessor)
|
2019-03-20 18:49:20 +02:00 |
|
Ivan Kravets
|
d4af985eb8
|
Bump version to 4.0.0a5
|
2019-03-14 20:12:52 +02:00 |
|
Ivan Kravets
|
0d904ad1cc
|
Fix "FileExistsError" when "platformio ci" command is used in pair with "--keep-build-dir" option
|
2019-03-14 20:12:18 +02:00 |
|
Ivan Kravets
|
8280fd557b
|
Bump version to 4.0.0a4
|
2019-03-07 14:12:45 +02:00 |
|
Ivan Kravets
|
4c8df44a5a
|
Fix an issue when `$PROJECT_HASH template was not expanded for the other directory ***_dir` options in "platformio.ini" // Resolve #2170
|
2019-03-07 12:40:55 +02:00 |
|
Ivan Kravets
|
3f52a6d5ba
|
YAPF 0.26.0
|
2019-03-07 12:36:17 +02:00 |
|
Ivan Kravets
|
237d55208c
|
Fix "Unnecessary "else/elif" after "raise"" by PyLint
|
2019-03-07 12:35:34 +02:00 |
|
Ivan Kravets
|
5a72e3f2a1
|
Update "dl.bintray.com" IP address
|
2019-03-06 22:39:24 +02:00 |
|
Ivan Kravets
|
ab914e1566
|
PyLin fix
|
2019-02-24 11:45:14 +02:00 |
|
Ivan Kravets
|
e0b9d080fa
|
Project Generator: add new targets for CLion IDE "BUILD_VERBOSE" and "MONITOR" (serial port monitor) // Resolve #359
|
2019-02-23 22:34:36 +02:00 |
|
Ivan Kravets
|
522b42c2a9
|
Fix an issue when platformio ci recompiles project if `--keep-build-dir` option is passed // Resolve #2109
|
2019-02-23 18:39:54 +02:00 |
|
Ivan Kravets
|
6059e0dce6
|
Fix an issue with slow updating of PlatformIO Core packages on Windows
|
2019-02-19 20:12:07 +02:00 |
|
Ivan Kravets
|
d2c545eb27
|
Bump version to 4.0.0a3
|
2019-01-23 20:55:18 +02:00 |
|
Ivan Kravets
|
eb57e14ac1
|
Fix "ValueError: invalid literal for int() with base 10" // Resolve #2061
|
2019-01-23 17:54:45 +02:00 |
|
Ivan Kravets
|
3cc996d89f
|
Fix "ValueError: invalid literal for int() with base 10" // Resolve #2058
|
2019-01-22 21:59:26 +02:00 |
|
Ivan Kravets
|
eedc1c3ccd
|
Bump version to 4.0.0a2
|
2019-01-17 18:18:28 +02:00 |
|
Ivan Kravets
|
63075c9607
|
CLion: Improve project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of USER_HOME
|
2019-01-17 18:04:52 +02:00 |
|
Ivan Kravets
|
35f96a534a
|
Drop "do-not-modify-files-here.url" from build_dir
|
2019-01-17 02:07:46 +02:00 |
|
Ivan Kravets
|
c7949ecd07
|
Temporary disable checking for PlatformIO Core engine (allow PIO Core 3 dev/platforms for PIO Core 4)
|
2019-01-11 14:11:54 +02:00 |
|
Ivan Kravets
|
2b467f3fee
|
Fix PyLint warning
|
2019-01-11 14:07:35 +02:00 |
|
Ivan Kravets
|
a750b06fc8
|
Fix PY3 Lint "consider-using-set-comprehension"
|
2019-01-11 13:01:53 +02:00 |
|
Ivan Kravets
|
286a53991c
|
Use GCC C++ compiler for Eclipse project indexer // Issue #1010
|
2019-01-11 12:52:00 +02:00 |
|
Ivan Kravets
|
b92a8467c9
|
Update SCons to 3.0.3
|
2019-01-10 23:47:43 +02:00 |
|
Ivan Kravets
|
a092f87c50
|
Eclipse: Provide language standard to a project C/C++ indexer // Resolve #1010
|
2019-01-10 21:57:39 +02:00 |
|
Ivan Kravets
|
02937216b0
|
Fix "TypeError : startswith first arg" when checking udev rules with PY3 // Resolve #2000
|
2019-01-10 19:33:15 +02:00 |
|
Ivan Kravets
|
e02d7528ad
|
Fix an error "Could not extract item..." when extracting TAR archive with symbolic items on Windows platform // Resolve #2015
|
2019-01-10 19:14:03 +02:00 |
|
Ivan Kravets
|
2ae41c8434
|
Fix "Runtime Error: Dictionary size changed during iteration" // Resolve #2003
|
2019-01-09 16:34:39 +02:00 |
|
Ivan Kravets
|
aa2bc4a63b
|
Implement "get_file_contents" helper
|
2018-12-27 14:48:22 +02:00 |
|
Ivan Kravets
|
74218f4f93
|
Fix PyLint warning for Windows
|
2018-12-26 22:33:21 +02:00 |
|
Ivan Kravets
|
a60c57ac58
|
Initial support for Python 3.5+ // Resolve #895 Resolve #1365
|
2018-12-26 20:54:29 +02:00 |
|
Ivan Kravets
|
fabaadec60
|
Fix an issue with incorrect detecting of compatibility (LDF) between generic library and Arduino or ARM mbed frameworks
|
2018-12-22 22:30:23 +02:00 |
|
Ivan Kravets
|
826418a443
|
Bump version to 3.6.4b1
|
2018-12-13 17:30:49 +02:00 |
|
Ivan Kravets
|
4dfa885a85
|
CLion: Improve project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of full path
|
2018-12-13 17:30:10 +02:00 |
|
Ivan Kravets
|
9f4dde4b5e
|
Use full path to PlatformIO CLI when generate project for IDE
|
2018-12-13 17:24:08 +02:00 |
|
Ivan Kravets
|
6f8b9d70bc
|
Bump version to 3.6.3
|
2018-12-12 16:19:14 +02:00 |
|
Ivan Kravets
|
d8cbe99f2c
|
Fix an issue with a broken headers list when generating ".clang_complete" for Emacs // Resolve #1960
|
2018-12-12 15:50:34 +02:00 |
|
Ivan Kravets
|
a690b8c085
|
Bump version to 3.6.3b2
|
2018-12-12 02:51:24 +02:00 |
|
Ivan Kravets
|
b874359482
|
Ignore *.asm and *.ASM files when building Arduino-based library (compatibility with Arduino builder)
|
2018-12-12 02:49:42 +02:00 |
|
Ivan Kravets
|
3ca9527da4
|
Bump version to 3.6.3b1
|
2018-12-12 01:29:43 +02:00 |
|
Ivan Kravets
|
f539513376
|
Fixed spurious project's "Problems" for PlatformIO IDE for VSCode when ARM mbed framework is used
|
2018-12-12 01:28:37 +02:00 |
|
Ivan Kravets
|
afdfaeec68
|
Check if "_lockfile" attribute exists
|
2018-12-03 18:31:12 -08:00 |
|
Ivan Kravets
|
676c87d081
|
Allow to override platform "package_repositories"
|
2018-11-30 01:36:50 +02:00 |
|
Ivan Kravets
|
8ef6ea8053
|
Bump version to 3.6.2
|
2018-11-29 18:02:49 +02:00 |
|
Ivan Kravets
|
6f01f10f59
|
YAPF
|
2018-11-29 17:59:29 +02:00 |
|
Ivan Kravets
|
59a0d2b618
|
Bump version to 3.6.2rc2
|
2018-11-29 16:02:59 +02:00 |
|
Ivan Kravets
|
16df5474e4
|
VSCode IntelliSense config: Typo fix with useless bracket
|
2018-11-29 15:59:22 +02:00 |
|