You've already forked libart-paperback
Compare commits
5 Commits
v0.1.0-a.0
...
e9d0447205
| Author | SHA1 | Date | |
|---|---|---|---|
|
e9d0447205
|
|||
|
4230bb6753
|
|||
|
3d7cc2290c
|
|||
|
54b9cfe2c7
|
|||
|
1954b53170
|
@@ -9,6 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
if: github.repository == 'art/libart-paperback'
|
||||
runs-on: linux
|
||||
container: code.helloryan.se/art/infra/buildenv/x86_64-fedora_42-unified:latest
|
||||
volumes:
|
||||
|
||||
12
README.md
12
README.md
@@ -1,5 +1,11 @@
|
||||
\page readme README
|
||||
|
||||
[![Build Status][build-badge]](https://code.helloryan.se/art/libart-paperback/actions)
|
||||
[![License][license-badge]](https://code.helloryan.se/art/libart-paperback/src/branch/master/LICENSE)
|
||||
[![Sponsor][sponsor-badge]](https://patreon.com/helloryan)
|
||||
[![Language][language-badge]](https://en.wikipedia.org/wiki/C++)
|
||||
[![Build System][build2-badge]](https://build2.org/)
|
||||
|
||||
# libart-paperback
|
||||
|
||||
libart-paperback is a PDF library for C++.
|
||||
@@ -47,3 +53,9 @@ public documentation, i.e. `$out_root$/docs`.
|
||||
## GitHub Pull Requests
|
||||
|
||||
Pull requests on GitHub will definitely be ignored.
|
||||
|
||||
[build-badge]: https://code.helloryan.se/art/libart-paperback/actions/workflows/on-push.yaml/badge.svg
|
||||
[license-badge]: https://img.shields.io/badge/License-BSD_4--Clause-orange
|
||||
[sponsor-badge]: https://img.shields.io/badge/Sponsor-Patreon-green
|
||||
[language-badge]: https://img.shields.io/badge/Language-C++-blue
|
||||
[build2-badge]: https://img.shields.io/badge/Powered_by-build2-red
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Art::Paperback::Carousel
|
||||
///
|
||||
using iterator = typename deque<Object>::iterator;
|
||||
|
||||
/// Immutbale iterator type.
|
||||
/// Immutable iterator type.
|
||||
///
|
||||
using const_iterator = typename deque<Object>::const_iterator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user