ruby/template
卜部昌平 5e22f873ed decouple internal.h headers
Saves comitters' daily life by avoid #include-ing everything from
internal.h to make each file do so instead.  This would significantly
speed up incremental builds.

We take the following inclusion order in this changeset:

1.  "ruby/config.h", where _GNU_SOURCE is defined (must be the very
    first thing among everything).
2.  RUBY_EXTCONF_H if any.
3.  Standard C headers, sorted alphabetically.
4.  Other system headers, maybe guarded by #ifdef
5.  Everything else, sorted alphabetically.

Exceptions are those win32-related headers, which tend not be self-
containing (headers have inclusion order dependencies).
2019-12-26 20:45:12 +09:00
..
Doxyfile.tmpl Fixed wrong usage of file2lastrev.rb 2019-09-07 11:59:19 +09:00
GNUmakefile.in Moved REVISION_FORCE before uncommon.mk 2018-11-13 06:16:56 +00:00
Makefile.in remove prelude.c 2019-12-11 11:24:42 +09:00
configure-ext.mk.tmpl Escape MINIRUBY in --make-flags to extmk.rb 2018-02-19 01:45:17 +00:00
depend.tmpl Added depend files 2019-07-14 01:31:29 +09:00
encdb.h.tmpl Remove flip-flop usages from build scripts 2018-06-15 08:53:17 +00:00
extinit.c.tmpl extinit.c.tmpl: drop after dot 2017-01-23 02:19:00 +00:00
exts.mk.tmpl Let sub-directory exts depend on their parent ext 2018-12-01 09:29:14 +00:00
fake.rb.in fake.rb.in: split by whitespaces not to be affected by -F option 2019-04-18 22:30:01 +00:00
id.c.tmpl id.def: token_ops 2015-11-05 04:04:00 +00:00
id.h.tmpl parse.y: TOKEN2ID 2017-02-11 02:14:06 +00:00
known_errors.inc.tmpl template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl, 2014-10-26 03:26:31 +00:00
limits.c.tmpl Freeze RbConfig::SIZEOF and RbConfig::LIMITS 2017-04-06 02:33:40 +00:00
prelude.c.tmpl decouple internal.h headers 2019-12-26 20:45:12 +09:00
ruby-runner.h.in ruby-runner.c: enable MJIT_SEARCH_BUILD_DIR 2018-11-07 04:02:14 +00:00
ruby.pc.in configure.ac: library options to MAINLIBS 2018-03-02 01:37:53 +00:00
sizes.c.tmpl sizes.c.tmpl: prototype 2017-09-29 23:41:19 +00:00
transdb.h.tmpl Remove flip-flop usages from build scripts 2018-06-15 08:53:17 +00:00
unicode_norm_gen.tmpl Use `_` instead of `_n_` 2019-10-18 20:24:36 +09:00
verconf.h.tmpl MJIT header for multiarch 2018-02-08 15:19:32 +00:00