Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] The implements of some v2 concepts for discuss only #457

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    15697a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a975d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeda2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79d580 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f1eb20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ed7a7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd795fd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Fix for non-cpp11 compiler

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e3af244 View commit details
    Browse the repository at this point in the history
  2. Fix for non-cpp11 compiler

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    bffbcfd View commit details
    Browse the repository at this point in the history
  3. Update pugixml.hpp

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    dbced76 View commit details
    Browse the repository at this point in the history
  4. Fix for non-cpp11 compiler

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4852708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d9a303 View commit details
    Browse the repository at this point in the history
  6. Make logic more clearly

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    366113e View commit details
    Browse the repository at this point in the history
  7. Fix logic

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    15cec5f View commit details
    Browse the repository at this point in the history
  8. Delete unused

    halx99 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    bd0fd02 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    909b3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e24c7 View commit details
    Browse the repository at this point in the history
  3. Update build.yml

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    233d7fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4af11 View commit details
    Browse the repository at this point in the history
  5. Fix for old compilers

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b025069 View commit details
    Browse the repository at this point in the history
  6. Fix ci

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    9129d79 View commit details
    Browse the repository at this point in the history
  7. Store length for setters

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    7791e7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b634ea5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32cccfe View commit details
    Browse the repository at this point in the history
  10. Fix ci & add run test cost

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    0d87d4f View commit details
    Browse the repository at this point in the history
  11. Fix warnings

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    46805e8 View commit details
    Browse the repository at this point in the history
  12. Fix ci

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f0259eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3a8b86 View commit details
    Browse the repository at this point in the history
  14. Update pugixml.cpp

    halx99 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    3ceb703 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Fix for compact mode

    halx99 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    c95044d View commit details
    Browse the repository at this point in the history
  2. Allow build compact mode

    halx99 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3c9111d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. More string_view

    halx99 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d6fac0a View commit details
    Browse the repository at this point in the history
  2. Fix ci

    halx99 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6c2bb13 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    ce19f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Fix memory leak

    TodorHryn authored and halx99 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    62e2407 View commit details
    Browse the repository at this point in the history
  2. Fix memory leak during OOM in convert_buffer

    This is the same fix as zeux#497, but we're using auto_deleter instead
    because if allocation function throws, we can't rely on an explicit call
    to deallocate.
    
    Comes along with two tests that validate the behavior.
    zeux authored and halx99 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    7f2d74d View commit details
    Browse the repository at this point in the history
  3. Use more idiomatic code in this codebase

    zeux authored and halx99 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1c6a55f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. C++20 compiler support

    halx99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    4bec1e8 View commit details
    Browse the repository at this point in the history
  2. c++ 20 compiler support

    halx99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    72e3201 View commit details
    Browse the repository at this point in the history
  3. c++20 compiler support

    halx99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    377a2a9 View commit details
    Browse the repository at this point in the history
  4. Fix ci

    halx99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5d8dbac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Merge 'zeux-master' into dev

    halx99 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    aee049f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae27e5 View commit details
    Browse the repository at this point in the history
  3. 1.13 ABI compatible

    halx99 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f79549c View commit details
    Browse the repository at this point in the history
  4. Fix ci

    halx99 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a328bb5 View commit details
    Browse the repository at this point in the history
  5. Fix ci

    halx99 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    66e1430 View commit details
    Browse the repository at this point in the history