xmlio-discuss Mailing List for xmlio - C++ high level IO library (Page 18)
Brought to you by:
achimgaedke,
pipenb
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(3) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2004 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(14) |
May
(9) |
Jun
(16) |
Jul
(18) |
Aug
(13) |
Sep
(3) |
Oct
(5) |
Nov
(8) |
Dec
(14) |
2005 |
Jan
|
Feb
(3) |
Mar
(12) |
Apr
(10) |
May
(6) |
Jun
(18) |
Jul
(15) |
Aug
(5) |
Sep
(9) |
Oct
(41) |
Nov
(34) |
Dec
(13) |
2006 |
Jan
(1) |
Feb
(7) |
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(11) |
2007 |
Jan
(5) |
Feb
(4) |
Mar
(15) |
Apr
(9) |
May
(4) |
Jun
(16) |
Jul
(11) |
Aug
(26) |
Sep
(18) |
Oct
(10) |
Nov
(10) |
Dec
(9) |
2008 |
Jan
(3) |
Feb
(4) |
Mar
(27) |
Apr
(21) |
May
(8) |
Jun
(1) |
Jul
(27) |
Aug
(16) |
Sep
(17) |
Oct
(25) |
Nov
(75) |
Dec
(60) |
2009 |
Jan
(45) |
Feb
(18) |
Mar
(29) |
Apr
(40) |
May
(114) |
Jun
(88) |
Jul
(65) |
Aug
(18) |
Sep
(20) |
Oct
(32) |
Nov
(7) |
Dec
(11) |
2010 |
Jan
(8) |
Feb
(6) |
Mar
(43) |
Apr
(45) |
May
(87) |
Jun
(58) |
Jul
(45) |
Aug
(60) |
Sep
(21) |
Oct
(7) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
(5) |
Mar
(26) |
Apr
(26) |
May
(9) |
Jun
(12) |
Jul
(6) |
Aug
(1) |
Sep
(5) |
Oct
(9) |
Nov
(8) |
Dec
(15) |
2014 |
Jan
(10) |
Feb
(19) |
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2016 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Peter P. <pi...@zp...> - 2002-02-05 15:11:01
|
Hi, The first efforts in porting our GHMM/XMLIO project to Windows have been successful, at least for the XMLIO part. I have added Windows dll support to the XMLIO project. A brief documentation (README.Win) is included in the package. Binaries are not yet available but I can email the xmlio.dll / xmlio.lib on request, if you do not like to build them yourself. For your convenience a VisualC.zip now comes with the package, which contains VisualC++ project files. If there are problems with compiler other than this, please contact me an we can try to figure out, where it comes from. Now it should not be too difficult to also port GHMM to Windows, but I guess I better continue my OOD for the c++ wrapper first. If there are any special questions regarding Windows ports, just contact me. Also feedback, whether it all really works, would be appreciated. Peter |
From: Achim G. <ac...@zp...> - 2001-08-17 10:21:36
|
These are the next developement steps: * Objects vs Elements First we have named all classes XMLIO_*Object, but to adjust the xml terms we will rename these classes. Allready done: XMLIO_Element XMLIO_StringElement XMLIO_SingleElement XMLIO_AttributedElement XMLIO_ArrayElement XMLIO_ContentElementArrayElement XMLIO_StoreElement * Array Elements: Some classes should be sorted out or be replaced, there are confusing names with all the array-classes. * XMLIO_Document: This new class should unify read/write access. After these three steps we will supply our code to the public cvs at sourcefoge.net . Achim Gaedke, ZPR Weyertal 80, 50931 K=F6ln Tel: +49 221 470 6021 |