source: rrlib_finroc_core_utils-java

Revision Log Mode:


Legend:

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