Duncan Ogilvie

Results 226 issues of Duncan Ogilvie

If you manually create a `v1.2.3` tag from the command line the release will be the incorrect version and this breaks things.

bug

- Clean vm - Install CLion (with Mingw) - Use cmkr Supposedly it explodes.

bug

Add an option to use `cmkr.exe` from the repository: ```cmake set(CMKR_PREBUILT_PATH "${CMAKE_PROJECT_SOURCE_DIR}") ``` This should use `${CMAKE_PROJECT_SOURCE_DIR}/cmkr.exe` instead of cloning from git. If the prebuilt is not found it should...

feature

Should perhaps be: > Unknown key 'compile-feature', did you mean 'compile-features'

enhancement

![image](https://user-images.githubusercontent.com/2458265/210106416-4878ef49-c02a-4661-85a8-572833275efe.png) This could be handled better by redirecting the cmkr stdout and printing with `message(FATAL_ERROR ...)`. Perhaps CLion also recognizes a syntax to link to the `cmake.toml` file?

enhancement

```toml # Reference: https://build-cpp.github.io/cmkr/cmake-toml [project] name = "ConsoleApplication1" # TODO: define a target for each of your executables/libraries like this: #[target.myexecutable] #type = "executable" # static, shared #sources = ["src/ConsoleApplication1/*.cpp",...

bug

Before calling `source_group` make sure that the files are actually in a subfolder of the repository.

bug

It looks like the files [upstream](https://github.com/winsiderss/systeminformer/tree/master/phnt/include) are already licensed under MIT. Would it be possible to change the license here as well to match?

According to my research: ``` NTSYSCALLAPI BOOLEAN NTAPI ZwWow64IsProcessorFeaturePresent( _In_ ULONG ProcessorFeature ); ```

There were a bunch of errors related to [`PyFrameObject`](https://docs.python.org/3/c-api/frame.html#c.PyFrameObject). Nothing was changed about the code itself.