|
|
|
@129:38d30c5ceaf3
|
4 years |
mreichardt |
Removes obsolete/unnecessary casts in ChunkedBuffer (as indicated by …
tip
|
|
|
@128:5e202b7179a8
|
4 years |
mreichardt |
Adapts to change in rrlib_serialization-java (adds explicit throw clause …
|
|
|
@127:6e6e321a9a79
|
6 years |
max.reichardt |
Merged with 17.03
|
|
|
@126:4f43c53c428b
|
6 years |
max.reichardt |
Removes obsolete (legacy) classes
17.03
|
|
|
@125:84e29d5ff27b
|
6 years |
mreichardt |
Cleans up code of concurrent list and array wrapper classes
17.03
|
|
|
@124:508d8703087a
|
6 years |
foehst |
Starts beta branch for version 17.03
17.03
|
|
|
@123:5b1d468799cb
|
8 years |
mreichardt |
Updated 'make.xml' - to preferred target tag names
|
|
|
@122:dd688b5a6022
|
9 years |
foehst |
Started stable branch for version 14.08
14.08
|
|
|
@121:cf6aa8a331e8
|
10 years |
mreichardt |
Bugfix
|
|
|
@120:f68525b4874b
|
10 years |
mreichardt |
Removed various obsolete classes and adapted code
|
|
|
@119:350748de63a3
|
10 years |
mreichardt |
Removed obsolete dependency entry from make.xml
|
|
|
@118:2a406d0e77ae
|
10 years |
mreichardt |
Moved packages 'serialization', 'logging', 'xml', and 'jni' to separate …
|
|
|
@117:a89801a71821
|
10 years |
foehst |
Started stable branch for version 13.10
13.10
|
|
|
@116:8aa4458adeff
|
10 years |
foehst |
Added and updated license information
|
|
|
@115:3cd169607fac
|
10 years |
foehst |
Reformatted with astyle 2.03
|
|
|
@114:82cc0cfc7e36
|
10 years |
mreichardt |
Adjusted make.xml to change in make_builder shared library naming
|
|
|
@113:14ac3e3cbb61
|
10 years |
mreichardt |
renamed logging enums
|
|
|
@112:b0f81f0cecf5
|
10 years |
mreichardt |
Added getElementType() method to PortDataListImpl
|
|
|
@111:10f2b93167a2
|
10 years |
mreichardt |
Changed level of new debug message to verbose
|
|
|
@110:36b75295fb8c
|
10 years |
mreichardt |
Adapted to changs in rrlib_rtti. Can now handle namespaces in C++ data …
|
|
|
@109:8b45cb16db4c
|
10 years |
mreichardt |
Bugfix in MemoryBuffer: If buffer is resized, it will maintain setting on …
|
|
|
@108:fc7d3a343435
|
10 years |
mreichardt |
Bugfix in MemoryBuffer.setSize()
|
|
|
@107:0b7b230dd8cf
|
10 years |
mreichardt |
Adapted serialization classes to changes in rrlib_serialization.
|
|
|
@106:7562a976d05d
|
10 years |
mreichardt |
JNICalls class now looks for rrlib_jni.
|
|
|
@105:8933cc7517a3
|
10 years |
foehst |
Equalized preamble
|
|
|
@104:e76056c100db
|
10 years |
mreichardt |
Fixed thread-safety issue in type register
|
|
|
@103:a1c586232451
|
10 years |
mreichardt |
MemoryBuffers and FixedBuffers now allow to choose whether they should use …
|
|
|
@102:a113cb635ff0
|
10 years |
mreichardt |
Removed network classes. Added some missing functionality to serialization …
|
|
|
@101:2c090ed41563
|
11 years |
mreichardt |
Removed annotations and code for outdated Java=>C++ conversion
|
|
|
@100:557797426799
|
11 years |
mreichardt |
Fix for Android platforms.
|
|
|
@99:4d955b62fb41
|
11 years |
foehst |
Removed unneeded dependency files
|
|
|
@98:db9083aa6852
|
11 years |
mreichardt |
Fixed serious memory leak in FixedBuffer class caused by Java thread local …
|
|
|
@97:797fc1c68e7f
|
11 years |
mreichardt |
Added serialization stream operators for durations.
|
|
|
@96:042a3d3c1c08
|
11 years |
mreichardt |
Some changes to handling of enum values:
- Refactored EnumValue class.
- …
|
|
|
@95:c7b8f6941730
|
11 years |
mreichardt |
"serialization encoding flexibility boost" commit:
- The names of enum …
|
|
|
@94:1a2c43cb7b32
|
11 years |
mreichardt |
Fixed loop time calculation when desired loop time is exceeded on average.
|
|
|
@93:8a16b825132a
|
12 years |
mreichardt |
Modified loop thread for more exact timing on loop starts.
|
|
|
@92:673a3f8b81d1
|
12 years |
mreichardt |
Fixed annotation that Sun Java has a problem with.
|
|
|
@91:bf2dae7c2de8
|
12 years |
mreichardt |
Bugfix in assertion.
|
|
|
@90:12d73102d9fb
|
12 years |
mreichardt |
Split 'serialization' package up into 'serialization' and 'rtti' (after …
|
|
|
@89:c7b3a67ccffc
|
12 years |
mreichardt |
Added interface NumericRepresentation for all types that have a numeric …
|
|
|
@88:d07607998e04
|
12 years |
mreichardt |
LoopThread now provides access to last cycle execution time.
|
|
|
@87:52ac92a0a4c6
|
12 years |
mreichardt |
Bugfix in deserialization of ChunkedBuffer.
|
|
|
@86:8b234e6c3606
|
12 years |
mreichardt |
Bugfix: empty filenames are now handled properly by …
|
|
|
@85:e363f2168d59
|
12 years |
mreichardt |
File lookup now deals with absolute file names properly.
|
|
|
@84:2e6f0eea4262
|
12 years |
mreichardt |
Small changes to deal with NULL parameters in Serialization.equals(...)
|
|
|
@83:d5f4f55f952b
|
12 years |
mreichardt |
Bugfix w.r.t enum serialization.
|
|
|
@82:b1988f029674
|
12 years |
mreichardt |
GenericObject can now deep copy derived copyable classes.
|
|
|
@81:4ddb810377cb
|
12 years |
mreichardt |
Finroc file lookup:
- Added function to determine where to save finroc …
|
|
|
@80:1ad3f48047b0
|
12 years |
mreichardt |
Added lookup functions for files in finroc repositories.
|
|
|
@79:ec48d982c911
|
12 years |
mreichardt |
tSafeConcurrentlyIterableListBase<T>::Add(...) now returns index.
Made …
|
|
|
@78:1e0d9dbb9431
|
12 years |
mreichardt |
Beautified XML document dumps. Added convenience enum string …
|
|
|
@77:ac6ba5c43cb6
|
12 years |
mreichardt |
removed dependency to finroc core
|
|
|
@76:f0ae888db0eb
|
12 years |
mreichardt |
Improved interruptability of Loopthreads with longer cycle times.
|
|
|
@75:d567ac1c4d94
|
12 years |
mreichardt |
Adapted to changes in C++ enum type handling.
|
|
|
@74:bd5a0cf56545
|
12 years |
mreichardt |
Fixed ugly bug that corrupted streams in simvis3d_demo. Fixed comment.
|
|
|
@73:f6fb4a2bbe3b
|
12 years |
mreichardt |
Added methods for native serialization of enums to stream classes.
|
|
|
@72:f839f9d0e387
|
12 years |
foehst |
Dependency files are not needed anymore
|
|
|
@71:fc2da6a6b7f7
|
12 years |
mreichardt |
bugfix in serialization output stream buffer
|
|
|
@70:528b9c3e0b93
|
12 years |
mreichardt |
Adapted make.xml to new target names
|
|
|
@69:ea88cd2ee1ae
|
12 years |
reichardt |
Adapted to new directory structure provided by finroc_get
|
|
|
@68:56043589a079
|
12 years |
reichardt |
fixed input and output stream classes so that they can deal with UTF-8 …
|
|
|
@67:a72e3d118f3a
|
12 years |
reichardt |
C++ bugfixes
|
|
|
@66:0179102d240d
|
12 years |
reichardt |
Added some necessary methods to XMLDocument (mainly write to and read from …
|
|
|
@65:e68742ae3f9b
|
12 years |
reichardt |
minor changes: PortDataList can be cloned now, old cpp fix, toString() for …
|
|
|
@64:1a08fd649d74
|
12 years |
reichardt |
bugfix in convertBinaryToHexString
|
|
|
@63:03389916ce46
|
12 years |
reichardt |
Diverse fixes and additions to make network connections more robust.
|
|
|
@62:7ea64b628f58
|
12 years |
reichardt |
Added capabilities to tInputStream and tOutputStream to read and write …
|
|
|
@61:4d4ad121d2c7
|
12 years |
reichardt |
Added utility method to sSerialization.
|
|
|
@60:8a77b5c0a8c2
|
12 years |
reichardt |
fixes for gcc 4.4
|
|
|
@59:92f74aa44868
|
12 years |
reichardt |
Replaced boost locks and mutexes with std locks and mutexes => removed …
|
|
|
@58:dfcaea4c4a04
|
12 years |
reichardt |
Changes for C++ code:
Removed tGenericChangeable interface, because the …
|
|
|
@57:1d871ecdb65d
|
12 years |
reichardt |
C++ fixes:
To be able to generically instantiate objects whose standard …
|
|
|
@56:430a69517c01
|
12 years |
reichardt |
fix in RTTI class name extraction
|
|
|
@55:0be7a06125ce
|
12 years |
reichardt |
Made data types annotatable.
|
|
|
@54:5c547c4eafb2
|
12 years |
reichardt |
bugfix
|
|
|
@53:33b8848c2e47
|
12 years |
reichardt |
bugfix in StringInputStream
|
|
|
@52:ce0900d76e18
|
12 years |
reichardt |
bugfix
|
|
|
@51:415456b54f0b
|
12 years |
reichardt |
bugfix
|
|
|
@50:f63cdc571ce3
|
12 years |
reichardt |
Adapted java code so that DataTypeBase.isConvertibleTo also works for list …
|
|
|
@49:19700c2d720f
|
12 years |
reichardt |
rrlib serialization bugfix: List types are now initialized properly for …
|
|
|
@48:24023c4fd53e
|
12 years |
reichardt |
Added facilities for 'bool' data type
|
|
|
@47:72fe2a29bd40
|
12 years |
reichardt |
std::vector<shared_ptr<T> > types are no longer generated for elementary …
|
|
|
@46:e35d3e154869
|
12 years |
reichardt |
Removed code that instantiates GenericObjects with different template …
|
|
|
@45:7712271d3158
|
12 years |
reichardt |
Removed syntax errors that some compilers cannot deal with
|
|
|
@44:cb2d126e33ed
|
12 years |
reichardt |
Added missing files.
Fixed issues in StringStream stream operators
|
|
|
@43:800e997fd81b
|
12 years |
reichardt |
Removed custom deepcopy function from MemoryBuffer, becuase copyFrom is …
|
|
|
@42:89ce275b79ff
|
12 years |
reichardt |
Introduced a base class for GenericObject implementation classes. This …
|
|
|
@41:51f046dcef89
|
12 years |
reichardt |
bugfix
|
|
|
@40:15b10d4a399a
|
12 years |
reichardt |
Fixed bug.
Added explicit template specialization for …
|
|
|
@39:75b9121fa09b
|
12 years |
reichardt |
DataTypeBase constructor can now have zero arguments in C++
|
|
|
@38:c75ea2f623f2
|
12 years |
reichardt |
Bugfix in C++ code that handles buffer alllocation
|
|
|
@37:7ad577ca200d
|
12 years |
reichardt |
Bugfix in OutputStream.
Modified tDataType::CreateInstance functions so …
|
|
|
@36:020f09161920
|
13 years |
reichardt |
refactored and introduced more customizable deleting (for object managers …
|
|
|
@35:70bba70c87ed
|
13 years |
reichardt |
bugfix for 32bit platform
|
|
|
@34:8bb4c63572e1
|
13 years |
reichardt |
small bugfix
|
|
|
@33:fa29359e13d6
|
13 years |
reichardt |
minor fix
|
|
|
@32:3a12b4e14064
|
13 years |
reichardt |
Fixed various bugs and issues.
Made tDataType initialize its list types …
|
|
|
@31:531f04ea1bd1
|
13 years |
reichardt |
Added rrlib serialization and moved most stream-related classes there. …
|
|
|
@30:59a312482469
|
13 years |
admin |
Updated dependencies
|
|
|