- Removed Double Underscores for portability
This commit is contained in:
@@ -68,7 +68,7 @@ add_library(fennec STATIC
|
||||
include/fennec/containers/set.h
|
||||
include/fennec/containers/tuple.h
|
||||
|
||||
include/fennec/containers/detail/__tuple.h
|
||||
include/fennec/containers/detail/_tuple.h
|
||||
|
||||
|
||||
# LANG =================================================================================================================
|
||||
@@ -93,14 +93,14 @@ add_library(fennec STATIC
|
||||
include/fennec/lang/utility.h
|
||||
include/fennec/lang/integer.h
|
||||
|
||||
include/fennec/lang/detail/__bits.h
|
||||
include/fennec/lang/detail/__int.h
|
||||
include/fennec/lang/detail/__numeric_transforms.h
|
||||
include/fennec/lang/detail/__stdlib.h
|
||||
include/fennec/lang/detail/__type_traits.h
|
||||
include/fennec/lang/detail/__type_transforms.h
|
||||
include/fennec/lang/detail/__type_sequences.h
|
||||
include/fennec/lang/detail/__typeuuid.h
|
||||
include/fennec/lang/detail/_bits.h
|
||||
include/fennec/lang/detail/_int.h
|
||||
include/fennec/lang/detail/_numeric_transforms.h
|
||||
include/fennec/lang/detail/_stdlib.h
|
||||
include/fennec/lang/detail/_type_traits.h
|
||||
include/fennec/lang/detail/_type_transforms.h
|
||||
include/fennec/lang/detail/_type_sequences.h
|
||||
include/fennec/lang/detail/_typeuuid.h
|
||||
|
||||
include/fennec/lang/assert.h source/lang/assert.cpp
|
||||
|
||||
@@ -115,7 +115,7 @@ add_library(fennec STATIC
|
||||
include/fennec/memory/pointers.h
|
||||
include/fennec/memory/ptr_traits.h
|
||||
|
||||
include/fennec/memory/detail/__ptr_traits.h
|
||||
include/fennec/memory/detail/_ptr_traits.h
|
||||
|
||||
# DEBUG ================================================================================================================
|
||||
source/debug/assert_impl.cpp
|
||||
@@ -150,11 +150,11 @@ add_library(fennec STATIC
|
||||
include/fennec/math/ext/trigonometric.h
|
||||
|
||||
|
||||
include/fennec/math/detail/__fwd.h
|
||||
include/fennec/math/detail/__math.h
|
||||
include/fennec/math/detail/__matrix.h
|
||||
include/fennec/math/detail/__types.h
|
||||
include/fennec/math/detail/__vector_traits.h
|
||||
include/fennec/math/detail/_fwd.h
|
||||
include/fennec/math/detail/_math.h
|
||||
include/fennec/math/detail/_matrix.h
|
||||
include/fennec/math/detail/_types.h
|
||||
include/fennec/math/detail/_vector_traits.h
|
||||
|
||||
# FPROC ================================================================================================================
|
||||
|
||||
@@ -163,7 +163,7 @@ add_library(fennec STATIC
|
||||
include/fennec/fproc/strings/locale.h
|
||||
include/fennec/fproc/strings/string.h
|
||||
|
||||
include/fennec/fproc/strings/detail/__ctype.h
|
||||
include/fennec/fproc/strings/detail/_ctype.h
|
||||
|
||||
# Filesystem
|
||||
include/fennec/fproc/filesystem/file.h source/fproc/filesystem/file.cpp
|
||||
|
||||
Reference in New Issue
Block a user