Filter RSS
Project History

2019-06-26
11:11
NativeExecutive
[SVN] Commit revision 68
- added WaitTimed method for conditional variables
2019-06-24
00:50
NativeExecutive
[SVN] Commit revision 67
- fixed a bug in the timed wait function of events on linux where I forgot to the value to the fu...
2019-06-14
00:08
NativeExecutive
[SVN] Commit revision 66
- fixed a small bug where in legacy build configuration NativeExecutive still tried to pick the w...
2019-04-14
21:58
NativeExecutive
[SVN] Commit revision 65
- adjusted linux build optimizations
20:59
NativeExecutive
[SVN] Commit revision 64
- updated to Visual Studio 2019
2019-04-03
05:03
NativeExecutive
[SVN] Commit revision 63
- added some more linux memory allocation hooks because they are required (as per the GNU "Replac...
2019-04-02
19:25
NativeExecutive
[SVN] Commit revision 62
- added _DEBUG macro for Debug builds (code::blocks)
17:37
NativeExecutive
[SVN] Commit revision 61
- added support for global memory overrides on Linux - added support for entry-point overrides on...
2019-03-12
07:21
NativeExecutive
[SVN] Commit revision 60
- fixed a bug in PurgeActiveThreads where calling this function would leave dangling nativeThread...
2019-02-07
17:36
NativeExecutive
[SVN] Commit revision 59
- improved QOL structures
2019-01-30
20:43
NativeExecutive
[SVN] Commit revision 58
- fixed fiber termination on Linux - fixed thread race condition issues related to thread termina...
08:15
NativeExecutive
[SVN] Commit revision 57
- increased the stack space of the Linux stack freeing thread because it was ACTUALLY running out!
05:25
NativeExecutive
[SVN] Commit revision 56
- fixed a tiny bug in the Linux thread implementation where the evtRunning event was released aft...
2019-01-29
20:10
NativeExecutive
[SVN] Commit revision 55
- fixed a tiny bug inside of the linux CEvent implementation (wrong usage of futex) - fixed a bug...
08:05
NativeExecutive
[SVN] Commit revision 54
- quick bugfix: added NativeExecutive namespace enclosure for the Linux CEvent implementation
08:01
NativeExecutive
[SVN] Commit revision 53
- made NativeExecutive compile under Linux again (needs testing) - added CSemaphore synchronizati...
2019-01-24
21:34
NativeExecutive
[SVN] Commit revision 52
- fixed a bug where closing a thread could spawn another thread handle of the current thread
20:20
NativeExecutive
[SVN] Commit revision 51
- various perfect-forwarding fixes (meow what an oversight)
2019-01-22
05:44
NativeExecutive
[SVN] Commit revision 50
- fixed plugin-registration issues that caused unfreed memory
2019-01-21
01:49
NativeExecutive