Connor Jakubik

Results 56 comments of Connor Jakubik

I put my test code in my first lines of `main.cpp` (which still includes `PreciseClock.h`) to reduce the clutter in the stack from GTest. That by itself didn't change the...

The above result downloaded a `tzdata` folder into my downloads directory; not sure if that ever happened before now when I was using vcpkg-export libraries. Ok, Windows non-vcpkg-export ReleaseWithDebug works...

vcpkg-export docs: https://github.com/microsoft/vcpkg/blob/master/docs/specifications/export-command.md

Yeah, it's probably something along those lines. The easy thing for me to do to resolve this is just compile `date` and `tz` source files in my code instead of...

I am using `vcpkg-export` for this because I am working with a large team on this large project; I just commit a zip of the exported packages (which includes a...

I feel that; the build system can be the hardest portion of a C++ project to maintain. 80% or so of the questions I get from team members are about...

For other users: Procedure for converting `date` / `tz` library from `vcpkg` to normal CMake library inclusion: 1. Clone this repo or add it as a submodule to a known...

NOTE: This would require a documentation update for `set_install()` at https://howardhinnant.github.io/date/tz.html

Got it, I can revert `TZDB_INSTALL_PATH` to `INSTALL`.

I did the revert in the latest commit; I'd say this PR is ready to merge.