Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 years ago |
Lasse Öörni
|
3c9881faca
Further consistency edit to return (?) on failure path in all ProcessUtils detection functions. Improve function comments in header.
|
8 years ago |
Florastamine
|
e602496be7
Minor incoherent fix.
|
8 years ago |
Yao Wei Tjong 姚伟忠
|
752609701b
Indirectly detect the availability of the "RtlGetVersion" function.
|
8 years ago |
Lasse Öörni
|
0bdb20fd8e
Add MINI_URHO check to disable Windows OS version detection, to help with issue #1998.
|
8 years ago |
Yao Wei Tjong 姚伟忠
|
75b8420a31
Initial work for porting Urho3D to AppleTV platform.
|
10 years ago |
Lasse Öörni
|
7493684840
Disable unsupported functions on iOS.
|
8 years ago |
Huy Nguyen
|
497d09f997
Fixed coding convention, replaced atoi(), minor cleanup.
|
8 years ago |
Huy Nguyen
|
3db26b4fad
Fixed missing include for atoi().
|
8 years ago |
Huy Nguyen
|
fea5ece69b
Added macOS/Mac OS X support for OSGetVersion().
|
8 years ago |
Huy Nguyen
|
973c426d69
Rewrote GetLoginName() to properly detect the logged on user.
|
8 years ago |
Huy Nguyen
|
0df11623c6
Sync with the platform-query-functions branch.
|
8 years ago |
Huy Nguyen
|
c88c5e6779
Update ProcessUtils.cpp
|
8 years ago |
Huy Nguyen
|
c29baecbe2
Update ProcessUtils.cpp
|
8 years ago |
Huy Nguyen
|
dc1746bc6e
Exclude other platforms except Windows and Linux.
|
8 years ago |
Florastamine
|
31d0a8afc5
Oops.
|
8 years ago |
Florastamine
|
4b627f7f72
Fix & minor cleanup.
|
8 years ago |
Florastamine
|
4c7647aa29
GetOSVersion() returns the version of the OS.
|
8 years ago |
Florastamine
|
c0c3f56678
GetHostName() returns name of the computer.
|
8 years ago |
Florastamine
|
de1af331ac
GetLoginName() returns the name of the currently logged in user.
|
8 years ago |
Florastamine
|
c7981ecad1
GetTotalMemory(), which returns the total amount of useable memory.
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Lasse Öörni
|
939e7c9fd3
Revert "String + number operator". Remove String + operator with char parameter to prevent accidental truncation and replace with string literal concatenation where needed.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
3ab69da3af
Use __ANDROID__ compiler define consistently.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
64d975ba1a
Add initial build support for generic ARM platform.
|
9 years ago |
proller
|
0dc85f14a9
compile on arm arch with opengles2
|
9 years ago |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 years ago |
Lasse Öörni
|
5e780d9e8b
Allow configurable minidump write location via ProcessUtils.h functions. Closes #1142.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
431559c2bd
For Travis CI & AppVeyor - unified 'ci' rake task and spring cleaning.
|
10 years ago |
Jukka Jylänki
|
f7d5684001
Implement GetNumPhysicalCPUs() and GetNumLogicalCPUs() on Emscripten, which calls to emscripten_num_logical_cores() (navigator.hardwareConcurrency API in JS when available, or a guessed "4 cores" when not)
|
10 years ago |