|
|
|
@48:c80c4bec5a8b
|
3 years |
mreichardt |
Merge with 17.03
tip
|
|
|
@47:84720ab03248
|
3 years |
mreichardt |
Adapts to change in rrlib_time (additional time mode 'steady initial …
17.03
|
|
|
@46:b38688c96971
|
4 years |
max.reichardt |
Merge with 17.03
|
|
|
@45:455c4c18ae61
|
4 years |
max.reichardt |
Merge with 14.08
17.03
|
|
|
@44:89707c672359
|
4 years |
max.reichardt |
Small fix to tLoopThread that ensures that calling …
14.08
|
|
|
@43:910c1a1e8756
|
5 years |
mreichardt |
Merge with 17.03
|
|
|
@42:27ec629865bc
|
5 years |
mreichardt |
Merge with 14.08
17.03
|
|
|
@41:d05449b579fa
|
5 years |
mreichardt |
Fixes compiler warning (by removing obsolete assertion that compares this …
14.08
|
|
|
@40:3c73feee6d4d
|
5 years |
mreichardt |
Merge with 17.03
|
|
|
@39:d45d6f5f5d3a
|
6 years |
mreichardt |
Makes condition variable wrapper return status from Wait() method with …
17.03
|
|
|
@38:a54d1cb46910
|
7 years |
mreichardt |
Removes log message from tThread destructor - as it may cause an error …
17.03
|
|
|
@37:175256080b0d
|
7 years |
foehst |
Starts beta branch for version 17.03
17.03
|
|
|
@36:5131f790f11c
|
8 years |
foehst |
Merge with 14.08
|
|
|
@35:7de42911b3a7
|
9 years |
mreichardt |
Added #ifndefs for Cygwin support
|
|
|
@34:e0b13f473508
|
9 years |
foehst |
Fixed typo and demoted message about stopping threads from USER to DEBUG
14.08
|
|
|
@33:6fa10a099839
|
9 years |
foehst |
Started stable branch for version 14.08
14.08
|
|
|
@32:1270a96f17ba
|
9 years |
mreichardt |
Fix for single threaded mode (tThread::StoppingThreads() always returned …
|
|
|
@31:1e116994bbf0
|
9 years |
mreichardt |
Fix for SINGLE_THREADED mode on Posix systems
|
|
|
@30:fa354798480f
|
9 years |
mreichardt |
Dependency to pthread library is now optional. Added RRLIB_SINGLE_THREADED …
|
|
|
@29:2106283fc9a9
|
10 years |
foehst |
Adapted to changes in rrlib_util
|
|
|
@28:b06f51354e0a
|
10 years |
mreichardt |
Updated make.xml
|
|
|
@27:2ac13759e16b
|
10 years |
mreichardt |
Merged with 13.10
|
|
|
@26:7e49f8bf5ff5
|
10 years |
mreichardt |
Better error messages in case of clock inconsistency
13.10
|
|
|
@25:5db3153ce369
|
10 years |
mreichardt |
Merged with 13.10
|
|
|
@24:d24b6f307548
|
10 years |
mreichardt |
Improved output of warning message
13.10
|
|
|
@23:3b0ff5b282a7
|
10 years |
mreichardt |
Merged with 13.10
|
|
|
@22:8830afc9296c
|
10 years |
mreichardt |
Fixed subtle bug (related to clock inconsistencies) in …
13.10
|
|
|
@21:8a4740787502
|
10 years |
mreichardt |
Made tTask destructor virtual (so that a list with ownership of task …
|
|
|
@20:6a5ce655e1ab
|
10 years |
mreichardt |
Removed boost dependency (replaced boost::thread_specific_ptr with …
|
|
|
@19:f2fff7b7cf13
|
10 years |
mreichardt |
Added 'override' keyword where appropriate
|
|
|
@18:72f585e63539
|
10 years |
mreichardt |
Merged with 13.10
|
|
|
@17:bcf16b0897fa
|
10 years |
mreichardt |
Fixed bugs that occured when 'application time' is set by an external …
13.10
|
|
|
@16:f9f5369bb432
|
10 years |
foehst |
Started stable branch for version 13.10
13.10
|
|
|
@15:d0e7b92ad22f
|
10 years |
foehst |
Added and updated license information
|
|
|
@14:2777e073b2c1
|
10 years |
mreichardt |
Adjusted make.xml to change in make_builder shared library naming
|
|
|
@13:ffd4afaa395b
|
10 years |
mreichardt |
Added pthread dependency that seems to be required on some platforms.
|
|
|
@12:90977c9d8b43
|
10 years |
mreichardt |
Bugfix
|
|
|
@11:a16a953e493b
|
10 years |
mreichardt |
Adjusted singleton longevity of tThread's thread-local (== longevity of …
|
|
|
@10:28e53f391f9a
|
11 years |
mreichardt |
Replaced boost::noncopyable with rrlib::util::tNoncopyable.
|
|
|
@9:93c2a88cd13a
|
11 years |
foehst |
Updated file info
|
|
|
@8:5a3625dd40e8
|
11 years |
mreichardt |
Added TryLock() function(ality) to class tLock. Fixed small issues in …
|
|
|
@7:07dd445b7fac
|
11 years |
mreichardt |
Added method to actually set niceness level of thread.
Thread id is now a …
|
|
|
@6:416a662373bf
|
11 years |
mreichardt |
tLoopThread now uses debug level ERROR for any exceptions in catches - so …
|
|
|
@5:6a3516d3ee5c
|
11 years |
foehst |
Adapted to changes in rrlib_logging
|
|
|
@4:46a4150b6fd3
|
11 years |
mreichardt |
tLoopThread now allows to set whether to use application or system time …
|
|
|
@3:5a7d8d527ebd
|
11 years |
foehst |
Adapted to rrlib_util -> rrlib_design_patterns split
|
|
|
@2:ab6b230e7da2
|
11 years |
mreichardt |
Fixed issue with gcc 4.5.
|
|
|
@1:e3d42f26a8cf
|
11 years |
mreichardt |
Fixed lock and lock stack class so that we actually see an error message …
|
|
|
@0:c2492b69e880
|
11 years |
mreichardt |
Initial commit. These are refactored thread classes that were moved out of …
|