Skip to content

Commit

Permalink
Fix -Wdeprecated-literal-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jan 3, 2025
1 parent 274ad07 commit 3f8640c
Show file tree
Hide file tree
Showing 76 changed files with 8,047 additions and 20 deletions.
126 changes: 126 additions & 0 deletions doc/CMakeCache.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
# This is the CMakeCache file.
# For build in directory: /home/jhasse/git/jngl/doc
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=1

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/jhasse/git/jngl/doc/CMakeFiles/pkgRedirects

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=jngl-doxygen

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git

//Value Computed by CMake
jngl-doxygen_BINARY_DIR:STATIC=/home/jhasse/git/jngl/doc

//Value Computed by CMake
jngl-doxygen_IS_TOP_LEVEL:STATIC=ON

//Value Computed by CMake
jngl-doxygen_SOURCE_DIR:STATIC=/home/jhasse/git/jngl/doc


########################
# INTERNAL cache entries
########################

//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/jhasse/git/jngl/doc
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=5
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/jhasse/git/jngl/doc
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//linker supports push/pop state
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=FALSE

15 changes: 15 additions & 0 deletions doc/CMakeFiles/3.30.5/CMakeSystem.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Linux-6.12.5-200.fc41.x86_64")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "6.12.5-200.fc41.x86_64")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")



set(CMAKE_SYSTEM "Linux-6.12.5-200.fc41.x86_64")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "6.12.5-200.fc41.x86_64")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")

set(CMAKE_CROSSCOMPILING "FALSE")

set(CMAKE_SYSTEM_LOADED 1)
11 changes: 11 additions & 0 deletions doc/CMakeFiles/CMakeConfigureLog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

---
events:
-
kind: "message-v1"
backtrace:
- "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)"
- "CMakeLists.txt:2 (project)"
message: |
The system is: Linux - 6.12.5-200.fc41.x86_64 - x86_64
...
16 changes: 16 additions & 0 deletions doc/CMakeFiles/CMakeDirectoryInformation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.30

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jhasse/git/jngl/doc")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jhasse/git/jngl/doc")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)


# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
19 changes: 19 additions & 0 deletions doc/CMakeFiles/CMakeRuleHashes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Hashes of file build rules.
2863548cf6fe4fac86d92e32bf212ceb CMakeFiles/cppreference
79f72872a2f0667f31b50b4921f0d4ff CMakeFiles/cppreference-complete
2863548cf6fe4fac86d92e32bf212ceb CMakeFiles/doxygen-awesome-css
b15c0c94f39d4316fb7733090a7f7347 CMakeFiles/doxygen-awesome-css-complete
e409526f0897f1620d7737de693edca9 cppreference-prefix/src/cppreference-stamp/cppreference-build
237169a7b16b1dd231ce96bb751561d8 cppreference-prefix/src/cppreference-stamp/cppreference-configure
8e0f692bc02861f2def6eb5a758e2a9a cppreference-prefix/src/cppreference-stamp/cppreference-download
834fbcfc98dfaa93b1db997ac26fa05e cppreference-prefix/src/cppreference-stamp/cppreference-install
0ca985e673a30be53bc1fd64cf21d33e cppreference-prefix/src/cppreference-stamp/cppreference-mkdir
224674c94ed2474e2f5b13e3347caacb cppreference-prefix/src/cppreference-stamp/cppreference-patch
0a09d018899f8728b97cf881a2b87996 cppreference-prefix/src/cppreference-stamp/cppreference-update
59d4d2b948ed6c99d3c34e59b2ed4217 doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-build
7a1f5226e13529d7f06a971e1d28c22b doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-configure
0c48d1c9970432bfe459bb47047de935 doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-download
d0a55a7bc23ccd5e7018c8c5a74670aa doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-install
7b842a554fde8421cbb3031347765c4b doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-mkdir
a4b0c4ecb7d0a97098d018a0a1e26762 doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-patch
c9e58fdb528f633a0285e38b96ebf18e doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-update
69 changes: 69 additions & 0 deletions doc/CMakeFiles/Makefile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.30

# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")

# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"CMakeFiles/3.30.5/CMakeSystem.cmake"
"CMakeLists.txt"
"cppreference-prefix/tmp/cppreference-mkdirs.cmake"
"doxygen-awesome-css-prefix/tmp/doxygen-awesome-css-mkdirs.cmake"
"/usr/share/cmake/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake/Modules/ExternalProject.cmake"
"/usr/share/cmake/Modules/ExternalProject/PatchInfo.txt.in"
"/usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in"
"/usr/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in"
"/usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in"
"/usr/share/cmake/Modules/ExternalProject/download.cmake.in"
"/usr/share/cmake/Modules/ExternalProject/gitclone.cmake.in"
"/usr/share/cmake/Modules/ExternalProject/gitupdate.cmake.in"
"/usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in"
"/usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake"
"/usr/share/cmake/Modules/FindGit.cmake"
"/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake/Modules/FindPackageMessage.cmake"
"/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake"
"/usr/share/cmake/Modules/Platform/Linux.cmake"
"/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
)

# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)

# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.30.5/CMakeSystem.cmake"
"cppreference-prefix/tmp/cppreference-mkdirs.cmake"
"cppreference-prefix/src/cppreference-stamp/download-cppreference.cmake"
"cppreference-prefix/src/cppreference-stamp/verify-cppreference.cmake"
"cppreference-prefix/src/cppreference-stamp/cppreference-urlinfo.txt"
"cppreference-prefix/src/cppreference-stamp/cppreference-update-info.txt"
"cppreference-prefix/src/cppreference-stamp/cppreference-patch-info.txt"
"cppreference-prefix/tmp/cppreference-cfgcmd.txt"
"doxygen-awesome-css-prefix/tmp/doxygen-awesome-css-mkdirs.cmake"
"doxygen-awesome-css-prefix/tmp/doxygen-awesome-css-gitclone.cmake"
"doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-gitinfo.txt"
"doxygen-awesome-css-prefix/tmp/doxygen-awesome-css-gitupdate.cmake"
"doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-update-info.txt"
"doxygen-awesome-css-prefix/src/doxygen-awesome-css-stamp/doxygen-awesome-css-patch-info.txt"
"doxygen-awesome-css-prefix/tmp/doxygen-awesome-css-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)

# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/cppreference.dir/DependInfo.cmake"
"CMakeFiles/doxygen-awesome-css.dir/DependInfo.cmake"
)
Loading

0 comments on commit 3f8640c

Please sign in to comment.