Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utf_view repo] Update docs: org renamed to bemanproject #27

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Codeowners for reviews on PRs

* @ednolan @camio @neatudarius
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option(

FetchContent_Declare(
beman.iterator_interface
GIT_REPOSITORY https://github.com/beman-project/iterator_interface.git
GIT_REPOSITORY https://github.com/bemanproject/iterator_interface.git
GIT_TAG 94adc3ea613384dc9da64c9de1a7d9a21395ede7
EXCLUDE_FROM_ALL
)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Distributed under the Boost Software License, Version 1.0.

# beman.utf_view: C++26 UTF Transcoding Views

[![CI](https://github.com/beman-project/utf_view/actions/workflows/ci.yml/badge.svg)](https://github.com/beman-project/utf_view/actions) [![Coverage](https://coveralls.io/repos/github/beman-project/utf_view/badge.svg?branch=main)](https://coveralls.io/github/beman-project/utf_view?branch=main)
[![CI](https://github.com/bemanproject/utf_view/actions/workflows/ci.yml/badge.svg)](https://github.com/bemanproject/utf_view/actions) [![Coverage](https://coveralls.io/repos/github/bemanproject/utf_view/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/utf_view?branch=main)

This repository implements the functionality proposed by P2728 for C++26, including:

Expand Down Expand Up @@ -118,7 +118,7 @@ beman.utf_view has the following minimum compiler requirements:

### Dependencies

beman.utf_view depends on [beman.iterator_interface](https://github.com/beman-project/iterator_interface). It brings in this library via CMake FetchContent.
beman.utf_view depends on [beman.iterator_interface](https://github.com/bemanproject/iterator_interface). It brings in this library via CMake FetchContent.

### Instructions

Expand All @@ -135,7 +135,7 @@ This excerpt from the project's CI script provides an example of building the pr
beman.utf_view is based on P2728.

- The latest official revision of P2728 can be found at https://wg21.link/p2728
- The unofficial latest draft Markdown source for the paper can be found in this repository at [paper/P2828.md](https://github.com/beman-project/utf_view/blob/main/paper/P2728.md)
- The unofficial latest draft Markdown source for the paper can be found in this repository at [paper/P2828.md](https://github.com/bemanproject/utf_view/blob/main/paper/P2728.md)
- The paper's committee status page can be found at https://github.com/cplusplus/papers/issues/1422

## Authors
Expand Down
2 changes: 1 addition & 1 deletion paper/P2728.md
Original file line number Diff line number Diff line change
Expand Up @@ -6168,7 +6168,7 @@ __Outcome:__ Strong consensus in favor
# Implementation experience

The most recent revision of this paper has a reference implementation called
[beman.utf_view](https://github.com/beman-project/utf_view) available on
[beman.utf_view](https://github.com/bemanproject/utf_view) available on
GitHub, which is a fork of Jonathan Wakely's implementation of P2728R6 as an
implementation detail for libstdc++. It is part of the Beman project.

Expand Down
Loading