Sean Parent
Sean Parent
I'm trying to explore code generation with ObjC arc - so far with no luck. With the compiler options: With Clang 3.5 (or later) and compiler options: ``` -std=c++14 -stdlib=libc++...
**Describe the bug** Editing slide content or speaker notes is auto trimming white space while typing. **To Reproduce** I'm running from docker (per the setup instructions) on an M1 Mac....
On the Mac I have a behavior that doe this by piping the select to clang format: ` | clang-format -assume-filename=file.cpp -style-file` This is great for formatting code example in...
The front matter in a Jekyll file may contain non-related tags to hyde. For example, the stlab libraries have a tag `examples:` that lists a set of example files to...
**Describe the bug** The path for `-hyde-yaml-dir` and `-hyde-src-root` is relative to the directory containing the file being processed. i.e. ``` hyde ./include/psutil/safe_cast.hpp -hyde-src-root=../../include -hyde-yaml-dir=../../docs/include ``` Here the path `../../include`...
Currently the docs for a file like `` turns into a URL like `lib2Ffile.hpp` - it would be great to either allow `lib-file.hpp` or `lib/file.hpp` - similarly other special characters...
**Describe the bug** There is no `--with-static-lib` option anymore when installing yaml-cpp. You can simply omit it, documentation should be updated (this may cause issues with trying to make the...
**Describe the bug** Executing a command like the following: ``` hyde ./include/psutil/safe_cast.hpp -hyde-src-root=../../include -hyde-yaml-dir=../../docs/include \ -resource-dir=`clang++ --print-resource-dir` -access-filter-protected \ -namespace-blacklist="safe_cast_detail" -hyde-update -- \ -x c++ -std=c++14 -stdlib=libc++ ``` Will error...
It is useful to be able to use CMake directly from the hyde docker file to setup a build. This ensures we have CMake 3.24.0
Could this be modified to support [Puffer TV](puffer.stanford.edu)?