Borislav Stanimirov

Results 72 comments of Borislav Stanimirov

The key is to port not the allocator, but memory resource

If `type` becomes less opaque, we could have more informative debug information in C (through natvis or other watchers)

It seems that this is either a clang-14 issue or an apple-clang issue. I cannot reproduce this with clang 15 on Linux

Lowering the priority on this one. Will be done post v2.0.0

Since the priority support is CPM.cmake, installation is postponed to after 2.0.0

Removed from the 2.0.0 release effort. It's not that critical.

Here's how I would do it: ```cmake CPMAddCustomScheme( c1 # scheme name PREFIX https://c1.example.com/ # optional SUFFIX .git # optional TYPE GIT_REPOSITORY # optional. if not specified, tries to infer...

Awesome! It's great that you want to invest more in this > Shall I close the PR and start anew, or just keep it open and work on it (will...

The issue that the submodule [cef-cmake](https://github.com/iboB/cef-cmake) doesn't have mac support. To use CEF on a Mac, you're required to have different executables for the renderer and the browser process and...

Not sure what you mean. CEF is cross platform. This repo is just some demos written by me. In [the official CEF repo](https://bitbucket.org/chromiumembedded/cef/src/master/) there are demos for major platforms, docs...