Ivan Kravets
|
0056651447
|
Remove debug info
|
2016-07-09 18:49:35 +03:00 |
|
Ivan Kravets
|
a0d9173b4f
|
Add "Rebuild C/C++ Project Index" target to CLion and Eclipse IDEs
|
2016-07-09 18:44:45 +03:00 |
|
Ivan Kravets
|
db204941ed
|
Fix PyLint warning
|
2016-07-05 13:28:22 +03:00 |
|
Ivan Kravets
|
5cd3f9d84d
|
Keep user changes for ".gitignore" file when re-generate/update project data
|
2016-07-05 13:18:31 +03:00 |
|
Ivan Kravets
|
52f1502051
|
Split source files to HEADERS and SOURCES when generate project for Qt Creator IDE // Resolve #713
|
2016-07-04 23:42:19 +03:00 |
|
Ivan Kravets
|
e8acc9ca39
|
Improve project generator for CLion IDE
|
2016-07-04 23:30:34 +03:00 |
|
Ivan Kravets
|
47c238b1eb
|
Fix issue with `platformio init --ide` command for Python 2.6
|
2016-06-15 19:30:37 +03:00 |
|
Ivan Kravets
|
c55204cc50
|
Use current Python interpreter for the all subprocess platformio calls
|
2016-01-19 18:42:59 +02:00 |
|
Ivan Kravets
|
8a85d7ef1c
|
Ignore stupid PyLint warning with "wrong-import-order"
|
2016-01-13 01:23:58 +02:00 |
|
Ivan Kravets
|
0751a2cef9
|
Fix CMakeLists.txt add_executable has only one source file // Resolve #421
|
2016-01-04 18:11:20 +02:00 |
|
Ivan Kravets
|
b1de8d119d
|
Fix project generator for CLion IDE // Resolve #422
|
2016-01-02 13:53:39 +02:00 |
|
Ivan Kravets
|
f29a06e3f3
|
Fix project generator for CLion IDE // Issue #422
|
2016-01-02 01:05:05 +02:00 |
|
Ivan Kravets
|
19f1ccd0df
|
🎄 Happy New 2016 Year! 🎄
|
2016-01-01 20:51:48 +02:00 |
|
Ivan Kravets
|
983db2f3c8
|
Improve project initialisation
|
2015-12-08 18:42:50 +02:00 |
|
Ivan Kravets
|
904b08f497
|
Add Apache License, Version 2.0 to @PlatformIO source code
|
2015-11-18 17:16:17 +02:00 |
|
Ivan Kravets
|
de2d6818c1
|
Full support of CLion IDE including code auto-completion // Resolve #132
|
2015-10-13 14:01:16 +01:00 |
|
Ivan Kravets
|
43ca0e149f
|
Remove debug info
|
2015-09-30 16:56:13 +01:00 |
|
Ivan Kravets
|
ad1666dd0a
|
Fix double quotes in defines for Project Generator // Issue #294
|
2015-09-30 16:54:12 +01:00 |
|
Ivan Kravets
|
0311418bfc
|
Fix critical issue when platformio init --ide__ command hangs PlatformIO // Resolve #283
|
2015-09-06 18:16:09 +03:00 |
|
Ivan Kravets
|
1f612b466c
|
Fix platformio path for Windows
|
2015-09-05 22:43:12 +03:00 |
|
Ivan Kravets
|
71890a34be
|
Reorganise IDE examples
|
2015-09-04 23:48:57 +03:00 |
|
Ivan Kravets
|
c254a3490c
|
Fix path for Windows-based projects
|
2015-09-04 20:35:56 +03:00 |
|
Ivan Kravets
|
a032026f46
|
Significantly improve "Project Generator" // Resolve #280
|
2015-09-04 19:31:59 +03:00 |
|
Valeriy Koval
|
1b41ffba60
|
Fix home path environment variable in Eclipse project on Windows // Resolve #270
|
2015-08-20 14:52:03 +03:00 |
|
Valeriy Koval
|
d5c852d329
|
Project generator for CLion IDE // Resolve #132
|
2015-07-15 19:34:10 +03:00 |
|
Ivan Kravets
|
ae4918bdb7
|
Fix relative path for includes when generating project for IDE // Resolve #243
|
2015-06-27 21:20:44 +03:00 |
|
Ivan Kravets
|
a581ba9814
|
Fix project generator for Microsoft Visual Studio
|
2015-06-27 21:18:33 +03:00 |
|
Ivan Kravets
|
82864d38e2
|
Fix IDE project generator when board is specified // Resolve #242
|
2015-06-27 15:13:27 +03:00 |
|
Ivan Kravets
|
5e340843b1
|
Fix order for "listdir" method
|
2015-05-27 19:21:29 +03:00 |
|
Ivan Kravets
|
65ad07af6b
|
Fix failing with `platformio init --ide eclipse` without boards // Resolve #217
|
2015-05-26 22:55:59 +03:00 |
|
Ivan Kravets
|
58f0f8fab4
|
Use "include" directories from toolchain when exporting project for IDE // Resolve #210
|
2015-05-25 23:33:38 +03:00 |
|
Ivan Kravets
|
be70047233
|
Improve running project from other directory (not CWD)
|
2015-05-25 23:26:35 +03:00 |
|
Ivan Kravets
|
76ddcb9d37
|
Fix export project for IDE under Windows
|
2015-05-22 19:27:33 +03:00 |
|
Ivan Kravets
|
a7f8b65356
|
Fix fetching of IDE data from build process
|
2015-05-22 19:21:05 +03:00 |
|
Ivan Kravets
|
d3a4a04a6d
|
Allow to initialise PlatformIO project for the specified IDE // Resolve #151
|
2015-05-22 19:08:51 +03:00 |
|
Ivan Kravets
|
72ebe0ec1b
|
Fix PyLint warnings
|
2015-05-07 18:40:53 +01:00 |
|
Valeriy Koval
|
19b7c730ae
|
Update project generator and templates.
|
2015-05-07 17:21:44 +03:00 |
|
Ivan Kravets
|
945b1324af
|
Fix gathering of _tplvars
|
2015-05-06 11:17:38 +01:00 |
|
Ivan Kravets
|
c14b436aec
|
Fix encoding for Project Generator
|
2015-04-24 17:17:24 +01:00 |
|
Ivan Kravets
|
8b8d5c360c
|
Add prototypes for includes/srcfiles
|
2015-04-24 16:34:14 +01:00 |
|
Ivan Kravets
|
6fd07e1e56
|
Initial support of PlatformIO Project Generator // Issue #151
|
2015-04-24 14:43:13 +01:00 |
|