aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/depend
Commit message (Collapse)AuthorAgeFilesLines
* ruby tool/update-deps --fix卜部昌平2024-04-271-0/+5
|
* Update the depend filesMatt Valentine-House2023-02-281-5/+0
|
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-5/+0
|
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+5
| | | | | | | | | Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the macros bellow: * `RBIMPL_ATTR_PACKED_STRUCT_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_END` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
* [ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada2022-03-311-0/+4
| | | | | | | On some platforms, PIC and non-PIC code are incompatible and the latter cannot be used for shared objects. https://github.com/ruby/psych/commit/5652e32733
* [ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada2022-03-301-1/+9
| | | | https://github.com/ruby/psych/commit/54a9ba9d10
* Removed libyaml object files from dependsHiroshi SHIBATA2022-03-251-8/+0
|
* Try to remove yaml sources from dependHiroshi SHIBATA2022-03-251-37/+0
|
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+50
|
* Update dependenciesNobuyoshi Nakada2021-11-211-50/+0
|
* ruby tool/update-deps --fix卜部昌平2021-10-051-0/+45
|
* dependency updates卜部昌平2021-04-131-5/+0
|
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-70/+115
| | | | | | | | | * Rename `rb_scheduler` to `rb_fiber_scheduler`. * Use public interface if available. * Use `rb_check_funcall` where possible. * Don't use `unblock` unless the fiber was non-blocking.
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-5/+0
|
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-5/+0
|
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-5/+0
|
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-700/+700
| | | | To fix build failures.
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-700/+700
| | | | This shall fix compile errors.
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+760
| | | Split ruby.h
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2019-11-291-0/+2
|
* Revert "Update dependencies"Vít Ondruch2019-11-221-45/+0
| | | | | | | | This reverts commit e1b234148829f65bea9f5ecc7018beb782ea6023. This allows to build Psych against system libyaml again on Fedora. [Bug #16359]
* Update dependenciesNobuyoshi Nakada2019-11-181-0/+45
|
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+5
|
* Removed moving toplevel header since r12501nobu2019-02-081-5/+5
| | | | | | | Moving public headers was 12-years ago, no depend files would expect ruby.h in the top source directory now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+5
| | | | | | | | | | | | | | Onigumo 6 (r57045) introduced new onigumo.h header file, which is required from quite much everywhere. This commit adds necessary dependencies. Note: ruby/oniguruma.h now includes onigumo.h, ruby/io.h includes oniguruma.h, ruby/encoding.h also includes oniguruma.h, and internal.h includes encoding.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update dependenciesnobu2016-07-061-3/+92
| | | | | | | | * common.mk (compile.o, loadpath.o): update dependencies. * common.mk (vm_call.o): remove stale object dependencies. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+3
* ext/-test-/exception/depend: Ditto. * ext/-test-/printf/depend: Ditto. * ext/-test-/string/depend: Ditto. * ext/coverage/depend: Ditto. * ext/io/console/depend: Ditto. * ext/io/nonblock/depend: Ditto. * ext/io/wait/depend: Ditto. * ext/openssl/depend: Ditto. * ext/pathname/depend: Ditto. * ext/psych/depend: Ditto. * ext/zlib/depend: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e