Activity

From 01/12/2011 to 02/10/2011

02/10/2011

05:54 PM Bug #186 (Rejected): CREATE_GLOBAL_REGISTRY does not work on windows
The registration only happens if some code from a DLL providing the registree is actually used by the main program.
...
J. Wienke
05:51 PM Revision d2af0cd7 (rsc): fix the tests on windows but this is only a workaround
J. Wienke
04:55 PM Revision 6018a937 (rsc): remove debug output
J. Wienke
04:53 PM Revision ea5837c2 (rsc): Finally compile and test on windows. This removes the CREATE_REGISTRY ma...
J. Wienke
01:07 PM Revision 41c04f62 (rsc): greatly simplify automatic registry registration with standard c++ tools...
J. Wienke

02/09/2011

03:49 PM Revision 5074b43e (rsc): support finding runtime libraries
J. Wienke
01:32 PM Revision be34a6e4 (rsc): also specify the directory of runtim libraries
J. Wienke
01:21 PM Revision 15acec76 (rsc): find the runtime libraries (dll) on windows
J. Wienke

02/08/2011

12:03 PM Revision b601aaa5 (rsc): finally fix the build
J. Wienke
11:49 AM Revision 1af988eb (rsc): and still failing
J. Wienke
11:44 AM Revision 2b500b88 (rsc): still damaged for hudson
J. Wienke
11:34 AM Revision 1097db3d (rsc): make this not compile for hudson
J. Wienke

02/07/2011

12:17 AM Revision 4b571205 (rsc): improve finding TBB
J. Wienke

02/05/2011

06:09 PM Revision 2fa2c054 (rsc): fix a warning on windows
J. Wienke
05:25 PM Revision ff6d7705 (rsc): fix installation of headers by using relative globbing results. Otherwis...
J. Wienke
05:14 PM Revision 0205c1fc (rsc): fix build on linux
J. Wienke
05:09 PM Revision eee8401a (rsc): working tests on windows
J. Wienke
04:02 PM Revision ebfcb0a3 (rsc): First version with new contents that builds on windows. No idea about th...
J. Wienke
03:23 PM Revision 3de62ec0 (rsc): Remove thros declarations except for throws(). The next C++ standard wil...
J. Wienke
02:54 PM Revision 6cd71a27 (rsc): check for cxxabi for demangling
J. Wienke
01:55 PM Revision 8c300ae5 (rsc): cleanup doxygen. We use javadoc autobrief
J. Wienke
01:35 PM Revision 89e431df (rsc): autoformat examples
J. Wienke

02/03/2011

12:53 AM Revision 88a5d44c (rsc): Fixed member initialization in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: fixed initialization of pair
member
J. Moringen
12:40 AM Revision 1231856d (rsc): remove compiler warnings
J. Wienke
12:28 AM Revision 9323dce3 (rsc): Hopefully fixed computation of const types in src/rsc/patterns/Associati...
* src/rsc/patterns/AssociativeProxy.h: hopefully fixed computation of
const types in return types of operator[] for...
J. Moringen
12:09 AM Revision f4fd965f (rsc): auto format
J. Wienke
12:02 AM Revision 5566031a (rsc): missing copyright headers
J. Wienke
11:55 PM Revision d80780c9 (rsc): Hopefully fixed computation of const types in src/rsc/patterns/Associati...
* src/rsc/patterns/AssociativeProxy.h: hopefully fixed computation of
const types in return types of operator[]
J. Moringen
11:54 PM Revision 90db8360 (rsc): add a few first instructions on the coding style
J. Wienke
09:07 PM Revision ada98acc (rsc): fix warnings
J. Wienke
07:59 PM Revision e850652e (rsc): Fixed expected demangled value in test/rsc/runtime/DemangleTest.cpp
* test/rsc/runtime/DemangleTest.cpp: fixed expected value of
demangling std::vector<int>
J. Moringen
07:44 PM Revision 0334101a (rsc): Changed case to use fixture in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: changed test case type to use
fixture
J. Moringen
07:35 PM Revision 1b416879 (rsc): Fixed name clashes in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: fixed name clashes of member
variables and STL type names
J. Moringen
07:26 PM Revision 5b7bff39 (rsc): Fixed member initialization in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: fixed initialization of pair
member
J. Moringen
06:46 PM Revision 3a64fa95 (rsc): Removed "using namespace" in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: removed "using namespace
rsc::runtime" since the various << operators actua...
J. Moringen
06:12 PM Revision 7d405324 (rsc): Added missing includes in test/rsc/runtime/{ContainerIO,Demangle}Test.cpp
* test/rsc/runtime/ContainerIOTest.cpp: added missing include
rsc/runtime/ContainerIO.h
* test/rsc/runtime/Demangle...
J. Moringen
05:44 PM Revision 11fd787e (rsc): Added "using namespace" in test/rsc/runtime/ContainerIOTest.cpp
* test/rsc/runtime/ContainerIOTest.cpp: added missing "using namespace
boost"
J. Moringen
05:40 PM Revision d3d1527b (rsc): Added unit tests for "runtime" components
* test/CMakeLists.txt: added glob pattern to register unit test
sources in test/rsc/runtime
* test/rsc/runtime/Cont...
J. Moringen
05:21 PM Revision 00a1fa0e (rsc): fixed last commit
J. Moringen
05:14 PM Revision cb30b119 (rsc): Added dependency on Boost.Signals in CMakeLists.txt
* CMakeLists.txt: added dependency on Boost.Signals J. Moringen
05:07 PM Revision b5860e21 (rsc): Changed test source registration to use glob patterns in test/CMakeLists...
* test/CMakeLists.txt: register unit test source files by using glob
patterns for relevant sub-directories
J. Moringen
05:00 PM Revision 5f5de85c (rsc): Added unit tests for factory implementation
* test/rsc/patterns/FactoryTest.cpp: new file; unit tests for ordinary
factory
* test/rsc/patterns/ObservableFactor...
J. Moringen
04:39 PM Revision 26693aa9 (rsc): Added more missing files in src/rsc/runtime
* src/rsc/runtime/ContainerIO.h: new file; interface of io routines
for stl containers
* src/rsc/runtime/ContainerI...
J. Moringen
04:33 PM Revision f189e764 (rsc): Added missing files in src/rsc/runtime
* src/rsc/runtime/NoSuchObject.h: new file; interface of NoSuchObject
exception class
* src/rsc/runtime/NoSuchObjec...
J. Moringen

01/26/2011

03:19 PM Revision 30a2c39a (rsc): Gather source files in rsc/patterns in CMakeLists.txt
* rsc/src/CMakeLists.txt: added header files and implementation files
in rsc/patterns to SOURCES and HEADERS respec...
J. Moringen
03:18 PM Revision 140ed70e (rsc): "Fixed" preprocessor definition in rsc/src/rsc/runtime/Demangle.cpp
* rsc/src/rsc/runtime/Demangle.cpp: added unconditional definition of
CXX_ABI as a workaround
J. Moringen
03:17 PM Revision 5ce23ec6 (rsc): Fixed doxygen comments in rsc/src/rsc/runtime/*.h
* rsc/src/rsc/runtime/Demangle.h: fixed doxygen comments
* rsc/src/rsc/runtime/InvalidMangledName.h: likewise
J. Moringen
03:09 PM Revision ed3d062b (rsc): Added singleton implementation in rsc/src/rsc/patterns/Singleton.h
* rsc/src/rsc/patterns/Singleton.h: new file; simplistic singleton
implementation
J. Moringen

01/25/2011

12:54 AM Revision 8e44124e (rsc): * rsc/src/CMakeLists.txt: use glob patterns to locate source files
* rsc/runtime/InvalidMangledName.h: new file; InvalidMangledName
exception interface
* rsc/runtime/InvalidMangledNa...
J. Moringen

01/18/2011

01:20 PM Revision 4cb7de58 (rsc): correct boost version
J. Wienke

01/15/2011

05:49 PM Tasks #172 (Resolved): Provide version information in config.h
For depending libraries... J. Wienke
 

Also available in: Atom