summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/cpp_modules/.keep0
-rw-r--r--public/frameworks/CoreFoundation.fwrk/CoreFoundation.json4
-rw-r--r--public/frameworks/CoreFoundation.fwrk/headers/Object.h2
-rw-r--r--public/frameworks/CoreFoundation.fwrk/headers/Ref.h2
-rw-r--r--public/frameworks/DiskImage.fwrk/DiskImage.json4
-rw-r--r--public/frameworks/KernelTest.fwrk/KernelTest.json4
-rw-r--r--public/frameworks/LaunchHelpers.fwrk/LaunchHelpers.json2
7 files changed, 9 insertions, 9 deletions
diff --git a/public/cpp_modules/.keep b/public/cpp_modules/.keep
deleted file mode 100644
index e69de29b..00000000
--- a/public/cpp_modules/.keep
+++ /dev/null
diff --git a/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json b/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json
index fa891511..ca700965 100644
--- a/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json
+++ b/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "./", "../../../dev", "../../../src/kernel"],
+ "headers_path": ["../", "./", "../../../src", "../../../src/kernel"],
"sources_path": ["src/*.cc"],
"output_name": "./dist/libCoreFoundation.fwrk.dylib",
"compiler_flags": [
@@ -19,4 +19,4 @@
"__CF_64BIT__"
]
}
- \ No newline at end of file
+
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Object.h b/public/frameworks/CoreFoundation.fwrk/headers/Object.h
index 6aa1623e..931cc8f9 100644
--- a/public/frameworks/CoreFoundation.fwrk/headers/Object.h
+++ b/public/frameworks/CoreFoundation.fwrk/headers/Object.h
@@ -1,5 +1,5 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-org/nekernel
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Ref.h b/public/frameworks/CoreFoundation.fwrk/headers/Ref.h
index c7d9234c..33d5a6c5 100644
--- a/public/frameworks/CoreFoundation.fwrk/headers/Ref.h
+++ b/public/frameworks/CoreFoundation.fwrk/headers/Ref.h
@@ -74,7 +74,7 @@ class CFNonNullRef final CF_OBJECT {
return fRef;
}
- CFNonNullRef& operator=(const CFNonNullRef<T>& ref) = delete;
+ CFNonNullRef& operator=(const CFNonNullRef<T>& ref) = default;
CFNonNullRef(const CFNonNullRef<T>& ref) = default;
private:
diff --git a/public/frameworks/DiskImage.fwrk/DiskImage.json b/public/frameworks/DiskImage.fwrk/DiskImage.json
index 7b424b11..ee1985a6 100644
--- a/public/frameworks/DiskImage.fwrk/DiskImage.json
+++ b/public/frameworks/DiskImage.fwrk/DiskImage.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "./", "../../../dev", "../../../src/kernel"],
+ "headers_path": ["../", "./", "../../../src", "../../../src/kernel"],
"sources_path": ["src/*.cc"],
"output_name": "./dist/libDiskImage.fwrk.dylib",
"compiler_flags": [
@@ -18,4 +18,4 @@
"__NE_AMD64__"
]
}
- \ No newline at end of file
+
diff --git a/public/frameworks/KernelTest.fwrk/KernelTest.json b/public/frameworks/KernelTest.fwrk/KernelTest.json
index 691fbac5..075ded46 100644
--- a/public/frameworks/KernelTest.fwrk/KernelTest.json
+++ b/public/frameworks/KernelTest.fwrk/KernelTest.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "./", "../../../dev", "../../../src/kernel"],
+ "headers_path": ["../", "./", "../../../src", "../../../src/kernel"],
"sources_path": ["src/*.cc"],
"output_name": "./dist/libKernelTest.fwrk.dylib",
"compiler_flags": [
@@ -18,4 +18,4 @@
"__NE_AMD64__"
]
}
- \ No newline at end of file
+
diff --git a/public/frameworks/LaunchHelpers.fwrk/LaunchHelpers.json b/public/frameworks/LaunchHelpers.fwrk/LaunchHelpers.json
index 80b9eda8..e006fed6 100644
--- a/public/frameworks/LaunchHelpers.fwrk/LaunchHelpers.json
+++ b/public/frameworks/LaunchHelpers.fwrk/LaunchHelpers.json
@@ -16,4 +16,4 @@
"kSampleFWVersionLowest=0x0100",
"__NE_SDK__"
]
-} \ No newline at end of file
+}