libbase icon indicating copy to clipboard operation
libbase copied to clipboard

Standalone reimplementation of //base module from Chromium

Results 8 libbase issues
Sort by recently updated
recently updated
newest added

While building on Fedora with GCC 12.2, the CMake throws the following error in ```src/base/sequence_checker.cc``` & ```src/base/synchronization/auto_signaller.cc``` ``` /libbase/src/base/sequence_checker.cc: In constructor ‘base::SequenceChecker::SequenceChecker(base::SequenceChecker&&)’: /libbase/src/base/sequence_checker.cc:14:23: error: ‘exchange’ is not a member of...

bug

Investigate possibility to add a ~Bazel~ Meson build system configuration to allow building `libbase` with at as well as integrating it within external projects that do use Meson as a...

enhancement
building

Investigate possibility to add a Bazel build system configuration to allow building `libbase` with at as well as integrating it within external projects that do use Bazel as a build...

enhancement
building

Investigate integration with vcpkg or Conan to provide `libbase` packages for easier consumption in other projects.

enhancement

The idea here is to source all the example C++ code snippets from example-files inside the code repository and ensure that all of them are building correctly and are +/-...

documentation
enhancement
good first issue

When opening the documentation on GitHub Pages, then navigating to `Logging` page, the `GLOG's user guide` section is empty.

bug
documentation
external
on hold

This commit adds a new class template called `base::WinThreadAttachment` which can be used to integrate libbase's cross-thread post-tasking with Windows native message queue system. Example usage: ```cpp HWND hwnd =...

enhancement

Hi, I'm looking at integrating your library into my [application](https://github.com/derceg/explorerplusplus/), since the functionality it offers would be very helpful when it comes to writing asynchronous code. The thing I'd find...

enhancement