Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Open
Changes from all commits
Commits
Show all changes
906 commits
Select commit Hold shift + click to select a range
0670407
Element::DeleteFromArrayAt(),DeleteSchemaAt(),DeleteStyleSelectorAt().
Mar 31, 2010
eed1b34
kmlregionator testdata file
Apr 6, 2010
b0ec870
KmlFeatureListSaver
Apr 6, 2010
61d15c0
kmlregionator uses KmlFeatureListSaver
Apr 6, 2010
76108de
add CreateBasicLink
Apr 7, 2010
29ad8a1
create a rel="up" to the root KML link in each node
Apr 7, 2010
181fb56
fix include guard, add usage comment
Apr 8, 2010
44c2619
Remove the main() from individual tests and link with gtest's own main()
Apr 20, 2010
25906cd
straggler from last commit
Apr 21, 2010
8c54b12
more details about the csv data
Apr 22, 2010
edf8ef7
Don't use non-const refs. Add unit test.
Apr 27, 2010
297fd9e
run tests with the gtest main lib
Apr 27, 2010
33d2309
Avoid an infinite loop in kmlbase::CreateExpandedStrings if the repla…
Apr 27, 2010
b03a082
rename unzAttach, unzDetach symbols to resolve conflicts in other pro…
Apr 28, 2010
249d6be
If KmzSplit has no subfile to split out, clear the passed subfile str…
Apr 30, 2010
bc31c60
add XmlOstreamSerializer
Apr 30, 2010
a5089f5
add SerializeToOstream
May 1, 2010
6ec1f2c
add SerializeToOstream
May 1, 2010
711e51b
add SerializeToOstream to round trip tests
May 1, 2010
a4cb4e2
add xml_ostream_serializer*
May 1, 2010
93eb92e
license whitespace fix
May 6, 2010
933ba03
make templatize XmlSerializer
May 6, 2010
8af328b
remove XmlOstreamSerializer (now implemented using templatized XmlSer…
May 6, 2010
398044a
remove in favor of templatized XmlSerializer
May 6, 2010
0efc32c
license whitespace fix
May 6, 2010
1bff344
use XmlSerializer<T> for KmlFile::Serialize
May 6, 2010
b5becbe
license whitespace fix
May 6, 2010
cb58fc3
license whitespace fix
May 6, 2010
b630676
license whitespace fix
May 6, 2010
6127c57
remove performance warning... perf of iostream is 2-3x that of string
May 6, 2010
73e1842
Use a better error message for CSV schema line w/o "latitude" and "lo…
May 14, 2010
125b99a
Nuke trailing whitespace from licence boilerplate.
Jun 15, 2010
0a47563
Add support for Google Earth 5.2 extensions:
Jun 15, 2010
d2191f8
Implement gx:SimpleArrayField, gx:SimpleArrayData and friends. Add gx…
Jun 17, 2010
ae3e3c9
gx:Track has ExtendedData
Jun 19, 2010
b92e9d2
gx:SimpleArrayData has an array of gx:value's
Jun 19, 2010
2b45cd7
ordering: gx:x/y/w/h
Jun 24, 2010
d341db7
Temporary fix of some cyclic inclusion problems introduced by adding …
Jun 25, 2010
e1f52f5
Un-lobotomize MSVC 2010
Jun 25, 2010
132f51a
fix concat bug of SerializeRaw coordinates
Jul 1, 2010
656fb4b
add kmlengine::ComputeBboxLookAt()
Jul 1, 2010
7092134
add Regionator::SetNaturalRegion(), set dataset <LookAt> on RbNL root
Jul 1, 2010
1f56652
Fix a clang warning.
Jul 27, 2010
d283c12
add kmldom::GetElementName()
Jul 30, 2010
2174314
Rename nil to keep Objective-C clients happy. Fixes issue 155.
Jul 30, 2010
4f581ab
add KmlFactory::CreateFromElementName()
Jul 30, 2010
d00f39b
Initialized some unitialized variables in minizip to satisfy some new…
Sep 16, 2010
9505fc5
Allow colors to have leading whitespace, with or without '#'.
Jun 29, 2011
9922cfd
Markdownify README
mashbridge Nov 10, 2013
6ad6e1c
added gtest-1.7.0 to third_party
mashbridge Nov 10, 2013
8c3c9ad
Fix some issues in third_party/uriparser
mashbridge Nov 10, 2013
dd8bf3f
Refresh with latest gtest suite.
mashbridge Nov 10, 2013
f78b268
Remove redundant string conversions.
mashbridge Nov 10, 2013
956b575
A simple timegm() replacement
mashbridge Nov 10, 2013
fc7578b
Another crosstool fix -- unistd.h must be included for unlink, close …
mashbridge Nov 10, 2013
e5d7964
Make MSVC 2010 a little happier
mashbridge Nov 10, 2013
c363021
Fix gx:coord segfault on trailing whitespace
mashbridge Nov 10, 2013
8820a27
Include <exception> in the right places and in the right order, for t…
mashbridge Nov 10, 2013
9f828c6
Fixes a compile error on 64-bit windows, the conversion from uint64 -…
mashbridge Nov 10, 2013
77b0bcc
Include <exception> to work with the latest boost version.
mashbridge Nov 10, 2013
5276e90
Keep later gcc's happy about assert types
mashbridge Nov 10, 2013
340c6e4
Don't convert string literals to bools. Duh.
mashbridge Nov 10, 2013
15eb4b3
Nuke old gtest libs.
mashbridge Nov 10, 2013
c34bbed
Fix up some file permissions
mashbridge Nov 11, 2013
100620f
Tell automake about third_party's arrangement of files in subdirectories
mashbridge Nov 11, 2013
bfbaa4a
Add README to keep autotools happy in strict mode
mashbridge Nov 11, 2013
678b330
Nuke unused variables to keep newer compilers happy
mashbridge Nov 11, 2013
e7b7de9
No longer need the -ansi option
mashbridge Nov 11, 2013
a52dfd1
Nuke unused variable
mashbridge Nov 11, 2013
5c45a07
Work around for http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928. U…
mashbridge Nov 11, 2013
067607e
Update AM_CONFIG_HEADER to AC_CONFIG_HEADER. Add AC_CONFIG_MACRO_DIR
mashbridge Nov 11, 2013
68c3cf4
Remove gtest win32 libs from dist. Add TODO to create them.
mashbridge Nov 11, 2013
42d2cd5
remove trailing slash after comment
mashbridge Nov 11, 2013
a2fe5c1
Add include/gtest/internal/gtest-tuple.h to dist
mashbridge Nov 11, 2013
4608def
Better checking for SWIG 2.x
mashbridge Nov 11, 2013
fa13e61
Update dist files for gtest 1.7.0
mashbridge Nov 11, 2013
5286726
Add travis config
mashbridge Nov 13, 2013
95c2230
have travis run ./autogen.sh before build
mashbridge Nov 13, 2013
9a1a05e
travis wants to test base then convenience, before engine has been bu…
mashbridge Nov 13, 2013
739ada8
Add travis build status to read me
mashbridge Nov 13, 2013
aa1dbde
awesome logo
mashbridge Nov 13, 2013
1cdea3e
Update README.md
mashbridge Nov 13, 2013
a1e91fc
Update README.md
mashbridge Nov 13, 2013
62b2843
moving test codes
rkanavath Dec 15, 2014
82c10da
moving test codes
rkanavath Dec 15, 2014
097fbc3
removing thirdparty libs
rkanavath Dec 15, 2014
7def5ba
removing thirdparty libs
rkanavath Dec 15, 2014
4466044
_WIN32 guard for including windows headers
rkanavath Dec 15, 2014
188675d
include minizip from contrib. avoiding bundled copy
rkanavath Dec 15, 2014
aa681e9
vcproj files moved to new location
rkanavath Dec 15, 2014
1a28a1f
remove unused sources stdafx
rkanavath Dec 15, 2014
733eec6
cmake integration
rkanavath Dec 15, 2014
14d9dde
cmake integration
rkanavath Dec 15, 2014
94ff8b5
cmake integration
rkanavath Dec 15, 2014
a5ee480
moving .vcproj to src/vcproj
rkanavath Dec 15, 2014
0dbf2bb
minizip/zip extension for libkml. no bundled thirdparty
rkanavath Dec 15, 2014
cfb0cd1
minizip/zip extension for libkml. no bundled thirdparty
rkanavath Dec 15, 2014
7e25f16
moving all tests inside tests/kml
rkanavath Dec 15, 2014
1477216
installing headers via cmake
rkanavath Jan 9, 2015
56f45fe
adding add_test for each test build test_build macro in LibKMLHelper
rkanavath Jan 9, 2015
c7048a8
use cmake variables for include macro. Later export it in a cmake file
rkanavath Jan 9, 2015
914be41
renamed test and example targets so as to find easily
rkanavath Jan 10, 2015
54e82c3
WIP: cmakifying examples
rkanavath Jan 10, 2015
010e939
adding examples and cmake option for installing examples sources to <…
rkanavath Jan 10, 2015
e2d038e
BUG: incorrect cmake variable used for prefix
rkanavath Jan 11, 2015
e22ce7f
adding examples into cmake build
rkanavath Jan 11, 2015
32d7ac8
missing regionator test
rkanavath Jan 11, 2015
4061fe5
adding examples for regionator
rkanavath Jan 11, 2015
d33040a
adding examples for regionator
rkanavath Jan 11, 2015
ceaa38f
install examples in examples/engine
rkanavath Jan 11, 2015
b64e898
WIP: Cleanup old Makefile.am for examples after cmakification
rkanavath Jan 11, 2015
a5cc3c1
install dom.h engine.h during make install
rkanavath Feb 19, 2015
08b6dcf
install kml_contrib during make install
rkanavath Feb 19, 2015
a229638
Update DEPENDENCIES
rkanavath Apr 5, 2015
0402397
update install notes
rkanavath Apr 6, 2015
5252b83
remove unused README
rkanavath Apr 6, 2015
e08d5d2
remove unused autoconf files
rkanavath Apr 6, 2015
9a5686a
deactivate tests and examples by default
rkanavath Apr 6, 2015
d74209b
set required flag to boost
rkanavath Apr 6, 2015
4d2a36d
zlib get_crc_table return a struct instead of unsigned long
rkanavath Apr 6, 2015
f6a9143
WIP: update dependencies
rkanavath Apr 6, 2015
8a9b4f5
googletest library is required when testing enabled
rkanavath Apr 6, 2015
6068f8e
comp: fix for base/expat_parser test
rkanavath Apr 11, 2015
73563c4
fix unused static variables
rkanavath Apr 18, 2015
7c95785
fix uninitialized variables
rkanavath Apr 18, 2015
294c1f3
fix uninitialized variables
rkanavath Apr 18, 2015
3f1eb30
check for NULL pointer
rkanavath Apr 26, 2015
17a72ec
check if new kmzFile returns not null
rkanavath Apr 26, 2015
2c78ade
updated README.md
rkanavath Apr 26, 2015
6053d6e
fix travis.yml
rkanavath Apr 26, 2015
4ebc476
fix travis.yml
rkanavath Apr 26, 2015
12e906a
travis: update dependencies
rkanavath Apr 26, 2015
6edabef
add default ctor to gpx_trk_pt_handler
rkanavath May 3, 2015
62bb96c
BUG: uninitialized class member
rkanavath May 3, 2015
7db074e
fix unintialized struct member variable
rkanavath May 3, 2015
79ae386
fix uninitialized struct
rkanavath May 5, 2015
e1bbc36
cov: set umask before mkstemp
rkanavath May 5, 2015
102879d
cov:object may not deleted when using ASERT_
rkanavath May 5, 2015
aa68cac
cov: structurally dead code
rkanavath May 5, 2015
02bbf40
cov: return type ignored
rkanavath May 5, 2015
2513405
cov: object may not deleted when using ASERT_
rkanavath May 5, 2015
136e325
extra semicolon picked by WPedantic
rkanavath May 5, 2015
f757454
TEST: try to fix memory leak reported by coverity
rkanavath May 5, 2015
9f9ef84
update helper macro with named args
rkanavath Jun 30, 2015
45fe6e6
include optional third party sources
rkanavath Jul 3, 2015
336c1ef
cleanup makefile.am and vcproj files
rkanavath Jul 3, 2015
d684d25
fix travis yml
rkanavath Jul 3, 2015
8da0ddb
use zlib source for travis build
rkanavath Jul 3, 2015
6743d6e
test to skip import zlib
rkanavath Jul 3, 2015
7ab5fc4
fix minizip and zlib include dirs
rkanavath Jul 3, 2015
381b2fd
try fix travis build
rkanavath Jul 3, 2015
d39afb5
reorder include libs for zlib
rkanavath Jul 4, 2015
b806e81
test zlib inc include order
Jul 19, 2015
9068ceb
whitelist external_projects branch
rkanavath Jul 19, 2015
2186974
travis.yml inlcude before_script
rkanavath Jul 19, 2015
a73bd57
travis.yml inlcude before_script
rkanavath Jul 19, 2015
1902584
travis.yml
rkanavath Jul 19, 2015
0b0c542
travis.yml
rkanavath Jul 19, 2015
1e59907
force zlib version to 1.2.8
rkanavath Jul 19, 2015
02ee780
debug include headers for kml_contrib
rkanavath Jul 19, 2015
b36a02c
fix make install for travis build
rkanavath Jul 19, 2015
f73b1b2
try to skip make install
rkanavath Jul 19, 2015
98c86da
typo in .travis.yml
rkanavath Jul 19, 2015
5c2c720
use CMake ExternalProject and avoid zlib sources
rkanavath Jul 19, 2015
910bdc9
fix tarball name for minizip
rkanavath Jul 19, 2015
4770e29
try download_name for minizip
rkanavath Jul 19, 2015
2847686
change cmake version to 2.8.5
rkanavath Jul 19, 2015
c18a682
try set download_command and extract_command
rkanavath Jul 19, 2015
6393649
try fix minizip download
rkanavath Jul 19, 2015
aa5bc7a
build minizip and uriparser using external_project
rkanavath Jul 19, 2015
723de57
build minizip and uriparser using external_project
rkanavath Jul 19, 2015
2d35ad4
remove patch command from uriparser
rkanavath Jul 19, 2015
124990f
use cmake build for uriparser
rkanavath Jul 19, 2015
e15dc88
removed uriparser sources
rkanavath Jul 19, 2015
513a757
install uriparser target
rkanavath Jul 19, 2015
ba450aa
download boost headers if missing
rkanavath Jul 19, 2015
40110cf
mark boost optional in find_package
rkanavath Jul 19, 2015
017bcb3
add external_project expat
rkanavath Jul 19, 2015
ea6e48f
add external_project expat
rkanavath Jul 19, 2015
a257771
missed including boost headers
rkanavath Jul 19, 2015
9ee0fdf
typo in .travis.yml
rkanavath Jul 19, 2015
f8bdb96
fix uriparser md5sum
rkanavath Jul 19, 2015
6e3606b
fix uriparser md5sum
rkanavath Jul 19, 2015
4817369
fix uriparser md5sum
rkanavath Jul 19, 2015
c0b1b33
fix patch command
rkanavath Jul 19, 2015
4a639be
fix file name in copy command
rkanavath Jul 19, 2015
006db53
fix boost include headers
rkanavath Jul 19, 2015
9db1b88
moved all dependencies into cmake External_Project
rkanavath Jul 19, 2015
827632b
README for kml-minizip
rkanavath Jul 19, 2015
e83ed18
enable testing and examples in travis
rkanavath Jul 19, 2015
9231a5d
hold testing and examples
rkanavath Jul 19, 2015
2710091
Merge pull request #194 from rashadkm/external_projects
rashadkm Jul 19, 2015
43b47a5
include coverity scan badge
rkanavath Jul 19, 2015
64081b7
Merge pull request #195 from rashadkm/master
rashadkm Jul 19, 2015
8f83d6b
add clang compiler in travis
rkanavath Jul 19, 2015
3dc5724
fix install prefix of external project
rkanavath Jul 22, 2015
2b7225e
link with kml* libs if they are a dependency
rkanavath Jul 22, 2015
314e071
check for curl library and if not found deactivate hellonet dir
rkanavath Jul 22, 2015
54007c5
set install_dir cmake var same as cmake_install_prefix
rkanavath Jul 22, 2015
82648ab
seta local install prefix for travis
rkanavath Jul 22, 2015
9cb236f
fix msvc build errors
rkanavath Jul 23, 2015
72a9ff0
fix typo
rkanavath Jul 23, 2015
0fa2f22
Merge pull request #196 from rashadkm/windows_support
rashadkm Jul 23, 2015
798c78e
Add shebang to java run example to fix lintian issue.
sebastic Jul 25, 2015
5e8cefa
Don't quote compiler flags to avoid separation with ; characters.
sebastic Jul 25, 2015
027d70a
Fix SOVERSION, is a single incrementing integer.
sebastic Jul 25, 2015
c08e38a
Merge pull request #197 from sebastic/debian-patches
rashadkm Jul 25, 2015
86b986b
Add user customizable install paths.
sebastic Jul 25, 2015
3512976
Don't include kml subdirectory in default INCLUDE_INSTALL_DIR.
sebastic Jul 25, 2015
361643c
Merge pull request #198 from sebastic/install-paths
rashadkm Jul 25, 2015
8601371
follow up to pull #197
rkanavath Jul 25, 2015
94a80ce
remove kml prefix in the install location
rkanavath Jul 25, 2015
d05d79a
building python bindings
rkanavath Jul 26, 2015
5e6b89d
enable swig and python-dev in travis
rkanavath Jul 26, 2015
246bbf6
include win32 or posix based on os
rkanavath Jul 26, 2015
cde5510
Merge remote-tracking branch 'upstream/master' into bindings
rkanavath Jul 26, 2015
3713322
set default python install dir
rkanavath Jul 26, 2015
c0c5fa1
update finding external libs
rkanavath Jul 26, 2015
8885e19
move python and java test files
rkanavath Jul 26, 2015
62730f9
update bindings
rkanavath Jul 26, 2015
aabb1a5
enable python tests
rkanavath Jul 26, 2015
92ed7e9
Merge pull request #200 from rashadkm/bindings
rashadkm Jul 26, 2015
9751d65
remove ununsed Makefile.am
rkanavath Jul 26, 2015
68019ad
removed msvc sln file
rkanavath Jul 26, 2015
0387a33
supress long-long warning from minizip
rkanavath Jul 26, 2015
f9b93e0
Fix Java JAR installation directory, /usr/share/java instead of /usr/…
sebastic Jul 26, 2015
d63ed54
followup to pull request #201. missing cmake install(TARGETS
rkanavath Jul 26, 2015
1bd8826
LibKML.jar have incorrect dependencies
rkanavath Jul 26, 2015
ea10bbd
incorrect target_link for java bindings
rkanavath Jul 26, 2015
f224550
consider also include from install prefix
rkanavath Jul 26, 2015
f2bb8de
removed msvc sln file
rkanavath Jul 26, 2015
8668dce
Fix Java JAR installation directory, /usr/share/java instead of /usr/…
sebastic Jul 26, 2015
d6167f0
Default to python interpreter library path when none is specified
sebastic Jul 26, 2015
282c1a1
Merge pull request #202 from sebastic/python-install-path
rashadkm Jul 26, 2015
d351c76
unused parameter warning
rkanavath Jul 31, 2015
b5c91bd
configure libkml.pc package config file
rkanavath Aug 2, 2015
be56ce1
install pkg-config file
rkanavath Aug 2, 2015
671dd79
downgrade uriparser to 0.7.5 to fix windows build
rkanavath Aug 2, 2015
e73fa2c
download minizip from sourceforge libkml-files
rkanavath Aug 2, 2015
81a0954
Fix pkgconfig install path (<prefix>/share/ -> <prefix>/lib/pkgconfig/)
sebastic Aug 2, 2015
8ba168a
Merge pull request #203 from sebastic/pkgconfig-install-path
rashadkm Aug 2, 2015
007e316
Fix SWIG Java shared library install path (/usr/share/java -> /usr/lib)
sebastic Aug 2, 2015
57de6a7
Merge pull request #204 from sebastic/java-swig-library-install-path
rashadkm Aug 2, 2015
aa83cf4
do not build bindings if swig is not found
rkanavath Aug 2, 2015
e0c53bb
Fix JNI library installation path (usr/lib -> usr/lib/jni)
sebastic Aug 2, 2015
723d85a
Merge pull request #205 from sebastic/jni-install-path
rashadkm Aug 2, 2015
ae920b2
Fixed Windows build
AlexBobkov Aug 3, 2015
4fbb113
Fixed Windows build
AlexBobkov Aug 3, 2015
fcf9a3f
Merge pull request #206 from AlexBobkov/master
rashadkm Aug 3, 2015
6ae4ffe
Merge remote-tracking branch 'libkml_upstream/master' into libkml-merge
rkanavath Aug 15, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.