summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into expose_load_settingsCharles Oliver Nutter2023-01-263-56/+83
|\
| * Merge pull request #612 from headius/snakeyaml_engineAaron Patterson2023-01-204-267/+313
| |\
| | * Minor tweaks and cleanup in emitterCharles Oliver Nutter2023-01-181-11/+9
| | * Shorter path to encode strings in emitterCharles Oliver Nutter2023-01-181-1/+4
| | * Misc cleanupCharles Oliver Nutter2023-01-181-31/+45
| | * Reduce hops to call sitesCharles Oliver Nutter2023-01-181-13/+25
| * | configure of libyaml couldn't detect "arm64-apple-darwin22" for build host.Hiroshi SHIBATA2023-01-171-1/+1
* | | Expose a few key LoadSettings valuesCharles Oliver Nutter2023-01-131-0/+49
| |/ |/|
* | Fix up spec version handlingCharles Oliver Nutter2023-01-132-7/+13
* | Omit specc version from document startCharles Oliver Nutter2023-01-131-2/+1
* | Initial move to SnakeYAML EngineCharles Oliver Nutter2023-01-134-223/+237
|/
* Minor cleanup of emitter code.Charles Oliver Nutter2023-01-121-6/+9
* Remove redundant init of YAMLTreeCharles Oliver Nutter2023-01-122-48/+0
* Clean up importsCharles Oliver Nutter2023-01-121-3/+0
* Use inline caching for calls to handlerCharles Oliver Nutter2023-01-121-20/+42
* Clean up reader creationCharles Oliver Nutter2023-01-121-29/+35
* Remove unused yaml argumentCharles Oliver Nutter2023-01-121-9/+8
* Remove taintingCharles Oliver Nutter2023-01-121-23/+21
* Use method reference for allocatorCharles Oliver Nutter2023-01-122-10/+2
* Remove unused loggerCharles Oliver Nutter2023-01-121-2/+0
* Fix missing `abort` callNobuyoshi Nakada2022-10-121-1/+1
* Abandon when libyaml is not foundNobuyoshi Nakada2022-10-121-8/+5
* Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA2022-10-071-6/+1
* --enable-bundled-libyaml config has been removedHiroshi SHIBATA2022-10-071-1/+1
* Removed the related files for downloading with extlibsHiroshi SHIBATA2022-10-051-17/+0
* No longer bundle external library sourcesNobuyoshi Nakada2022-10-051-11/+0
* Unbreak JRuby ext parse methodCharles Oliver Nutter2022-09-191-11/+2
* Merge pull request #580 from ruby/more-rubyAaron Patterson2022-09-191-20/+2
|\
| * Convert some of Parser#parse to RubyAaron Patterson2022-09-151-20/+2
* | Merge pull request #526 from khanderson/masterAaron Patterson2022-07-141-13/+17
|\ \ | |/ |/|
| * Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)Karl Anderson2022-05-131-13/+17
* | Fix libyaml download failure rescue under minirubyAlan Wu2022-06-141-7/+9
|/
* Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada2022-04-071-1/+5
* Improve libyaml source downloading error messagesAlan Wu2022-04-041-4/+10
* Propagate `CC` to libyamlNobuyoshi Nakada2022-04-011-0/+1
* Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
* Ignore warnings from yaml-0.2.5Nobuyoshi Nakada2022-03-281-0/+1
* Download libyaml sourceNobuyoshi Nakada2022-03-272-0/+15
* Configure libyaml from the original sourceNobuyoshi Nakada2022-03-272-31/+43
* Added condition for macOS homebrewHiroshi SHIBATA2022-03-261-1/+1
* Removed bundled libyamlHiroshi SHIBATA2022-02-2212-13044/+0
* Merge pull request #481 from headius/jruby_updatesCharles Oliver Nutter2021-06-042-52/+142
|\
| * Minor optimization: defer runtime accessCharles Oliver Nutter2021-02-251-16/+18
| * Minor optimizationCharles Oliver Nutter2021-02-251-1/+2
| * Clean up type checks and trancodesCharles Oliver Nutter2021-02-251-37/+51
| * Make malformed input noisyCharles Oliver Nutter2021-02-251-1/+46