8000 Comparing lxfontes:master...xaelsouth:master · lxfontes/ezxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lxfontes/ezxml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xaelsouth/ezxml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 12, 2023

  1. Set correct version 0.8.6

    xaelsouth committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    745f32c View commit details
    Browse the repository at this point in the history
  2. - static function declarations

     - new define EZXML_FORMAT_ENC for a bit more pretty printing which is active by default
     - correct using of EZXML_PARSE_FILE
     - remove Unix/Linux specific includes
     - avoid strdup() undefined behaviour on 64 bit systems by declaring prototype
     - ezxml_parse_xml_str() to accept a const char *xml
     - few more casts to (char *) in order to avoid compiler warnings
    xaelsouth committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1a74ef6 View commit details
    Browse the repository at this point in the history
  3. #if EZXML_FORMAT_ENC

    xaelsouth committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    501b50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2331c8 View commit details
    Browse the repository at this point in the history
  5. #define EZXML_PARSE_FILE

    xaelsouth committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b1ca77f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. (char) conversion added

    xaelsouth committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    838b399 View commit details
    Browse the repository at this point in the history
Loading
0