Thaddeus Crews
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
3 months ago |
Pāvels Nadtočajevs
|
e61edcadb8
Print script backtrace in the crash handler.
|
3 months ago |
Aaron Franke
|
97ee05e9b7
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
|
4 months ago |
Thaddeus Crews
|
dadfcd1ff2
Merge pull request #95776 from Calinou/crash-handler-linuxbsd-simplify-file-path
|
4 months ago |
Pāvels Nadtočajevs
|
ab717497ef
[Windows] Offload `RenderingDevice` creation test to subprocess.
|
5 months ago |
Hugo Locurcio
|
57141e04a6
Simplify printed file paths in the Linux/*BSD crash handler
|
11 months ago |
LinuxUserGD
|
f1a677fb4c
Disable the crash handler if execinfo=no scons option is set
|
1 year ago |
naelstrof
|
b49e9c9896
Made signal handling more uniform. Fixes #82102
|
1 year ago |
Riteo
|
2a6ce37910
Make PIE relocation detection glibc-only
|
2 years ago |
Ekaterina Vaartis
|
5e041eee11
Alter linux debug stacktraces handling to support more environments
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rafał Mikrut
|
2233624152
Remove usage of unitialized variables
|
2 years ago |
Rémi Verschelde
|
c366f8d2d4
Crash handler: Use `print_error` to include backtrace in logs
|
3 years ago |
Rémi Verschelde
|
90162851a7
Core: Move generated `VERSION_HASH` to a `.cpp` file
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
2beaae4b6f
String: Remove `erase` method, bindings can't mutate String
|
3 years ago |
Hugo Locurcio
|
8556dd1bef
Improve crash handler message display
|
4 years ago |
Marcel Admiraal
|
2a74b388d0
Split OS::execute into two methods
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
f8a79a97c7
Effective DisplayServer separation, rename X11 -> LinuxBSD
|
5 years ago |