index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-Structure cmake solution to be closer to the scons solution.
Samuel Nicholas
2024-09-24
1
-239
/
+15
*
Updated all variable names to use GODOT_ prefix
Samuel Nicholas
2024-09-14
1
-29
/
+31
*
Add GODOT_SYMBOL_VISIBILITY cache variable to match scons interface.
Samuel Nicholas
2024-09-14
1
-1
/
+13
*
Merge pull request #1563 from APokorny/visibility-hidden
David Snopek
2024-09-11
1
-0
/
+5
|
\
|
*
Add visibility-hidden
Andreas Pokorny
2024-08-26
1
-0
/
+5
*
|
Add hot reload support when building with GCC and CMake
ytnuf
2024-08-26
1
-4
/
+5
|
/
*
Merge pull request #1330 from pimms/cmake-hot-reload
David Snopek
2024-08-07
1
-0
/
+12
|
\
|
*
PR comments — added doc, default 'ON' in Debug, 'OFF' in Release
Joakim Stien
2023-12-10
1
-1
/
+8
|
*
Added hot reload support to CMakeLists.txt
Joakim Stien
2023-12-09
1
-0
/
+5
*
|
Integrate `.pre-commit-config.yaml`
Thaddeus Crews
2024-06-24
1
-1
/
+1
*
|
Change cmake_minimum_required to match actual requirements
ytnuf
2024-03-22
1
-1
/
+1
|
/
*
CMake: Remove hardcoded warnings list and forcing -Werror on library builds
Rémi Verschelde
2023-12-01
1
-11
/
+0
*
Merge pull request #1307 from LAK132/master
Rémi Verschelde
2023-11-24
1
-0
/
+1
|
\
|
*
Fix file list issues when trying to build with meson via cmake
LAK132
2023-11-11
1
-0
/
+1
*
|
Prevent CMake from always including debug symbols
Bytzo
2023-10-25
1
-3
/
+1
|
/
*
SCons: Disable C++ exception handling by default
Rémi Verschelde
2023-10-22
1
-5
/
+21
*
[MSVC] Force UTF-8 encoding.
bruvzg
2023-07-11
1
-1
/
+1
*
Update CMakeLists.txt
Alex
2023-05-06
1
-1
/
+1
*
{cmake} Use STATIC and POSITION_INDEPENDENT_CODE
Andy Maloney
2023-02-07
1
-11
/
+17
*
Merge pull request #1008 from asmaloney/cmake-compiler-warnings
Rémi Verschelde
2023-02-07
1
-33
/
+28
|
\
|
*
{cmake} Use the same compiler warnings as godot
Andy Maloney
2023-02-04
1
-35
/
+28
*
|
{cmake} Combine target_include_directories
Andy Maloney
2023-02-02
1
-8
/
+1
|
/
*
{cmake} Add GODOT_CPP_SYSTEM_HEADERS option to mark includes as SYSTEM
Andy Maloney
2023-01-18
1
-1
/
+11
*
Rename float=64 build option to precision=double
Ricardo Buring
2023-01-09
1
-7
/
+6
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
1
-9
/
+14
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-2
/
+2
*
{cmake} Updates for target-based approach
Andy Maloney
2022-12-04
1
-23
/
+21
*
[MSVC] Add NOMINMAX flag to scons and cmake.
Fabio Alessandrelli
2022-09-12
1
-2
/
+1
*
CMake: fix CMAKE_BUILD_TYPE and BITS check
Joshua Cooper
2022-07-18
1
-5
/
+7
*
CMake: Fixup build after #732
Rémi Verschelde
2022-07-18
1
-10
/
+3
*
CMake: Don't use `-fPIC` on Windows (#732)
Rémi Verschelde
2022-07-18
1
-1
/
+4
|
\
|
*
Update CMakeLists.txt
Pxl
2022-03-26
1
-1
/
+4
*
|
Add double precision build support.
bruvzg
2022-05-04
1
-6
/
+12
|
/
*
Sync `misc/` scripts and hooks with upstream Godot
Rémi Verschelde
2022-03-15
1
-1
/
+1
*
Merge branch 'master' of https://github.com/godotengine/godot-cpp into test_c...
Nicolás Carrasco
2022-02-20
1
-3
/
+3
|
\
|
*
In CMakeLists, use the new FindPython3 instead of FindPython
Ivorius
2021-12-29
1
-3
/
+3
*
|
Fix Test CMake project for Windows and parametrize paths
Nicolás Carrasco
2022-01-26
1
-3
/
+13
|
/
*
Test CMake project with CI (#518)
O01eg
2021-12-24
1
-2
/
+4
*
Require at least python 3
Bradley Clemetson
2021-12-11
1
-1
/
+1
*
synced windows compile definitions with scons configuration
Nickolai Korshunov
2021-11-11
1
-0
/
+5
*
Rework debug flags for CMake
Hennadii Chernyshchyk
2021-10-03
1
-10
/
+5
*
Changed over to proper godot-headers
Bastiaan Olij
2021-09-27
1
-2
/
+2
*
Add alias
Hennadii Chernyshchyk
2021-09-27
1
-0
/
+1
*
Specify project languages
Hennadii Chernyshchyk
2021-09-27
1
-1
/
+1
*
Remove Generating Bindings message
Hennadii Chernyshchyk
2021-09-27
1
-2
/
+1
*
Do not override build path
Hennadii Chernyshchyk
2021-09-27
1
-12
/
+0
*
Fix OUTPUT for add_custom_command
Hennadii Chernyshchyk
2021-09-27
1
-14
/
+4
*
Fix issues with method calls
George Marques
2021-09-27
1
-0
/
+2
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-14
/
+13
*
Update `string(TOLOWER ...)` to take string versions of CMake variables (#561)
Hristo Stamenov
2021-05-20
1
-2
/
+2
[next]