|
|
|
@185:4d13242ae108
|
18 months |
max.reichardt |
Merge with 17.03
tip
|
|
|
@184:8cf523e5b8ee
|
18 months |
max.reichardt |
Replaces tTime dependencies in rrlib_util and adds warning to tTime header …
17.03
|
|
|
@183:b961191afaa1
|
18 months |
max.reichardt |
Makes (legacy) tTime class obtain timestamps from rrlib_time - to ensure …
17.03
|
|
|
@182:0b6dd2a6f91c
|
19 months |
max.reichardt |
Inlines GetFileDescriptor function, as otherwise linker errors occurred …
17.03
|
|
|
@181:7210a3afd95f
|
19 months |
mreichardt |
Merge with 17.03
|
|
|
@180:82182c74c2f8
|
19 months |
mreichardt |
Merge of parallel development
17.03
|
|
|
@179:e465981ca4f6
|
19 months |
mreichardt |
Makes it a runtime setting whether exception tracing is enabled.
17.03
|
|
|
@178:8c6734f22411
|
23 months |
max.reichardt |
Adds rrlib_util_signal_handling library - allowing multiple …
17.03
|
|
|
@177:2a43a96e4aef
|
2 years |
mreichardt |
Merge with 17.03
|
|
|
@176:aec9d144ecb1
|
2 years |
mreichardt |
Fixes compiler warning that appears with additional non-default warning …
17.03
|
|
|
@175:f2dd3a0dff52
|
3 years |
max.reichardt |
Adds missing 'const' modifier to tIteratorRange::Empty()
17.03
|
|
|
@174:3b1906ae452c
|
3 years |
mreichardt |
Merge with 17.03
|
|
|
@173:995dee26a025
|
3 years |
max.reichardt |
Adapts to changes in rrlib_time
17.03
|
|
|
@172:a987d74bd424
|
3 years |
max.reichardt |
Merge with 17.03
|
|
|
@171:400048d8db52
|
3 years |
max.reichardt |
Adds support for ARM64 architecture in tagged pointer class
17.03
|
|
|
@170:c3106c5c18b5
|
4 years |
mreichardt |
Merge with 17.03
|
|
|
@169:ee067c376df2
|
5 years |
foehst |
Merge with 14.08
|
|
|
@168:8f09365e2622
|
5 years |
foehst |
Merge with 14.08
17.03
|
|
|
@167:db24b1e80891
|
5 years |
foehst |
Fixes warning about unused function in release mode
14.08
|
|
|
@166:f256efc85099
|
5 years |
mreichardt |
Merge with 14.08
|
|
|
@165:20f165f22d0f
|
5 years |
mreichardt |
Merge with 14.08
17.03
|
|
|
@164:7b47551c117c
|
5 years |
mreichardt |
Bugfix for Get and Set methods of tEnumBasedFlags when used with 64-Bit …
14.08
|
|
|
@163:d8b807f8ee7e
|
6 years |
mreichardt |
Adds typedefs for template arguments to tEnumBasedFlags
17.03
|
|
|
@162:bef5f76f9967
|
6 years |
foehst |
Merge with 14.08
17.03
|
|
|
@161:694ca5642954
|
6 years |
foehst |
Merge with 14.08
|
|
|
@160:aaeedeabee77
|
6 years |
tobias.foehst |
Adds operator < to tEnumBasedFlags
14.08
|
|
|
@159:0f18ce923b96
|
7 years |
tobias.foehst |
Adds convenience functions to reset and check flags in tEnumBasedFlags
14.08
|
|
|
@158:b9ff329accda
|
6 years |
foehst |
Merge with 14.08
|
|
|
@157:d80b200a705d
|
6 years |
mreichardt |
Merged with 14.08
17.03
|
|
|
@156:030a1ef23ba0
|
6 years |
tobias.foehst |
Adds test to check if conversion from rrlib::time::tTimestamp to tTime …
14.08
|
|
|
@155:4561b3b07490
|
6 years |
foehst |
Adds a type trait for callables (functions, functors, lambdas, etc.)
17.03
|
|
|
@154:e4ed7874b57e
|
6 years |
foehst |
Adds overload to make range directly from e.g. an STL container
17.03
|
|
|
@153:3e510dd2bd0f
|
6 years |
mreichardt |
Adds tIteratorRange utility class that wraps start and end iterator
17.03
|
|
|
@152:52dd54e2592a
|
6 years |
foehst |
Starts beta branch for version 17.03
17.03
|
|
|
@151:348ae4187df0
|
7 years |
mreichardt |
Improves tMangedConstCharPointer ((1) bugfix when handling non-copied …
|
|
|
@150:40a2ec03fbc9
|
7 years |
max.reichardt |
Merged with 14.08
|
|
|
@149:6eaf638bfc9d
|
7 years |
max.reichardt |
Adds missing ==/!= operators to tEnumBasedFlags
14.08
|
|
|
@148:3ef70bad6fbe
|
7 years |
mreichardt |
Added tManagedConstCharPointer (smart pointer class for const char …
|
|
|
@147:cf8592456552
|
7 years |
mreichardt |
Removed compiler warning in unit test
|
|
|
@146:8bb04add2a32
|
7 years |
wettach |
cleaned code
|
|
|
@145:ace18c6c0493
|
7 years |
wettach |
cleaned code; added function for retrieving extension from a file name
|
|
|
@144:3af88cce7577
|
7 years |
wettach |
removed debug output
|
|
|
@143:c4f5f169b423
|
7 years |
wettach |
fixed copy/paste issues
|
|
|
@142:9fdf72ae3cdd
|
7 years |
wettach |
reorganized sFileIOUtils (now only functions from rrlib/util/fileio.h …
|
|
|
@141:d2166fec0548
|
7 years |
wettach |
small fix
|
|
|
@140:3d2122813649
|
7 years |
mreichardt |
Added test cases for string Tokenize() function. Made minor improvements …
|
|
|
@139:804baa38d03b
|
7 years |
wettach |
moved sStringUtils::Tokenize to string.h, replaced some functions of …
|
|
|
@138:54795acda7b9
|
7 years |
mreichardt |
Merged with 14.08
|
|
|
@137:a595ea258c54
|
7 years |
mreichardt |
Compile fix (possibly also bug fix) for gcc 5.3
14.08
|
|
|
@136:53211ebe7c86
|
8 years |
foehst |
Merge with 13.10
|
|
|
@135:e69efd5776a1
|
8 years |
foehst |
Merge with 13.10
14.08
|
|
|
@134:fb5983113932
|
8 years |
foehst |
Merge with changes from robot makers
13.10
|
|
|
@133:58d109dd322f
|
8 years |
tobias.foehst |
Merge with changes from finroc.org
13.10
|
|
|
@132:156aa69a87b5
|
8 years |
tobias.foehst |
Bugfix: special member functions for move semantics are not generated if …
13.10
|
|
|
@131:ff27859dca64
|
8 years |
leroch |
fixed issue in the context of name resolution
13.10
|
|
|
@130:9777943e41e5
|
8 years |
foehst |
Merge with 13.10
|
|
|
@129:2aeacbc68ea9
|
8 years |
foehst |
Merge with 13.10
14.08
|
|
|
@128:9e7376ae770a
|
8 years |
foehst |
Bugfix: casts are not allowed in #if expressions (and CLOCKS_PER_SEC …
13.10
|
|
|
@127:8e14ba59af80
|
8 years |
mreichardt |
Introduces RRLIB_UTIL_EXCEPTION_DISABLE_TRACING define to disable tracing …
|
|
|
@126:e555513f3de1
|
8 years |
wettach |
removed deprecated class
|
|
|
@125:37fafe915f31
|
8 years |
wettach |
improved ip address lookup via host call; less debug output
|
|
|
@124:1b0a9b51bae7
|
9 years |
foehst |
Merged with 14.08
|
|
|
@123:68ba619b821a
|
9 years |
foehst |
Setting max log message level of tUnitTestSuite to USER as tests should be …
14.08
|
|
|
@122:3114c2cdce23
|
9 years |
foehst |
Better fix for printf format string warnings: replaced PRINTF by PRINT …
14.08
|
|
|
@121:93a15712f420
|
9 years |
foehst |
Fixed warning: printf format string
14.08
|
|
|
@120:1bc446ce2c5a
|
9 years |
foehst |
Started stable branch for version 14.08
14.08
|
|
|
@119:e0f1b4de6c6c
|
9 years |
m_arndt |
Only attempt to create backtraces if running on Linux
|
|
|
@118:60d762efb225
|
9 years |
foehst |
Added default implementation for tUnitTestSuite's InitializeTests and …
|
|
|
@117:2985b3c48af7
|
9 years |
mreichardt |
Merged
|
|
|
@116:83fa55e9e8ac
|
9 years |
m_arndt |
Rename nondescriptive parameters "a" and "b" to "expected" and "actual" - …
|
|
|
@115:d8ef0e8bd451
|
9 years |
foehst |
Updated make.xml and transformed test programs to unit tests
|
|
|
@114:4e206da6f338
|
9 years |
foehst |
Marked outdated RRLIB_FINAL_CLASS deprecated. Use C++11's final specifier …
|
|
|
@113:d271a42971c8
|
9 years |
foehst |
Merged with 13.10
|
|
|
@112:3bac4000907e
|
9 years |
foehst |
Bugfix: Added instance of type lists' tIndexOf::cVALUE to reference to …
13.10
|
|
|
@111:56ac6d8b1149
|
9 years |
wettach |
cleaned GetHostName()
|
|
|
@110:d1cbdd7d17fd
|
9 years |
mreichardt |
Added slim collection of string utility functions as discussed with Tobias
|
|
|
@109:3410bfde33c5
|
9 years |
foehst |
Added missing include
|
|
|
@108:75362ec0c4b3
|
9 years |
foehst |
Added symbol demangling
|
|
|
@107:bd1bbc610a4d
|
9 years |
foehst |
Fixed warning in snprintf, added explicit dtor and removed noreturn …
|
|
|
@106:706c82fbaa8c
|
9 years |
foehst |
Made backtrace more robust against whitespace in filenames
|
|
|
@105:94529588aa60
|
9 years |
foehst |
Added traceable exceptions
|
|
|
@104:6763edb5aa9f
|
9 years |
foehst |
Merged with 13.10
|
|
|
@103:4c886d857d1f
|
9 years |
foehst |
* Adjusted type_list/tTypeListBase.h according to code convention
* Moved …
13.10
|
|
|
@102:24058c6c98bf
|
10 years |
wettach |
added convenience function
|
|
|
@101:8ffe936eef5b
|
10 years |
foehst |
Merged default
|
|
|
@100:9fa296214eec
|
10 years |
foehst |
Started stable branch for version 13.10
13.10
|
|
|
@99:f488dabb5efa
|
10 years |
foehst |
Reformatted with astyle 2.03
|
|
|
@98:ea0238bf0832
|
10 years |
foehst |
Added and updated license information
|
|
|
@97:693e3b37d37f
|
10 years |
foehst |
Merged with default
|
|
|
@96:f11c83d88445
|
10 years |
foehst |
Adjusted make.xml to change in make_builder shared library naming
|
|
|
@95:f3f1f1f16eac
|
10 years |
mreichardt |
Added tEnumBasedFlags utility class (as discussed with Tobias)
|
|
|
@94:5ab465115d30
|
10 years |
mreichardt |
Fix in sFileIOUtils::HostToIp functions: if host name cannot be resolved, …
|
|
|
@93:8d20c0a4f746
|
10 years |
wettach |
added convenience function
|
|
|
@92:77b2d68da1f5
|
10 years |
foehst |
Replaced std::function in ProcessVariadicValues by less restricitve …
|
|
|
@91:f04d6cdf4e0a
|
10 years |
wettach |
generalized container input/output
|
|
|
@90:a072d3caf819
|
10 years |
foehst |
Added missing const qualifiers to cast operators
|
|
|
@89:b4237e424601
|
10 years |
mreichardt |
Removed redefinition of default argument in Join functions (required for …
|
|
|
@88:bec87c2a0b8f
|
10 years |
m_arndt |
Merged with default
|
|
|
@87:87326432bf85
|
10 years |
m_arndt |
Corrected _MESSAGE macro for RRLIB_UNIT_TESTS_EQUALITY_DOUBLE_MESSAGE
|
|
|
@86:7b5f4bbe0cd1
|
10 years |
m_arndt |
Added additional _MESSAGE macros that can be used to output a message on …
|
|
|