-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
################################ | ||
## EasyClangComplete v. 3.1.0 ## | ||
################################ | ||
|
||
# New functionality # | ||
- Use `Makefile.cmake` file to detect if cmake needs to be rerun. | ||
- Add quick command to clean cmake build directory for current view: | ||
+ Name of command: `EasyClangComplete: Clean current CMake cache` | ||
- Add support for flags passing to cmake: | ||
+ A new subsetting `"flags"` under cmake entry in `"flags_sources"`. | ||
+ See default settings for info. | ||
|
||
# Bug fixes # | ||
- fix `$project_name` variable in settings. | ||
- completion triggers settings are much better now. | ||
- fix indentation for example project-specific settings. |