index
:
riscv-gnu-toolchain/qemu/roms/edk2/MdePkg/Library/MipiSysTLib/mipisyst/external/pugixml.git
clang-format
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-26
Merge pull request #662 from e-kwsm/virtual
HEAD
master
Arseny Kapoulkine
2
-5
/
+5
2025-01-25
style: remove redundant 'virtual' for the 'override'-specified functions
Eisuke Kawashima
2
-5
/
+5
2025-01-10
docs: Update quickstart guide after version update
Arseny Kapoulkine
2
-6
/
+6
2025-01-10
scripts: Remove -appveyor version prefix from NuGet packages
v1.15
latest
Arseny Kapoulkine
1
-1
/
+1
2025-01-10
Update library version to 1.15 and update docs
Arseny Kapoulkine
11
-18
/
+93
2025-01-10
Update copyright year to 2025
Arseny Kapoulkine
11
-21
/
+22
2025-01-02
Add support for Apple framework builds (#653)
Treata
1
-1
/
+16
2024-11-29
Merge pull request #650 from hughsie/hughsie/sbom
Arseny Kapoulkine
1
-0
/
+47
2024-11-26
Add a SBOM template in CycloneDX format
Richard Hughes
1
-0
/
+47
2024-11-17
Update CMake version to 3.5...3.30
Arseny Kapoulkine
1
-1
/
+1
2024-11-05
docs: Reword last bullet point of thread safety guarantees
Arseny Kapoulkine
2
-5
/
+5
2024-11-04
Merge pull request #642 from zeux/string-view-def
Arseny Kapoulkine
11
-31
/
+42
2024-10-30
CMake now uses C++17 if supported by the compiler
Arseny Kapoulkine
1
-4
/
+6
2024-10-30
Merge pull request #643 from zeux/cmake-test
Arseny Kapoulkine
3
-0
/
+81
2024-10-30
Add basic CMake testing to AppVeyor
Arseny Kapoulkine
2
-0
/
+65
2024-10-30
Add unix-cmake test to GHA
Arseny Kapoulkine
1
-0
/
+16
2024-10-30
Enable C++17 support in VS2019 and VS2022 projects
Arseny Kapoulkine
4
-0
/
+16
2024-10-30
Enable C++17 standard in AppVeyor tests
Arseny Kapoulkine
1
-1
/
+3
2024-10-30
docs: Update documentation to address PUGIXML_HAS_STRING_VIEW changes
Arseny Kapoulkine
2
-8
/
+7
2024-10-30
Auto-detect std::string_view support by default
Arseny Kapoulkine
4
-18
/
+10
2024-10-28
Update VERSION in Makefile and add documentation for string_view_t (#641)
dantargz
3
-25
/
+123
2024-10-28
Makefile now defaults to cxxstd=any (#639)
Arseny Kapoulkine
1
-2
/
+1
2024-10-26
Warn if PUGIXML_STRING_VIEW is set without CMAKE_CXX_STANDARD (#638)
Arseny Kapoulkine
1
-1
/
+5
2024-10-24
Add remaining std::string_view overloads (#636)
dantargz
5
-10
/
+578
2024-10-22
Merge pull request #623 from r-barnes/master
Arseny Kapoulkine
3
-6
/
+6
2024-10-22
Define PUGIXML_NOEXCEPT as throw()
Arseny Kapoulkine
1
-2
/
+2
2024-10-22
Initial support for std::string_view (#633)
dantargz
7
-4
/
+251
2024-09-12
docs: Work around asciidoc bug with TOC numbering
Arseny Kapoulkine
2
-41
/
+41
2024-07-16
throw() -> noexcept
Richard Barnes
3
-4
/
+4
2024-07-08
Merge pull request #621 from aral-matrix/master
Arseny Kapoulkine
1
-2
/
+2
2024-07-07
use encoding interpreted by get_write_encoding in buffered_writer constructor
aral-matrix
1
-2
/
+2
2024-07-06
Merge pull request #620 from zeux/nostl-warnfix
Arseny Kapoulkine
1
-0
/
+8
2024-07-05
Work around 'unreferenced function' warnings in NO_STL builds
Arseny Kapoulkine
1
-0
/
+8
2024-05-28
Clarify comments for xml_*::empty()
Arseny Kapoulkine
1
-3
/
+3
2024-05-19
docs: Add C++20 ranges documentation
Arseny Kapoulkine
2
-3
/
+29
2024-03-23
Merge pull request #611 from kmilos/patch-1
Arseny Kapoulkine
2
-2
/
+13
2024-03-22
Relative and absolute paths for a relocatable pkgconf file
Miloš Komarčević
1
-0
/
+11
2024-03-22
Update pugixml.pc.in
Miloš Komarčević
1
-2
/
+2
2024-01-26
docs: Adjust docs wrt parse_merge_pcdata x parse_embed_pcdata
Arseny Kapoulkine
3
-22
/
+16
2024-01-26
Update year to 2024 everywhere
Arseny Kapoulkine
9
-15
/
+15
2023-12-23
Merge pull request #604 from zeux/ndk-warnfix
Arseny Kapoulkine
1
-23
/
+25
2023-12-23
Extract length validation and conversion function into a templated function
Arseny Kapoulkine
1
-24
/
+25
2023-12-20
Fix -Wshorten-64-to-32 warning on Android NDK when targeting x86
Arseny Kapoulkine
1
-1
/
+2
2023-11-16
Merge pull request #595 from zeux/stl-defarg
Arseny Kapoulkine
2
-23
/
+23
2023-11-16
Merge pull request #596 from zeux/appvmp
Arseny Kapoulkine
2
-3
/
+7
2023-11-16
Use make -j2 for mingw builds on AppVeyor
Arseny Kapoulkine
1
-2
/
+2
2023-11-16
Restrict AppVeyor builds to master branch
Arseny Kapoulkine
1
-0
/
+4
2023-11-16
tests: Add /MP to AppVeyor builds to try to reduce build time
Arseny Kapoulkine
1
-1
/
+1
2023-11-16
tests: Work around -Wself-move in new gcc
Arseny Kapoulkine
1
-2
/
+4
2023-11-16
Use cleaner references to STL classes
Arseny Kapoulkine
2
-23
/
+23
[next]