- May 17, 2016
-
-
Lucas Russo authored
-
- Apr 19, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
- Feb 23, 2016
-
-
Lucas Russo authored
-
- Oct 22, 2015
-
-
Lucas Russo authored
The LGPLv3 license is not suitable to our project as it is not a library, for instance. GPLv3 is still compatible with our libraries (LGPLv3 for libzmq) and provides us with roughly the same benefits.
-
- Apr 23, 2015
-
-
Lucas Russo authored
-
- Apr 15, 2015
-
-
Lucas Russo authored
This is a first setp into modularizing the source code into independent components. We would like to move as much as possible functionality into independent libraries (src/libs).
-
- Mar 19, 2015
-
-
Lucas Russo authored
-
- Jan 15, 2015
-
-
Henrique Silva authored
-
- Jan 12, 2015
-
-
Lucas Russo authored
-
- Dec 10, 2014
-
-
Lucas Russo authored
We can iterate in this array by checking for a NULL field.
-
- Dec 09, 2014
-
-
Lucas Russo authored
-
- Oct 31, 2014
-
-
Lucas Russo authored
The include rw_param_client.h should not be in the bpm_client_codes.h file as it is exported to the user and does not have access to it. As the rw_param_client.h definitions are only needed internally, we just included it in the necessary .c files.
-
- Oct 22, 2014
-
-
Lucas Russo authored
The new included header contatins information about the message contents, particularly about frame sizes.
-
- May 25, 2014
-
-
Lucas Russo authored
Now, we can simply reference the general SMIO file that includes all other SMIO codes. Also, removed unused code structure
-
- May 24, 2014
-
-
Lucas Russo authored
-
Lucas Russo authored
This is a first version of the BPM Client API that is used to communicate to the BPM server
-
- May 12, 2014
-
-
Lucas Russo authored
This is a first version of the BPM Client API that is used to communicate to the BPM server
-