Skip to content
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“CMakeLists.txt”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# University of Illinois/NCSA Open Source License

Copyright © 2015-2020 Lucena. All rights reserved.
Copyright © 2015-2024 Lucena. All rights reserved.

Developed by: Lucena
<https://lucena.com>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Since lucenaBAL is a header-only library, it is not necessary to link it; simply

## Prerequisites

lucenaBAL requires compiler support for C++11 or later. It has been tested with **gcc** 6 thru 10.1, **Microsoft Visual Studio** 2015 Update 3 thru MSVS 2019 16.6.1, **Xcode** 9 thru 11.5, and **llvm/clang** 6 thru 10. All testing thus far has been with the compilers’ bundled Standard Library implementations, although lucenaBAL should support mixing them.
lucenaBAL requires compiler support for C++11 or later. It has been tested with **gcc** 6 thru 14.2, **Microsoft Visual Studio** 2015 Update 3 thru MSVS 2022 17.11.4, **Xcode** 9 thru 16.0, and **llvm/clang** 6 thru 20. All testing thus far has been with the compilers’ bundled Standard Library implementations, although lucenaBAL should support mixing them.

## Building, Installing, and Testing

Expand Down Expand Up @@ -105,7 +105,7 @@ Tests can be scripted in the usual way for CMake and CTest, for example in order
Docs can also be generated, if desired, and are left in `<build>/docs`.

## Planning
Tokens deprecated prior to the official lucenaBAL 2.0 release—in particular, placeholder tokens superseded by formalized C++20 variants—will be removed as part of the eventual lucenaBAL 3.0 release, but will remain available until then.
Tokens deprecated prior to the official lucenaBAL 2.0 release—in particular, placeholder tokens superseded by formalized C++20/C++23 variants—will be removed as part of the eventual lucenaBAL 3.0 release, but will remain available until then.

As always, prefer to use the non-deprecated version of a token, especially when starting a new project.

Expand Down
2 changes: 1 addition & 1 deletion cmake/lbalGenerated.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“Generated.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“doc/CMakeLists.txt”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalAppleClangInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalAppleClangPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalClangInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalAppleClangPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalGCCInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalGCCPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalMSVCInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalMSVCPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalCompilerSetup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalCompilerSetup.hpp”
Copyright © 2007-2020 Lucena
Copyright © 2007-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalDefinitionTests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalDefinitionTests.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalDetectCompiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalDetectCompiler.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalDetectStandardLibrary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalDetectStandardLibrary.hpp”
Copyright © 2020 Lucena
Copyright © 2020-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalGenerated.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“Generated.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalKnownVersions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalKnownVersions.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalLibrarySetup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalLibrarySetup.hpp”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalPlatformSetup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalPlatformSetup.hpp”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/lbalVersionSetup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalVersionSetup.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryAppleLibCppInitialization.hpp”
Copyright © 2020 Lucena
Copyright © 2020-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryAppleLibCppPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryLibCppInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryLibCppPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryLibStdCppInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalStandardLibraryLibStdCppPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalStandardLibraryMSVCInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalStandardLibraryMSVCPostInitialization.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/platforms/lbalPlatformApple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalPlatformApple.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/platforms/lbalPlatformPOSIX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalPlatformPOSIX.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/details/platforms/lbalPlatformWinAPI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalPlatformWinAPI.hpp”
Copyright © 2019-2020 Lucena
Copyright © 2019-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/lbalConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalConfig.hpp”
Copyright © 2015-2020 Lucena
Copyright © 2015-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/lbalFeatureSetup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalFeatureSetup.hpp”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion include/lucenaBAL/lucenaBAL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lballucenaBAL.h”
Copyright © 2015-2020 Lucena
Copyright © 2015-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion licenses/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
University of Illinois/NCSA Open Source License

Copyright © 2015-2020 Lucena. All rights reserved.
Copyright © 2015-2024 Lucena. All rights reserved.

Developed by: Lucena
<https://lucena.com>
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalTest/CMakeLists.txt”
Copyright © 2018-2020 Lucena
Copyright © 2018-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion test/lbalTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lucena Build Abstraction Library
“lbalTest”
Copyright © 2015-2020 Lucena
Copyright © 2015-2024 Lucena
All Rights Reserved

This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion test/lbalTestConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lucena Build Abstraction Library
“lbalTestConfig.hpp”
Copyright © 2015-2020 Lucena
Copyright © 2015-2024 Lucena
All Rights Reserved
This file is distributed under the University of Illinois Open Source
Expand Down