mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
Add license header to all source files
This commit is contained in:
committed by
Alan de Freitas
parent
b94cc47a23
commit
49e844b332
@@ -1,3 +1,11 @@
|
||||
<!--
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
-->
|
||||
---
|
||||
name: Submit a Correction or Bug report
|
||||
about: This is for typos, grammar, formatting, UI, HTML, or CSS style problems.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
<!--
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
-->
|
||||
---
|
||||
name: Suggest a Topic, Enhancement, or Information
|
||||
about: This is for requesting new topics, enhancements to existing exposition, or
|
||||
|
||||
8
.github/actions/antora_publish/action.yml
vendored
8
.github/actions/antora_publish/action.yml
vendored
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: 'Antora Publish'
|
||||
description: 'Build and Publish an Antora documentation website'
|
||||
inputs:
|
||||
|
||||
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: Build, Test and Upload Antora Docs
|
||||
on:
|
||||
push:
|
||||
|
||||
8
.github/workflows/ui-release.yml
vendored
8
.github/workflows/ui-release.yml
vendored
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: Publish Antora-UI bundle
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Antora Guide
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
8
build.sh
8
build.sh
@@ -1,4 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
|
||||
if command -v git >/dev/null && git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
|
||||
branch=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: contributor-guide
|
||||
title: Contributor Guide
|
||||
version: ~
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
|
||||
* xref:getting-involved.adoc[]
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Best Practices
|
||||
:navtitle: Best Practices
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= B2
|
||||
|
||||
*Content under construction.*
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= CMake
|
||||
|
||||
*Content under construction.*
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Backwards Compatibility
|
||||
:navtitle: Backwards Compatibility
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Portability Hints: Borland C++ 5.5.1
|
||||
:navtitle: Borland C++
|
||||
:idprefix:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Dependencies
|
||||
:navtitle: Dependencies
|
||||
:idprefix:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Design Guide
|
||||
:navtitle: Design Guide
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Headers
|
||||
:navtitle: Headers
|
||||
:idprefix:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Separate Compilation
|
||||
:navtitle: Separate Compilation
|
||||
:idprefix:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= AsciiDoc Style Guide
|
||||
:navtitle: AsciiDoc Style Guide
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Documentation Components
|
||||
:navtitle: Documentation Components
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Guidelines
|
||||
:navtitle: Guidelines
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Getting Involved
|
||||
:navtitle: Getting Involved
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Contributor Guide
|
||||
|
||||
This Contributor Guide is for C++ developers who wish to submit a library to the Boost collection. Or to contribute in some other way, such as testing or evaluating library submissions.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Release Notes
|
||||
:navtitle: Release Notes
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Release Process
|
||||
:navtitle: Release Process
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Library Metadata
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Library Requirements
|
||||
:navtitle: Library Requirements
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= License Requirements
|
||||
:navtitle: License Requirements
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Organization Requirements
|
||||
:navtitle: Organization Requirements
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Portability Requirements
|
||||
:navtitle: Portability Requirements
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Site-docs Style Guide
|
||||
:navtitle: Site-docs Style Guide
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Getting Started with the Super-project
|
||||
:navtitle: Getting Started
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Getting Started with Super-project Library Maintenance
|
||||
:navtitle: Library Maintenance
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Super-project Library Workflow
|
||||
:navtitle: Library Workflow
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Super-project Layout
|
||||
:navtitle: Super-project Layout
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Test Matrix
|
||||
:navtitle: Test Matrix
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Continuous Integration
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Fuzz Testing
|
||||
|
||||
*What is fuzz testing?* Fuzzing is a testing technique that injects random pieces of data to a software function to uncover crashes and vulnerabilities. It helps improving code security and reliability, since it can trigger edge cases that went unnoticed during unit testing.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Introduction to Testing
|
||||
:navtitle: Introduction
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Sanitize Your Code
|
||||
:navtitle: Sanitizers
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Test Policy
|
||||
:navtitle: Test Policy
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Writing Tests
|
||||
:navtitle: Writing Tests
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Tweeting
|
||||
:navtitle: Tweeting
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Version Control
|
||||
:navtitle: Version Control
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Search Functionality
|
||||
|
||||
This document outlines the requirements and design of search functionality for Boost site documentation generated by Antora.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: formal-reviews
|
||||
title: Formal Reviews
|
||||
version: ~
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
* xref:index.adoc[Introduction to Boost Formal Reviews]
|
||||
* xref:submissions.adoc[]
|
||||
* xref:writing-reviews.adoc[]
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Introduction to Boost Formal Reviews
|
||||
:navtitle: Introduction to Boost Formal Reviews
|
||||
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Managing a Review
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Boost Library Submission Process
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Writing a Review
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
site:
|
||||
url: https://antora.cppalliance.org/1.81.0/libs
|
||||
title: Boost Libraries Documentation
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
site:
|
||||
url: https://antora.cppalliance.org/1.82.0/libs
|
||||
title: Boost Libraries Documentation
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
site:
|
||||
url: https://antora.cppalliance.org/1.83.0/libs
|
||||
title: Boost Libraries Documentation
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
|
||||
|
||||
# This script is used to build the Antora-based
|
||||
# documentation for Boost libraries and for the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
|
||||
# This configures Antora for building library docs
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Help
|
||||
|
||||
This is the help page.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Boost Style Guide
|
||||
|
||||
This document outlines the style guidelines for the site-docs. Adhering to these
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Boost People
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Darin Adler
|
||||
|
||||
image::../images/darin_adler.jpg[Darin Adler]
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Dave Abrahams
|
||||
|
||||
image::../images/dave_abrahams.jpg[Dave Abrahams]
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
|
||||
# This configures Antora for building site docs
|
||||
#
|
||||
# website link structure:
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
|
||||
|
||||
# This script is used to build the site
|
||||
# documentation which is not tagged per release.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/website-v2-docs
|
||||
#
|
||||
name: user-guide
|
||||
title: User Guide
|
||||
version: ~
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
* xref:intro.adoc[]
|
||||
* xref:getting-started.adoc[]
|
||||
* xref:explore-the-content.adoc[]
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Advanced Builds
|
||||
|
||||
*Content under construction.*
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Advanced Scenarios
|
||||
:navtitle: Introduction
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= History
|
||||
:navtitle: History
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Boost.Test Tutorial
|
||||
:navtitle: Boost.Test Tutorial
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= The Boost Software License
|
||||
|
||||
This section contains the current Boost Software License verbatim, and is followed by a rationale on why using this license is recommended.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Common Scenarios
|
||||
:navtitle: Introduction
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Explore the Content
|
||||
:navtitle: Explore the Content
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Frequently Asked Questions
|
||||
:navtitle: FAQ
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Getting Started
|
||||
:navtitle: Getting Started
|
||||
:latest_tag: 1_82_0
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Header Organization and Compiled Binaries
|
||||
:navtitle: Header Organization and Compiled Binaries
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= User Guide
|
||||
|
||||
This User Guide is for all pass:[C++] developers using or evaluating Boost libraries.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Introduction
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Library Names and Organization
|
||||
:navtitle: Library Names and Organization
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Release Process
|
||||
|
||||
Boost libraries are released together and publicly three times per year:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Reporting Issues
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Resources
|
||||
:navtitle: Resources
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= High-Performance Database Engine
|
||||
:navtitle: Database Engine
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Machine Learning
|
||||
:navtitle: Machine Learning
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Metaprogramming
|
||||
:navtitle: Metaprogramming
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Natural Language Processing
|
||||
:navtitle: Natural Language
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Networking
|
||||
:navtitle: Networking
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Parallel Computation
|
||||
:navtitle: Parallel Computation
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Real-Time Simulation
|
||||
:navtitle: Simulation
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= System Components
|
||||
:navtitle: System
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Text Processing
|
||||
:navtitle: Text Processing
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
////
|
||||
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Official repository: https://github.com/boostorg/website-v2-docs
|
||||
////
|
||||
= Testing and Debugging
|
||||
:navtitle: Testing and Debugging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user