Skip to Content

ripper37-libbase v1.1.0

Created
Updated

Standalone reimplementation of //base module from Chromium

# Usage

ripper37-libbase provides CMake targets:

find_package(libbase CONFIG REQUIRED)
target_link_libraries(main PRIVATE libbase::libbase) 

if enabled, it also provides some of these optional CMake targets:

target_link_libraries(main PRIVATE libbase::libbase_net)
target_link_libraries(main PRIVATE libbase::libbase_win)
target_link_libraries(main PRIVATE libbase::libbase_wx) 

# License

# Supported Platforms

All platforms are supported

# Features

Default features: win , net

# net default

Networking module

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

# win

Integration module for WinAPI

Supports: windows
  • windows
  • linux
  • osx
  • uwp
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# wx

Integration module for wxWidgets

Dependencies:
and 45 transitive dependencies:
Host Dependencies:
6 transitive dependencies:

# Dependencies

  • glog

    Features: customprefix

and one transitive dependency:

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Damian Dyńdo's avatar Damian Dyńdo

# Changelog

  • 0a0f5fc [ripper37-libbase] Update port to v1.1.0 (#45009)
  • 43155e3 [ripper37-libbase] Add new port (#44554)

# Source