コミットグラフ

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • * \
  • |\ \
  • | * |
  • | | *
  • | | *
  • | |/
  • |/|
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 02b98a5 (HEAD -> master) Update 'README.md' by TheoryOfNekomata 2023-03-06 05:39:53 +0000
  • 0ef44a2 Fork origin xml-c repository by TheoryOfNekomata 2023-03-06 13:37:42 +0800
  • 66caec1 Fixed missing `stdio.h` include by ooxi 2023-01-19 19:05:33 +0100
  • 2e1a10b Upgrade to Ubuntu 22.04 for CI by ooxi 2022-06-08 13:08:46 +0200
  • 82efbaf GitHub no longer provides standalone downloads by ooxi 2022-05-18 16:29:30 +0200
  • 924e9b0 Fix compilation error on macOS using Clang. by Finxx 2022-04-28 17:58:10 -0500
  • d54eb98 Fix typo by ooxi 2021-11-19 18:01:29 +0100
  • db3e166 Update CI to Ubuntu 20.04 by ooxi 2021-11-19 17:58:52 +0100
  • 69b2c47 Switch from Travis CI to GitHub Actions by ooxi 2021-11-19 17:50:15 +0100
  • 9361425 Test can be executed via CMake by ooxi 2021-11-19 17:37:13 +0100
  • 039b089 Fixed typo by ooxi 2020-01-09 23:04:23 +0100
  • 070d0ec XML attributes unit test by Farkasvölgyi 2019-09-13 18:26:00 +0000
  • bd11bbb Added ability to parse attributes. by Blake Felt 2019-04-24 22:28:00 +0000
  • 8297961 Fix possible memory leaks by Siwen Yu 2018-08-31 12:27:35 +0800
  • e18c25c Merge pull request #16 from ooxi/issue/14 by ooxi 2018-03-05 14:59:49 +0100
  • 65e582d Recursive search example for issue #14 by ooxi 2018-03-05 14:02:25 +0100
  • d76cbfc Minor documentation fix by ooxi 2018-01-31 14:31:59 +0100
  • 5910520 Rewrote build system to make use of modern CMake features by ooxi 2017-12-27 20:58:56 +0100
  • 16fc76f Merge pull request #10 from ooxi/patch/fix-test-cpp by ooxi 2016-09-04 21:58:14 +0200
  • f800fc8 malloc/free must be used instead of new/delete by ooxi 2016-09-04 18:38:47 +0000
  • aa71b65 Corrected build instructions by ooxi 2016-09-04 20:08:17 +0200
  • e556829 Merge pull request #8 from tweakdeveloper/master by ooxi 2015-04-09 13:27:23 +0200
  • b98fb3f Added C++ test for Travis by Nolan Clark 2015-04-08 19:43:30 -0500
  • 6e3df59 Further C++ compatibility changes by Nolan Clark 2015-04-08 18:17:45 -0500
  • 1061a39 Fix Travis build errors by Nolan Clark 2015-04-08 16:48:10 -0500
  • fc4e875 Added C++ compatibility by Nolan Clark 2015-04-08 16:38:28 -0500
  • 052f19e Plural of child is children, not childrens by ooxi 2014-01-18 17:50:41 +0100
  • 207c754 Merge pull request #7 from luksow/easy-content-fix by ooxi 2013-10-10 07:31:49 -0700
  • 03b2d82 Merge pull request #6 from luksow/self-closing-tags-fix by ooxi 2013-10-10 07:30:31 -0700
  • 0f9f708 Added length check to prevent wrapping. by Łukasz Sowa 2013-10-10 15:19:58 +0200
  • 7b4dd4b Fixed braces for patch. by Łukasz Sowa 2013-10-10 15:10:10 +0200
  • e37d916 Fix for xml_easy_content() for nodes with no content. by Łukasz Sowa 2013-10-10 01:29:32 +0200
  • b0639a0 Support for self-closing tags. by Łukasz Sowa 2013-10-10 01:15:26 +0200
  • 3925b2a Fixed small typo by ooxi 2013-08-07 12:02:16 +0200
  • 86c7895 Merge pull request #4 from ooxi/verbose by ooxi 2012-11-01 10:22:56 -0700
  • 10d1ef9 Fixed xml.c verbosity in debug builds by ooxi 2012-11-01 18:20:56 +0100
  • dba018d Merge pull request #3 from ooxi/xml-open-document by ooxi 2012-11-01 08:13:16 -0700
  • d049d16 Added xml_open_document API call to read a XML document from file by ooxi 2012-11-01 16:11:29 +0100
  • 4a42ec0 Merge pull request #2 from ooxi/easy-interface by ooxi 2012-11-01 06:55:50 -0700
  • 4ec6006 New easy xml interface by ooxi 2012-11-01 14:53:49 +0100
  • 2be4cfa xml_string_length and xml_string_copy will now accept 0 as string by ooxi 2012-11-01 02:02:28 +0100
  • aecf976 Travis CI does not provide valgrind by default by ooxi 2012-11-01 01:12:33 +0100
  • a360944 Fixed a couple of possible and fatal bugs by ooxi 2012-11-01 01:07:54 +0100
  • 964d05b Travis CI valgrind support by ooxi 2012-11-01 01:07:05 +0100
  • a0f55c7 Fixed possible memory corruption caused by off-by-one error in test case by ooxi 2012-11-01 01:06:29 +0100
  • 3d2d9b3 Fixed memory leak by ooxi 2012-11-01 00:59:18 +0100
  • 1593b36 Fixed memory corruption caused by off-by-one error by ooxi 2012-11-01 00:53:26 +0100
  • 029c514 Replaced manual array copy with memcpy by ooxi 2012-11-01 00:51:48 +0100
  • 1e87d75 Debug builds should include debug symbols by ooxi 2012-11-01 00:45:55 +0100
  • 383ff54 xml.c is an extraction from gltoolkit by ooxi 2012-10-31 22:45:32 +0100
  • 351bbe2 Added `Building xml.c` README section by ooxi 2012-10-31 21:32:37 +0100
  • 12e866c Referenced release tags and prebuild binaries by ooxi 2012-10-31 21:28:14 +0100
  • bcd8f02 Cleaned CMakeList.txt, first formal release by ooxi 2012-10-31 21:17:58 +0100
  • 8ac0ecf Included Travis CI build status in readme by ooxi 2012-10-31 21:08:48 +0100
  • 6aa8334 Travis CI configuration by ooxi 2012-10-31 21:04:52 +0100
  • 23f628e Include updated example in README by ooxi 2012-10-31 21:01:27 +0100
  • a78e8db Use stdbool.h instead of manually specifing true and false :-D by ooxi 2012-10-31 20:50:09 +0100
  • 66ce09e Added a usage example by ooxi 2012-10-31 20:45:03 +0100
  • 0b450e2 Updated README.md, added license by ooxi 2012-10-31 20:26:13 +0100
  • 6489e62 xml.c -- a tiny xml subset parser by ooxi 2012-10-31 20:17:19 +0100
  • a3c8ce1 Initial commit by ooxi 2012-10-31 12:15:20 -0700