Skip to content

Commit 01b4579

Browse files
author
Kelvin Lee
committedAug 30, 2016
Added VS2015 support.
1 parent 251127a commit 01b4579

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+58754
-0
lines changed
 

‎.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.VC.db
2+
*.log
3+
*.opensdf
4+
*.sdf
5+
*~
6+
build-*/*/Debug
7+
build-*/*/Release
8+
build-*/*/x64/Debug
9+
build-*/*/x64/Release
10+
build-*/Debug
11+
build-*/Release
12+
build-*/tests/*/Debug
13+
build-*/tests/*/Release
14+
build-*/tests/*/x64/Debug
15+
build-*/tests/*/x64/Release
16+
build-*/x64/Debug
17+
build-*/x64/Release

‎AUTHORS

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
Daniel Veillard:
2+
daniel@veillard.com
3+
DV on #gnome IRC channel
4+
http://veillard.com/
5+
Used to work at W3C, now Red Hat
6+
co-chair of W3C XML Linking WG
7+
invited expert on the W3C XML Core WG
8+
Author of libxml2 upon which this library is based.
9+
10+
Bjorn Reese:
11+
breese@users.sourceforge.net
12+
http://home1.stofanet.dk/breese/
13+
Software developer at http://www.systematic.dk/
14+
Member of the XML-MTF Mapping WG.
15+
16+
William Brack <wbrack@mmm.com.hk>
17+
18+
Thomas Broyer <tbroyer@ltgt.net>
19+
20+
Igor Zlatkovic <igor@zlatkovic.com> for the Windows port
21+
22+
Patches gently provided by a multitude of people :
23+
24+
Abhishek Arya <inferno@chromium.org>
25+
Ben Walton <bwalton@artsci.utoronto.ca>
26+
Bjorn Reese <breese@src.gnome.org>
27+
C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com>
28+
Colin Walters <walters@verbum.org>
29+
Daniel Mustieles <daniel.mustieles@gmail.com>
30+
Daniel Richard G <oss@teragram.com>
31+
Darin Adler <darin@src.gnome.org>
32+
ÉRDI Gergo <cactus@src.gnome.org>
33+
Fatih Demir <kabalak@src.gnome.org>
34+
Federico Mena Quintero <federico@ximian.com>
35+
Frederic Crozat <fcrozat@mandriva.com>
36+
Hao Hu <ihaohu@gmail.com>
37+
Havoc Pennington <hp@pobox.com>
38+
IlyaS <astro.courier@gmail.com>
39+
jacob berkman <jacob@ximian.com>
40+
Jason Viers <bean@beanalby.net>
41+
Jérôme Carretero <cJ-xslt@zougloub.eu>
42+
Joachim Breitner <nomeata@debian.org>
43+
Johan Dahlin <zilch@src.gnome.org>
44+
John Fleck <jfleck@inkstain.net>
45+
Jose Maria Celorio <chema@src.gnome.org>
46+
Julio M. Merino Vidal <jmmv@NetBSD.org>
47+
Kasimier T. Buchcik <kbuchcik@src.gnome.org>
48+
Kjartan Maraas <kmaraas@src.gnome.org>
49+
Laurence Rowe <l@lrowe.co.uk>
50+
Malcolm Purvis <malcolm@purvis.id.au>
51+
Martin <gzlist@googlemail.com>
52+
Michael Bonfils <murlock42@gmail.com>
53+
Mike Hommey <mh@glandium.org>
54+
money_seshu Dronamraju <mcseshu@gmail.com>
55+
Nick Wellnhofer <wellnhofer@aevum.de>
56+
Nix <nix@esperi.org.uk>
57+
Pedro F. Giffuni <giffunip@tutopia.com>
58+
Peter Williams <peterw@ximian.com>
59+
Rob Richards <rrichard@src.gnome.org>
60+
Roumen Petrov <bugtrack@roumenpetrov.info>
61+
Stefan Kost <ensonic@users.sf.net>
62+
Tomasz Kłoczko <kloczek@src.gnome.org>
63+
Chris Evans <cevans@chromium.org>

0 commit comments

Comments
 (0)