Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-27 | Small fix for cEvent | Tiger Wang | 1 | -6/+12 | |
Don't bother using atomics since a synchronisation primitive is already being used. | |||||
2015-06-22 | Fixed minor errors in Tycho's code | Tiger Wang | 1 | -35/+21 | |
Everything should work now :) | |||||
2015-06-04 | Skip unknown cflag for Apple clang & remove cSemaphore | Cengiz Can | 1 | -2/+2 | |
2014-12-11 | Cosmetic touchups. | Mattes D | 1 | -1/+1 | |
Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files. | |||||
2014-12-07 | Fixed integer overflow problems. | Mattes D | 1 | -3/+3 | |
The event would overflow when requesting a 60 minute timeout. | |||||
2014-11-04 | cEvent: Changed chrono duration resolution. | Mattes D | 1 | -1/+1 | |
2014-11-04 | cEvent: Changed steady_clock to system_clock. | Mattes D | 1 | -2/+2 | |
2014-10-24 | Moved the chrono include into Globals. | Mattes D | 1 | -1/+0 | |
2014-10-24 | Added a missing chrono include. | Mattes D | 1 | -0/+1 | |
2014-10-23 | Reimplemented cEvent using C++11 primitives. | Mattes D | 1 | -120/+34 | |
Fixes #1523. | |||||
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-05 | Added a cEvent::Wait() with timeout. | Mattes D | 1 | -0/+47 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 | |
2014-07-01 | Fixed printf formats for Win builds | madmaxoft | 1 | -3/+3 | |
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-01-25 | Switched cEvent to GetOSErrorString | Tycho | 1 | -18/+11 | |
2014-01-23 | Switched cEvent to use strerror_r for error messages | Tycho | 1 | -6/+18 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-06 | Removed TimedWait from cEvent. | madmaxoft | 1 | -47/+0 | |
Unsupported on MacOS. | |||||
2013-09-05 | Removed TimedWait from cEvent. | madmaxoft | 1 | -47/+0 | |
Unsupported on MacOS. | |||||
2013-08-19 | Fixed cEvent TimedWait on Linux. | madmaxoft | 1 | -1/+1 | |
2013-08-19 | Fixed timed event wait on Linux. | madmaxoft | 1 | -16/+11 | |
Was causing an error message and the DeadlockDetect didn't work. | |||||
2013-08-14 | cEvent can now wait for the event with a specified timeout. | madmaxoft | 1 | -26/+78 | |
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -118/+118 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-12 | *nix compilation fix (for rev 402) | madmaxoft@gmail.com | 1 | -4/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@405 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-12 | Fixing compilation on Drawin 9 / MacOS X | madmaxoft@gmail.com | 1 | -12/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@402 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-20 | Using own ASSERT() that logs to file | faketruth | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@297 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | AString logging fix 2 | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@218 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | cEvent: fixed wrong errorchecking in win32 Set() | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@213 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | Hopefully fixed pthreads in cEvent (again) | madmaxoft@gmail.com | 1 | -0/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@200 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | cEvent class cleanup (single-event only, since multi-event wasn't used and wouldn't work on *nix anyway) | madmaxoft@gmail.com | 1 | -73/+86 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@199 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -10/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+112 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |