C.D. Clark III
C.D. Clark III
running `cppship fmt -c main` gives ``` $ cppship lint -c main lint run clang-tidy lint /home/cclark/Code/sync/projects/cppship/lib/cmd/build.cpp lint /home/cclark/Code/sync/projects/cppship/lib/util/cmd.cpp lint /home/cclark/Code/sync/projects/cppship/lib/cmake/bin.cpp lint /home/cclark/Code/sync/projects/cppship/src/main.cpp lint /home/cclark/Code/sync/projects/cppship/lib/cmake/package_configurer.cpp lint /home/cclark/Code/sync/projects/cppship/lib/cmake/generator.cpp lint /home/cclark/Code/sync/projects/cppship/lib/cmd/lint.cpp lint...
Yes, I was going to do that but ran out of time this morning. I'll split it into the install command update and the index command addition on top of...
Inline math would be very useful.
Hi, thanks for the issue. I use Conan and don't have any experience writing a vcpkg package (recipe?), so I would not be able to do this any time soon.
The version number detection is something I was using many years ago before we had a package manager. I should probably remove it. You can set the cmake variabel `libInterpolate_VERSION`...
None of the boost libraries should be built if the `header_only` option is set to true. Are you seeing them build?
Ah, no, that would be a conan-center issue. The recipe on conan-center may not have the header_only flag enabled or its getting overridden some how.
https://github.com/conan-io/conan-center-index/blob/master/recipes/libinterpolate/all/conanfile.py
Thanks for bug report. I'm sure your right, but there must have been an example that caused you to notice. Can you give a similar example that we can use...
I added a unit tests to check for this bug.