You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: BRANCHNOTES.md
+6
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ During merging I found some bugs within those functions - mainly due to the abov
98
98
**2020 02 23** Several tests, fixes and improvements within cocopa. `Arduino.h` now added to forced includes. Fixed code which wasn't linted up to now. Added hint to end of build how to rebuild the IntelliSense configuration. Added missing version field to `c_cpp_properties.json`.
99
99
**2020 02 25** Implemented and tested support for `.cpp`-sketches. Done implementing the most relevant unit tests in cocopa. Two independent alpha testers confirm proper working of the previous alpha releases. Updated to the latest revision of cocopa.
100
100
**2020 02 26** Preparing for pull request: Removed all code marked `IS-REMOVE` and dead code which I was able to identify. Reviewed all TODOs and resolved those which can be fixed without having to bother the maintainers. Left the unresolved on grounds of documentation.
101
+
**2020 02 27** Integrated analysis into all builds. Fixed bug in board management (board configuration couldn't be set anymore). Added logging filter for non-verbose builds and uploads to remove spurious messages. Added post-build script support.
102
+
**2020 02 28** Moved some code to cocopa. Cocopa now tries to parse the compiler arguments to set the C++ standard according to the C++ standard set by the individual board package. Better error handling for pre-/post-build commands. Error reporting for exceptions during build cleanup. Full `cmd` and `bash` support within pre-/post-build commands. Environment variables for pre-/post-build commands.
103
+
101
104
102
105
## Status
103
106
|| Tasks |
@@ -114,6 +117,7 @@ During merging I found some bugs within those functions - mainly due to the abov
114
117
||:heavy_check_mark: Merging of parsing result and existing file content |
115
118
||:heavy_check_mark: Handling inexistent files and folders |
116
119
||:heavy_check_mark: Write configuration on change only |
120
+
||:heavy_check_mark: Parse C++ standard from compiler flags |
117
121
|**Configuration flags**|:heavy_check_mark: Provide global disable flag for IntelliSense auto-config |
118
122
||:heavy_check_mark: Provide project specific override for the global flag - most users will likely use the default setup and disable auto-generation for very specific projects |
0 commit comments