Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 1, 2023
1 parent d0d09e2 commit 091f9af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ alias cmgd='cmake -B build -DCMAKE_BUILD_TYPE=Debug'

alias cmb='cmake --build build'
alias cmt='cmake --build build --target test'
alias cmi='cmake --build build --target install' # <-- WIP as of 2023-03-13
alias cmi='cmake --build build --target install'

export PATH=$(pwd)/build/cli/spiff:$PATH
cd regression
Expand Down
13 changes: 7 additions & 6 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
===============================================================
! fix clang-format & tmatrix/gcd issue

* cmg, cmb, et al. -> cmake-generate, cmake-build, etc scripts -- w/ --release=foo and --prefix=foo etc
* multi-threading opportunities ...

! ctest passes
o f2_poly_t: promote x n; demote; bit_at; set_bit; sqroot

! installable headers/libspffl.so/bins; internals vs externals
o default install path _not_ /usr/local but rather ./dist -- ?
o top-level cmake variable for shared or static libspffl
- or, just build both
o install our CMakeList.txt
? install our CMakeList.txt
o try to get lib sources from globbing
o segv: spiff typo1 { typo2 4 }
! pre-cmake content

* nested handler-structs in spiff
! pre-cmake content
o charts esp
o tmvpoly ...

* char* vs string literals
* more std::string all around
Expand Down

0 comments on commit 091f9af

Please sign in to comment.