Skip to content
Snippets Groups Projects
  1. Apr 25, 2020
  2. Sep 16, 2019
  3. Sep 12, 2019
    • Arseny Kapoulkine's avatar
      Update version to 1.10 · 44e4d7e4
      Arseny Kapoulkine authored
      Note: this chang also updates PUGIXML_VERSION macro to allow for
      double-digit minor versions; this preserves the continuity of versions
      so PUGIXML_VERSION >= 190 will still work.
      44e4d7e4
  4. Sep 09, 2019
    • Joel Andres Granados's avatar
      Update nuget creation to VS2019 (#291) · 84e32273
      Joel Andres Granados authored
      Create visual studio projects that are vs2019 compliant.
      * nuget_build.ps1 :
      Introduce a new argument that will define how we implement the nuget
      build. For now we accept 201{9,7.5.3} as possible argument values.
      
      * pugixml_vs2019{,_static}.vcxproj :
      Add two visual studio projects that build pugi with the latest SDK and
      build tools
      
      * appveyor.yml
      - Add Visual Studio 2019 to build targets
      - Add Visual Studio 201{9,3,5} to build_scripts. And call
        nuget_build.ps1 with a new argument.
      - Add Visual Studio 2019 to the test_scripts.
      84e32273
  5. Jan 01, 2019
  6. Nov 12, 2018
  7. Apr 03, 2018
  8. Jan 08, 2018
  9. Jun 21, 2017
    • Arseny Kapoulkine's avatar
      scripts: Clarify the linkage settings in package description · fbc7085c
      Arseny Kapoulkine authored
      Also improve linkage description
      fbc7085c
    • Arseny Kapoulkine's avatar
      scripts: Switch to manual NuGet package with both CRT linkages · a7c4070d
      Arseny Kapoulkine authored
      We'd like to build pugixml with both static & dynamic CRT and put it
      all in one NuGet package.
      
      CoApp sort of allows us to do this via dynamic/static pivots, but it
      does not let us customize the names of the pivots and additionally has
      some bugs with the project setup. Their project modifications are also
      much more complicated - really, at this point we should do this
      ourselves.
      
      Create a simple native NuGet package with Linkage setting that picks the
      right library, and package all libraries appropriately. Note that we use
      the unified path syntax to make it simple to just get the right .lib
      file from the toolset/platform/configuration/linkage combo.
      a7c4070d
Loading