David Snopek
|
39ad4633a8
Web: Fix crash when built with `dlink_enabled=yes`
|
3 months ago |
Thaddeus Crews
|
28089c40c1
Merge pull request #91006 from reduz/live-backtrace
|
4 months ago |
reduz
|
d1dcb40d56
Ability to print and log script backtraces
|
4 months ago |
Lukas Tenbrink
|
60784744ce
Handle the case where `waitpid` returns `errno` `EINTR`.
|
4 months ago |
bruvzg
|
48bfe13e4f
Add methods to decode/encode multibyte encodings.
|
11 months ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
6 months ago |
Ricardo Subtil
|
b77aa473a1
Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
|
1 year ago |
Adam Scott
|
1b3e483899
Add file and dir temporary utilities
|
10 months ago |
bruvzg
|
76164c2aa9
[OS] Add functions to determine standard I/O device type.
|
1 year ago |
bruvzg
|
10f3c1f587
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
|
1 year ago |
Fredia Huya-Kouadio
|
764de7fe31
Collapse the gdextension arguments into the `GDExtensionData` struct
|
1 year ago |
Fredia Huya-Kouadio
|
ede88cf59d
Fix loading GDExtension dependencies on Android
|
1 year ago |
kobewi
|
dce4a3e4c2
Add get_process_exit_code() method
|
1 year ago |
DmitriySalnikov
|
b73e740786
Add renaming of PDB files to avoid blocking them
|
1 year ago |
bruvzg
|
082b420c0a
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
bruvzg
|
628f3b2f79
[OS] Implement and expose to scripting APIs `get_memory_info` method instead of old `get_free_static_memory`.
|
2 years ago |
Rémi Verschelde
|
818a9e99a4
OS: Add `unset_environment`, better validate input
|
2 years ago |
Rémi Verschelde
|
0e4e782ada
Merge pull request #70714 from Calinou/doc-os-stdin
|
2 years ago |
Hugo Locurcio
|
86b8176864
Improve documentation for `OS.read_string_from_stdin()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
3d8a942a56
Fix reading Unicode from stdio.
|
2 years ago |
Rémi Verschelde
|
5aadc618b6
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
|
2 years ago |
MJacred
|
de768afbdc
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
|
2 years ago |
Rémi Verschelde
|
c2c9a582da
Merge pull request #64815 from RandomShaper/default_cpu_count
|
2 years ago |
Pedro J. Estébanez
|
6bf02c0162
Keep a single, portable implementation of `OS::get_processor_count()`
|
3 years ago |
Rémi Verschelde
|
f501e4f665
Unix: Remove now unnecessary I/O defines, cleanup
|
2 years ago |
Rémi Verschelde
|
26e9145c26
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
|
2 years ago |
MJacred
|
ac9786c525
Add get_distribution_name() and get_version() to OS
|
2 years ago |
James
|
0aecfc9254
Fixes #65377: get_datetime_* functions can return wrong values
|
3 years ago |