1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Michael Ashbridge
as kml.mashbridge
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
Michael Ashbridge
as kml.mashbridge
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
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
correct function signiture
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
Implement IconStyleIcon in SWIG, add unit test
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
typo in comment
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
Make parsing of invalid/malformed <coordinate> strings more robust
Michael Ashbridge
as kml.mashbridge
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
Michael Ashbridge
as kml.mashbridge
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
Michael Ashbridge
as kml.mashbridge
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
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
another gcc 4.3 strlen/cstring nit
Michael Ashbridge
as kml.mashbridge
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.
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
documentation is now in wiki
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
strlen needs cstring for gcc 4.3
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
clean up comments More... over 17 years ago
Removed commented out debug cruft
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
Remove the assert() from curlfetch.cc
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
fix bad doc.kmz (original had unclosed element)
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago
version 0.1
Michael Ashbridge
as kml.mashbridge
More... over 17 years ago