Skip to content

Commit

Permalink
Apply the Beman Standard: FILE.LICENSE_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
neatudarius committed Nov 11, 2024
1 parent add4a25 commit 266beab
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 126 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Codeowners for reviews on PRs
# .github/CODEOWNERS
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Codeowners for reviews on PRs
* @camio @neatudarius @steve-downey
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# .github/workflows/ci.yml -*-yaml-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: CI Tests
on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# beman.iterator\_interface: iterator creation mechanisms

<!--
SPDX-License-Identifier: 2.0 license with LLVM exceptions
-->

# beman.iterator\_interface: iterator creation mechanisms

**Implements**:
* [`std::iterator_interface` (P2727)](https://wg21.link/P2727)

Expand Down
5 changes: 5 additions & 0 deletions cmake/CompilerFeatureTest.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# cmake/CompilerFeatureTest.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

# Functions that determine compiler capabilities

include(CheckCXXSourceCompiles)
Expand Down
5 changes: 5 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# cmake/Config.cmake.in -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
Expand Down
5 changes: 5 additions & 0 deletions etc/ci-clang-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/ci-clang-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang)
Expand Down
5 changes: 5 additions & 0 deletions etc/clang-16-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/clang-16-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-16)
Expand Down
5 changes: 5 additions & 0 deletions etc/clang-17-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/clang-17-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-17)
Expand Down
5 changes: 5 additions & 0 deletions etc/clang-18-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/clang-18-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-18)
Expand Down
5 changes: 5 additions & 0 deletions etc/clang-19-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/clang-19-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-19)
Expand Down
5 changes: 5 additions & 0 deletions etc/clang-flags.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/clang-flags.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_CXX_STANDARD 23)
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-11-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-11-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

include("${CMAKE_CURRENT_LIST_DIR}/gcc-flags.cmake")
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-12-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-12-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

include("${CMAKE_CURRENT_LIST_DIR}/gcc-flags.cmake")
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-13-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-13-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

include("${CMAKE_CURRENT_LIST_DIR}/gcc-flags.cmake")
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-14-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-14-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

include("${CMAKE_CURRENT_LIST_DIR}/gcc-flags.cmake")
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-flags.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-flags.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_CXX_STANDARD 23)
Expand Down
5 changes: 5 additions & 0 deletions etc/gcc-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/gcc-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER gcc)
Expand Down
5 changes: 5 additions & 0 deletions etc/llvm-16-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/llvm-16-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-16)
Expand Down
5 changes: 5 additions & 0 deletions etc/llvm-master-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/llvm-master-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

set(LLVM_ROOT "$ENV{LLVM_ROOT}" CACHE PATH "Path to LLVM installation")

set(CMAKE_C_COMPILER ${LLVM_ROOT}/bin/clang)
Expand Down
5 changes: 5 additions & 0 deletions etc/llvm-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/llvm-toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang-14)
Expand Down
5 changes: 5 additions & 0 deletions etc/toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# cmake-format: off
# etc/toolchain.cmake -*-makefile-*-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# cmake-format: on

include_guard(GLOBAL)

include("${CMAKE_CURRENT_LIST_DIR}/gcc-flags.cmake")
Expand Down
10 changes: 6 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Beman.iterator Examples

<!--
SPDX-License-Identifier: 2.0 license with LLVM exceptions
-->

List of usage examples for `Beman.iterator`.
# beman.iterator_interfaces: Examples

List of usage examples for `beman.iterator_interfaces`.

## Sample

Check [sample](sample.cpp) for basic `Beman.iterator` library usage.
TODO: update examples.

Check [sample](sample.cpp) for basic `beman.iterator_interfaces` library usage.

Build and run instructions:
```shell
Expand Down
119 changes: 0 additions & 119 deletions papers/.clang-format

This file was deleted.

0 comments on commit 266beab

Please sign in to comment.