| add boost intrusive_ptr support |
|
More...
|
over 17 years ago
|
| use boost intrusive_ptr |
|
More...
|
over 17 years ago
|
| use boost intrusive_ptr |
|
More...
|
over 17 years ago
|
| boost for intrusive_ptr |
|
More...
|
over 17 years ago
|
| correct cppunit minimum version |
|
More...
|
over 17 years ago
|
| First cut at autotools build. TODO: build other example programs, SWIG, make-dist, documentation, etc. etc. For anyone playing at home, try the following. (You'll need a modern GNU automake, autoconf, libtool, etc.) ./autogen.sh mkdir build cd build ../configure make make check # runs the unit tests with cppunit ./examples/helloworld/prettykml somefile.kml sudo make install # installs libs, headers in correct locations sudo make uninstall |
|
More...
|
over 17 years ago
|
| Call XML_ParserFree() after calling XML_GetErrorCode(), et al |
|
More...
|
over 17 years ago
|
| fix memory leaks: - feature knows to add address, phoneNumber - element dtor deletes misparented elements |
|
More...
|
over 17 years ago
|
| correct function signiture |
|
More...
|
over 17 years ago
|
| Implement IconStyleIcon in SWIG, add unit test |
|
More...
|
over 17 years ago
|
| typo in comment |
|
More...
|
over 17 years ago
|
| Make parsing of invalid/malformed <coordinate> strings more robust |
|
More...
|
over 17 years ago
|
| An example program to walk a Feature hierarchy printing encountered geometry types. Mostly in response to a question on the GDAL list: http://lists.osgeo.org/pipermail/gdal-dev/2008-March/016664.html |
|
More...
|
over 17 years ago
|
| add parsekml, createkml, and remove unused libs |
|
More...
|
over 17 years ago
|
| code samples from wiki guide |
|
More...
|
over 17 years ago
|
| removed unused includes and avoid use of using in headers |
|
More...
|
over 17 years ago
|
| remove unused using |
|
More...
|
over 17 years ago
|
| update obsolete reference to old doc |
|
More...
|
over 17 years ago
|
| - make a better guess at initializing linux/mac paths to /usr or /usr/local - allow scons -h even in the event of env.configure bailing |
|
More...
|
over 17 years ago
|
| another gcc 4.3 strlen/cstring nit |
|
More...
|
over 17 years ago
|
| If the zero'th character in an element needed to be escaped, the entire string would not be escaped. Added test case that failed before and passes now. |
|
More...
|
over 17 years ago
|
| documentation is now in wiki |
|
More...
|
over 17 years ago
|
| strlen needs cstring for gcc 4.3 |
|
More...
|
over 17 years ago
|
| clean up comments |
|
More...
|
over 17 years ago
|
| Removed commented out debug cruft |
|
More...
|
over 17 years ago
|
| Remove the assert() from curlfetch.cc |
|
More...
|
over 17 years ago
|
| fix bad doc.kmz (original had unclosed element) |
|
More...
|
over 17 years ago
|
| version 0.1 |
|
More...
|
over 17 years ago
|