Skip to content

Commit

Permalink
Catch unmanaged switch cases, bump CMake, update doc paths (#45)
Browse files Browse the repository at this point in the history
* Ignore DS store
* Fix ptr delloc
* Catch and error on default data scaling
* Explicit assignment
* Clean up switch cases
* Bump Cmake minimum
* Re-enable toolbox documenation
  • Loading branch information
samuelpowell authored Dec 16, 2024
1 parent 160943c commit e2b162c
Show file tree
Hide file tree
Showing 194 changed files with 121 additions and 474 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ script/matlab/demos/*.mat
# Python build outputs
*.egg-info
*.whl

# Mac stuff
.DS_Store
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(toastmm VERSION 0.9.1)
cmake_minimum_required(VERSION 3.10.0)
project(toastmm VERSION 0.9.2)

include(CTest)
enable_testing()
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Toast-- Development History

## v0.9.2

- Cleanup (mainline) warning on MacOS

## v0.9.1

Expand Down
Loading

0 comments on commit e2b162c

Please sign in to comment.