Ivan Kravets
|
bd3b29c304
|
Fix converting to real version
|
2019-06-13 20:24:55 +03:00 |
|
Ivan Kravets
|
5f1bd286c7
|
Fix "ValueError: invalid literal for int() with base 10: '0.0'" // Resolve #2646
|
2019-06-07 15:12:24 +03:00 |
|
Ivan Kravets
|
bcff26d4d7
|
Refactor using "@util.memoized"
|
2019-06-06 00:13:04 +03:00 |
|
Ivan Kravets
|
c5177efd0b
|
Minor fixes
|
2019-06-01 22:24:38 +03:00 |
|
Ivan Kravets
|
61db0f1d6a
|
YAPF 0.27.0
|
2019-05-30 23:42:15 +03:00 |
|
Ivan Kravets
|
3df01405a1
|
Remove unused Python imports
|
2019-05-27 22:25:22 +03:00 |
|
Ivan Kravets
|
70a0bd72c0
|
Sync "include" directory for PIO Remote // Resolve #2210
|
2019-05-25 21:06:08 +03:00 |
|
Ivan Kravets
|
19725fec04
|
Add options to override default locations used by PlatformIO Core // Resolve #1615
|
2019-05-24 20:49:05 +03:00 |
|
Ivan Kravets
|
21e2ac6695
|
Use isolated library dependency storage per project build environment // Resolve #1696
|
2019-05-23 00:23:24 +03:00 |
|
Ivan Kravets
|
4386dc56ea
|
Move "in_silence" to PlatformioCLI
|
2019-05-21 13:18:11 +03:00 |
|
Ivan Kravets
|
8643f0454e
|
Move "glob_escape" and "get_file_contents" helpers to "compat" module
|
2019-05-17 13:18:15 +03:00 |
|
Ivan Kravets
|
f844d9cb47
|
Remove line-buffering from "platformio run" command which was leading to omitting progress bar from upload tools // Resolve #856, Resolve #857
|
2019-05-17 12:53:51 +03:00 |
|
Ivan Kravets
|
971049b41c
|
Move process related helpers to "proc" module
|
2019-05-16 21:03:15 +03:00 |
|
Ivan Kravets
|
834206ff20
|
Move Python or Platform dependent code to "compat" module
|
2019-05-10 17:26:10 +03:00 |
|
Ivan Kravets
|
947e31ca8d
|
Fix some PyLint errors
|
2019-05-07 23:51:46 +03:00 |
|
Ivan Kravets
|
45d4b92678
|
Export get_projectdata_dir for util, fix riscv_gap dev/platform
|
2019-05-07 23:00:01 +03:00 |
|
Ivan Kravets
|
07a2a49d93
|
Refactor project helpers
|
2019-05-07 22:13:21 +03:00 |
|
Ivan Kravets
|
6cd4484be9
|
Init new project using new ProjectConfig API
|
2019-05-07 19:57:24 +03:00 |
|
Ivan Kravets
|
c235974eb6
|
Switch to the new ProjectConfig API
|
2019-05-07 17:51:50 +03:00 |
|
Ivan Kravets
|
8e55c9e4d0
|
Include external configuration files with "extra_configs" option // Resolve #1590
|
2019-05-03 21:03:36 +03:00 |
|
Ivan Kravets
|
f63041a402
|
Add get_original_version to public utils API
|
2019-04-17 23:20:45 +03:00 |
|
Ivan Kravets
|
6501c1f171
|
Cleanup PING_INTERNET_IPS
|
2019-04-17 20:05:51 +03: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
|
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
|
35f96a534a
|
Drop "do-not-modify-files-here.url" from build_dir
|
2019-01-17 02:07:46 +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
|
02937216b0
|
Fix "TypeError : startswith first arg" when checking udev rules with PY3 // Resolve #2000
|
2019-01-10 19:33:15 +02:00 |
|
Ivan Kravets
|
aa2bc4a63b
|
Implement "get_file_contents" helper
|
2018-12-27 14:48:22 +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
|
e94d758131
|
Use "items" instead of "iteritems" (PY2/3) // Issue #895
|
2018-10-27 20:51:55 +03:00 |
|
Ivan Kravets
|
080369f597
|
Make "print" compatible between Py2 & Py3
|
2018-10-27 20:22:11 +03:00 |
|
Ivan Kravets
|
5c278b54f7
|
Use "super" when calling parent class // Issue #895
|
2018-10-27 15:24:10 +03:00 |
|
Ivan Kravets
|
8947b63e41
|
Better formatting when asking to remove a file
|
2018-10-25 14:12:09 +03:00 |
|
Ivan Kravets
|
fc8bffdd81
|
Ask user to remove manually a file on exception
|
2018-10-25 14:03:52 +03:00 |
|
Ivan Kravets
|
08dc5dec89
|
Revert "Cache loaded project config"
This reverts commit bfee896378 .
|
2018-10-24 01:19:54 +03:00 |
|
Ivan Kravets
|
d92349c8f7
|
Add "reset" support for "memoized"
|
2018-10-24 01:19:39 +03:00 |
|
Ivan Kravets
|
4b9e8f0ba4
|
Added $PROJECT_HASH template variable for build_dir
|
2018-10-23 22:55:26 +03:00 |
|
Ivan Kravets
|
bfee896378
|
Cache loaded project config
|
2018-10-23 22:27:18 +03:00 |
|
Ivan Kravets
|
ff8fefb797
|
Report about outdated 99-platformio-udev.rules // Resolve #1823
|
2018-10-12 19:35:58 +03:00 |
|
Ivan Kravets
|
34325dbc4c
|
Support in-line comments for multi-line value in platformio.ini
|
2018-10-02 00:11:41 +03:00 |
|
Ivan Kravets
|
d448a0ec5c
|
Switch docs to HTTPS
|
2018-08-15 19:44:02 +03:00 |
|
Ivan Kravets
|
ca3567df1e
|
Replace "env" pattern by "sysenv" in "platformio.ini" // Resolve #1705
|
2018-06-29 19:55:29 +03:00 |
|
Ivan Kravets
|
a9577bc0ba
|
Handle ConfigParser erros
|
2018-06-20 16:32:38 +03:00 |
|
Ivan Kravets
|
5011c3e21c
|
API to update BoardConfig manifest
|
2018-05-25 21:18:08 +03:00 |
|
Ivan Kravets
|
e48e15b014
|
Fix "memoized" helper when "expire" is not used
|
2018-05-25 21:13:47 +03:00 |
|
Ivan Kravets
|
aa28beddd8
|
Handle broken JSON files
|
2018-04-15 06:08:29 +03:00 |
|
Ivan Kravets
|
ec9a2b02ea
|
Verify mDNS devices before dumping // Issue #1381
|
2018-03-23 17:51:45 +02:00 |
|
Ivan Kravets
|
275648a882
|
Check for non-ASCII chars mDNS service // Issue #1381
|
2018-03-23 13:54:33 +02:00 |
|