Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macmade/pimpl
Generic C++11 PIMPL implementation
https://github.com/macmade/pimpl
c-plus-plus generic implementation pimpl private
Last synced: 22 days ago
JSON representation
Generic C++11 PIMPL implementation
- Host: GitHub
- URL: https://github.com/macmade/pimpl
- Owner: macmade
- License: mit
- Created: 2014-12-17T06:43:49.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:36:08.000Z (8 months ago)
- Last Synced: 2024-05-07T16:46:29.857Z (8 months ago)
- Topics: c-plus-plus, generic, implementation, pimpl, private
- Language: C++
- Size: 117 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
PIMPL
=====[![Build Status](https://img.shields.io/github/actions/workflow/status/macmade/PIMPL/ci-mac.yaml?label=macOS&logo=apple)](https://github.com/macmade/PIMPL/actions/workflows/ci-mac.yaml)
[![Build Status](https://img.shields.io/github/actions/workflow/status/macmade/PIMPL/ci-win.yaml?label=Windows&logo=windows)](https://github.com/macmade/PIMPL/actions/workflows/ci-win.yaml)
[![Issues](http://img.shields.io/github/issues/macmade/PIMPL.svg?logo=github)](https://github.com/macmade/PIMPL/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?logo=git)
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative)
[![Contact](https://img.shields.io/badge/[email protected]?logo=twitter&style=social)](https://twitter.com/macmade)
[![Sponsor](https://img.shields.io/badge/sponsor-macmade-pink.svg?logo=github-sponsors&style=social)](https://github.com/sponsors/macmade)About
-----Generic C++11 PIMPL implementation.
License
-------PIMPL is released under the terms of the MIT License.
Repository Infos
----------------Owner: Jean-David Gadina - XS-Labs
Web: www.xs-labs.com
Blog: www.noxeos.com
Twitter: @macmade
GitHub: github.com/macmade
LinkedIn: ch.linkedin.com/in/macmade/
StackOverflow: stackoverflow.com/users/182676/macmade