Activity

From 08/30/2018 to 09/28/2018

09/28/2018

01:14 PM Feature #2766: RSB RPC pattern
Updated to a more generic RSB pattern. Remote-methods will be stored to bypass a connection establishment in a second... S. Barut
01:11 PM Feature #2765: Implementation of a factory
This patch got a bit changed, especially with the 3rd patch (Improve tcp connection...) to the 685072f (current remot... S. Barut
01:09 PM Enhancement #2770 (Resolved): Improve Participant creation
To create the only implemented connection type by sockets, the BusClientConnection class uses the TcpClient class pro... S. Barut
01:01 PM Enhancement #2769 (Resolved): Removing the ascii serializer
Since the string type has two converters (one for utf-8-string, one for ascii-string), the ConverterSelector needs a ... S. Barut
12:53 PM Bug #2768 (Resolved): Wrong return of NullConverter
In my oppinion a bug.
Instead of returning null while deserializing which is obviously not an object, it will now ...
S. Barut

09/27/2018

03:04 PM Feature #2764 (Resolved): Converter Repository
Applied in changeset commit:rsb-net|685072f625463dce7bc0d87a60f113f6f8b1793a. S. Barut
02:58 PM Revision 685072f6 (rsb-net): Add a default repository
fixes #2764
Signed-off-by: Johannes Wienke <languitar@semipol.de>
S. Barut
02:46 PM Feature #2767 (Resolved): Default converters
Applied in changeset commit:rsb-net|09ed960b25a1de3b6974d9fe34311604e8fe4f79. S. Barut
02:45 PM Revision 09ed960b (rsb-net): Implement missing default converters
fixes #2767
Signed-off-by: Johannes Wienke <languitar@semipol.de>
S. Barut
02:11 PM Revision 0f07e97f (rsb-net): Add newlines at end of file
Johannes Wienke
10:37 AM Revision a77710d7 (rsb-net): Remove unused imports
Johannes Wienke
10:12 AM Revision f8ecefe0 (rsb-net): Now also include comments in code formatting
Johannes Wienke

09/26/2018

04:49 PM Feature #2765: Implementation of a factory
As some names of attributes in the default repository were changed, a new patch is necassary... S. Barut
04:48 PM Feature #2767 (Resolved): Default converters
Added some default converters with signatures. S. Barut
04:46 PM Feature #2764: Converter Repository
So, here is the new default repository patch. But it depends on the converter patch. S. Barut
02:43 PM Feature #2764: Converter Repository
There are a few issues with this so far:
* Please split the implementation of the repository from adding new convert...
J. Wienke
02:35 PM Feature #2763 (Resolved): General updates
Applied in changeset commit:rsb-net|07250c3fa65fbe737b0d9f0ec25b483858a6096b. S. Barut
02:09 PM Feature #2763: General updates
Sinan, your indentation for code is different and seems to use spaces instead of tabs. Moreover, please avoid trailin... J. Wienke
02:34 PM Revision 07250c3f (rsb-net): Update the projects
* Change to newer .Net Framework target version
* Remove missing packages.conf file as it is not neccessary
* Add the...
S. Barut

09/24/2018

02:27 PM Feature #2760 (Rejected): Clean project file
J. Wienke
01:05 PM Feature #2760: Clean project file
DEPRECATED S. Barut
11:51 AM Feature #2760 (Rejected): Clean project file
Nothing really special happens here but there was a link to a missing file.
The target .Net framework version is upd...
S. Barut
02:27 PM Feature #2761 (Rejected): RSB RPC pattern
J. Wienke
01:05 PM Feature #2761: RSB RPC pattern
DEPRECATED S. Barut
11:53 AM Feature #2761 (Rejected): RSB RPC pattern
Tried to implement the rsb pattern for rpc.
Basic use of remote and local server is possible. Callbacks can be reg...
S. Barut
02:27 PM Feature #2762 (Rejected): Converter Repository
J. Wienke
01:06 PM Feature #2762: Converter Repository
DEPRECATED S. Barut
11:56 AM Feature #2762 (Rejected): Converter Repository
As the other languages also offer a repository for convertes to specific types, one is implemented for the C# impleme... S. Barut
01:03 PM Feature #2766 (Resolved): RSB RPC pattern
Implementation of the rsb pattern for rpc.
Callbacks can be registered as objects.
Only synchronous calls are po...
S. Barut
01:01 PM Feature #2765 (Resolved): Implementation of a factory
A singleton to create listener and informer in a more comfortable way. S. Barut
01:00 PM Feature #2764 (Resolved): Converter Repository
As the other languages also offer a repository for convertes to specific types, one is implemented for the C# impleme... S. Barut
01:00 PM Feature #2763 (Resolved): General updates
Just clean the projects, update the .Net Version and the .gitignore.
Additionally the sleep statement is replaced by...
S. Barut

09/19/2018

01:49 PM Feature #2759 (Rejected): Beginning of improving the rsb-net implementation.
J. Wienke
01:39 PM Feature #2759: Beginning of improving the rsb-net implementation.
Could you please submit each feature as an individual issue with the issue title explaining the changed or added feat... J. Wienke
01:28 PM Feature #2759 (Rejected): Beginning of improving the rsb-net implementation.
Started with Factory, Repository and RPC pattern.
ToDo:
- Type registration
- Config
- more general code base
...
S. Barut

09/13/2018

04:02 PM Revision 6cae318d (rsb-spread-cpp): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
09:36 AM Revision 4e522bb7 (rsb-cpp): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen

09/12/2018

06:16 PM Revision 624ae00c (rsb-cpp): Use _WIN32 instead of WIN32 in src/rsb/**/*.{h,cpp}
_WIN32 seems to be the standard macro that is guaranteed to be
defined.
* src/rsb/converter/ProtocolBufferConverter....
J. Moringen

09/05/2018

03:05 PM Revision 8ca44f48 (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:50 AM Revision 4b66c1e4 (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:50 AM Revision 92f125af (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:48 AM Revision a5e28b65 (rsb-protocol): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:29 AM Revision 86b5726e (rsb-cl): Always use ~/.config/rsb.conf in src/configuration.lisp
Previously, the user configuration file was ~/rsb.conf on win32 and
~/.config/rsb.conf everywhere else. This differed...
J. Moringen
 

Also available in: Atom