- Jun 15, 2017
-
-
Ivan Gagis authored
-
Ivan Gagis authored
-
- Jan 27, 2017
-
-
Arseny Kapoulkine authored
-
- Nov 29, 2016
-
-
Arseny Kapoulkine authored
We used to use the current timestamp when building the archive; switch to using the timestamp of the tag with the version we're packaging. This requires some monkey patching since tarfile module is always using current timestamp when writing gzip header... Also exclude archive.py from archive and simplify release file list in Makefile.
-
- Nov 28, 2016
-
-
Arseny Kapoulkine authored
-
- Nov 14, 2016
-
-
Arseny Kapoulkine authored
Put debugging information into the object file so that it can be shipped with NuGet binaries. Based on the linker settings for the executable debug info will either be put into the final .PDB or stripped out. Fixes #110.
-
- Nov 09, 2016
-
-
Arseny Kapoulkine authored
-
- Sep 21, 2016
-
-
Arseny Kapoulkine authored
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/.
-
- Aug 08, 2016
-
-
Stephen Daudell authored
This pivot seemed to be causing issues because the NuGet package thought it was actually dynamic.
-
- Aug 07, 2016
-
-
Arseny Kapoulkine authored
-
- Aug 04, 2016
-
-
Stephen Daudell authored
-
Stephen Daudell authored
-
Stephen Daudell authored
-
Stephen Daudell authored
Include more configurations in the Nuget package.
-
- Apr 24, 2016
-
-
Alexsey Zazvonnykh authored
-
- Feb 25, 2016
-
-
Jippe Holwerda authored
Having CMakeLists.txt in the project root makes it so much easier to use pugixml as an external dependency in another CMake project.
-
- Feb 13, 2016
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
Also remove top-level LICENSE file since .podspec already has it.
-
- Feb 03, 2016
-
-
Ivan Gagis authored
embed license to podspec, as LICENSE file is not in 1.7 tag, cocoapods errors otherwise. Get sources from zeux github
-
Ivan Gagis authored
-
- Jan 24, 2016
-
-
Stephan Beyer authored
Git warns when it finds "whitespace errors". This commit gets rid of these whitespace errors for code and adoc files.
-
- Dec 31, 2015
-
-
Arseny Kapoulkine authored
-
- Dec 30, 2015
-
-
Arseny Kapoulkine authored
Also refactor to use the same case and run after common options.
-
- Dec 03, 2015
-
-
nir.bar authored
-
- Oct 23, 2015
-
-
Arseny Kapoulkine authored
-
- Oct 10, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
This avoids linker warning when building the final executable and we don't have to package the .PDB file.
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
Move pugixml project file for VS2015 to scripts/ and unify the output file structure similar to old VS201x projects. Remove test projects and solution since they are not required for building. Provide more accurate information in the package script and handle build errors during package construction properly.
-
- Oct 08, 2015
-
-
Ivan Gagis authored
-
- Oct 07, 2015
-
-
igagis authored
-
Ivan Gagis authored
-
Ivan Gagis authored
-
- Sep 23, 2015
-
-
Arseny Kapoulkine authored
We now make sure that in CMake builds we have long long support. This requires CMake 3.1 for target_compile_features. Fixes #53 (as long as packages use this CMake script... most of them do)
-
- Apr 14, 2015
-
-
Arseny Kapoulkine authored
-
- Mar 19, 2015
-
-
Arseny Kapoulkine authored
-
- Nov 18, 2014
-
-
Arseny Kapoulkine authored
-
- Sep 15, 2014
-
-
Arseny Kapoulkine authored
- Include GNUInstallDirs which sets up standard install locations including lib64 for mulilib systems. - Make BUILD_SHARED_LIBS an option instead of a variable which is better for use in either the cmake-gui or ccmake gui interfaces. - Setup a destination for WIN32 runtime DLL's which is also helpful for MinGW installs. git-svn-id: https://pugixml.googlecode.com/svn/trunk@1012 99668b35-9821-0410-8761-19e4c4f06640
-
- Sep 03, 2014
-
-
Orion Poplawski authored
-