vector-of-bool
ee9ab454ca
Update README
2016-04-19 23:57:01 -06:00
vector-of-bool
a4e5abd953
Make generates a lot of children recursively, so we must stop them all recursively as well.
2016-04-19 23:56:39 -06:00
vector-of-bool
76140f6511
Update README
2016-04-19 23:46:01 -06:00
vector-of-bool
efdeb4c43a
Features: Stop builds, button to start/stop builds
...
- Fix issue with configure using an invalid build type string.
2016-04-19 23:41:16 -06:00
vector-of-bool
6088d6e1af
Add utility for executing arbitrary commands and getting the output
2016-04-19 23:39:47 -06:00
vector-of-bool
28a19a0272
More grace when seeing bad cache entries
2016-04-19 21:48:40 -06:00
vector-of-bool
9f328276bb
Add status bar, support multiconf builds.
...
- Add a status bar with the project name and the selected build configuration
- Add a build config button to change the build type for both single-conf builds and multi-conf generators
2016-04-19 21:47:21 -06:00
vector-of-bool
5c7dd00e35
Formatting
2016-04-19 21:46:10 -06:00
vector-of-bool
6e46d88f7d
Fix very subtle race when two concurrent tasks try to read from the CMake cache.
2016-04-19 21:24:42 -06:00
vector-of-bool
20f40c71e8
Formatting
2016-04-19 20:57:23 -06:00
vector-of-bool
115ba757de
Rework public/private-ness on CMakeTools and rename to match
2016-04-19 20:55:02 -06:00
vector-of-bool
22af22d1ba
Fix build command failing on some systems
2016-04-19 20:53:45 -06:00
vector-of-bool
0f0cd184c6
Merge tag '0.1.2' into develop
...
0.1.2
Conflicts:
src/cmake.ts
2016-04-18 23:46:58 -06:00
vector-of-bool
5263244bbc
Merge branch 'hotfix/0.1.2'
2016-04-18 23:46:23 -06:00
vector-of-bool
a0ec234dbc
Bump version
2016-04-18 23:46:10 -06:00
vector-of-bool
e5db5342bc
Update readme
2016-04-18 23:45:46 -06:00
vector-of-bool
3466a0a795
Hotfix: Fix running build when not configured crashing the ext
2016-04-18 23:45:02 -06:00
vector-of-bool
f98221ef55
Ignore those things too
2016-04-18 23:13:17 -06:00
vector-of-bool
368cd7e131
Apply formatting
2016-04-18 23:13:09 -06:00
vector-of-bool
ed0aea816f
Fix missing some falsey values (According to CMake's rules of truthiness)
2016-04-18 23:08:53 -06:00
vector-of-bool
2557c69766
Merge tag '0.1.1' into develop
...
0.1.1
2016-04-18 23:02:10 -06:00
vector-of-bool
48ca92bac6
Merge branch 'release/0.1.1'
2016-04-18 23:01:58 -06:00
vector-of-bool
ea18ea8bdc
Bump version
2016-04-18 23:01:42 -06:00
vector-of-bool
d15277758c
Add some simple release notes
2016-04-18 23:00:07 -06:00
vector-of-bool
d76e047d5e
Fix #3 : Address differing names for the ``all`` target between CMake generators.
2016-04-18 22:53:23 -06:00
vector-of-bool
14882c0300
Functionality for reading from the CMake cache.
...
Squash of these commits:
commit 269c00674f783735815e17b65aa3d0c232deeb24
Author: vector-of-bool <vectorofbool@gmail.com>
Date: Mon Apr 18 22:42:35 2016 -0600
Add some simple tests
commit 9fe7725a5869b5d2501b586fdaca966dcc58a093
Author: vector-of-bool <vectorofbool@gmail.com>
Date: Mon Apr 18 22:40:08 2016 -0600
Add a utility class that lets us read values from a CMake cache file.
2016-04-18 22:44:58 -06:00
vector-of-bool
5b0d536cbc
Fix #1 by checking if ninja-build is an available command.
2016-04-18 19:10:25 -06:00
vector-of-bool
0bec519130
Bump version
2016-04-16 23:32:40 -06:00
vector-of-bool
3b8914e268
Simpler asynchrony
2016-04-16 23:31:42 -06:00
vector-of-bool
ee54081972
More helpful README text
2016-04-16 23:15:13 -06:00
vector-of-bool
9c76c27b9e
Add more lines to the CMakeLists.txt template
2016-04-16 23:15:02 -06:00
vector-of-bool
d0144988cf
Shortcut to go to quickstart when configure cannot find CMakeLists.txt
2016-04-16 23:14:45 -06:00
vector-of-bool
4113745eef
Bump version
2016-04-16 22:50:27 -06:00
vector-of-bool
18fb5c34cb
Add a "Quickstart" style command
2016-04-16 22:48:17 -06:00
vector-of-bool
0c9b9b2436
Bump version
2016-04-16 21:33:53 -06:00
vector-of-bool
8d33252ff1
Large refactor of almost everything into a single class. Makes it more flexible.
2016-04-16 21:33:08 -06:00
vector-of-bool
a0a60b920c
Dispose of the diagnostics later
2016-04-16 20:24:19 -06:00
vector-of-bool
6880d4319c
Better asynchrony, as executeCommand() doesn't return quick what we expect
2016-04-16 20:24:07 -06:00
vector-of-bool
e425d88183
Diagnostics: Fix multiline messages, output the command as part of the source
2016-04-16 20:22:04 -06:00
vector-of-bool
e63b07a3ed
Add a default keybinding for the CMake build command
2016-04-16 20:21:23 -06:00
vector-of-bool
c34aff9787
Add a little feature list
2016-04-16 16:41:29 -06:00
vector-of-bool
75e9252dc3
Add a command that lets the user quickly jump to CMakeCache.txt
...
Refactor around the configuration step running functionality.
2016-04-16 16:41:05 -06:00
vector-of-bool
ef5d8427df
Add a publisher name
2016-04-16 16:09:24 -06:00
vector-of-bool
ff5699d388
Tweak keywords
2016-04-16 16:09:16 -06:00
vector-of-bool
532068bf3c
Make sure we have package.json in there
2016-04-16 15:43:13 -06:00
vector-of-bool
c974e8fd40
Initial
2016-04-16 15:36:19 -06:00
vector-of-bool
f03db3c8e6
Initial commit
2016-04-16 15:01:19 -06:00