[#46329] [ruby-trunk - Feature #7252][Assigned] version number of 2.0 release — "usa (Usaku NAKAMURA)" <usa@...>

26 messages 2012/11/01

[#46350] RubySpecメンテナ — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

15 messages 2012/11/02
[#46352] Re: RubySpecメンテナ — Urabe Shyouhei <shyouhei@...> 2012/11/02

On 11/01/2012 07:43 PM, Yukihiro Matsumoto wrote:

[#46414] [ruby-trunk - Bug #7287][Open] please rename atomic.h which conflicts with /usr/include/atomic.h in Solaris10 — "ngoto (Naohisa Goto)" <ngotogenome@...>

10 messages 2012/11/06

[#46434] トラップハンドラで許されない操作はなにか — KOSAKI Motohiro <kosaki.motohiro@...>

GyRCPi46aiRHJDkbKEIKCltCdWcgIzcxMzRdIBskQiRyRDQkWSRGJCQkRj88SiUkSjtFTU1MZEJq

9 messages 2012/11/06

[#46440] [ruby-trunk - Bug #7300][Open] Hash#[] の挙動が 1.9.3 と異なっている — "hsbt (Hiroshi SHIBATA)" <shibata.hiroshi@...>

12 messages 2012/11/07

[#46477] Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...>

refinement を導入するときの性能に対する excuse が「method cache に殆どあ

20 messages 2012/11/11
[#46480] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/11

前田です。

[#46488] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

 ささだです.

[#46491] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46493] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

 ささだです.

[#46495] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46497] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

(2012/11/12 18:20), Shugo Maeda wrote:

[#46501] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46513] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Nobuyoshi Nakada <nobu@...> 2012/11/14

なかだです。

[#46509] [ruby-trunk - Bug #7344][Open] gem pristine bigdecimal が失敗してしまう — "hsbt (Hiroshi SHIBATA)" <shibata.hiroshi@...>

31 messages 2012/11/13

[#46520] [ruby-trunk - Bug #7356][Open] ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化 — "yanoh (Yutaka Yanoh)" <yutaka@...>

11 messages 2012/11/15

[#46647] [ruby-trunk - Bug #7452][Assigned] Main thread is stopped after running finalizers if the main thread has a finalizer — "mrkn (Kenta Murata)" <muraken@...>

8 messages 2012/11/28

[ruby-dev:46559] [ruby-trunk - Feature #3330][Rejected] mkmf (find|have)_cxx_header

From: "mame (Yusuke Endoh)" <mame@...>
Date: 2012-11-20 12:34:29 UTC
List: ruby-dev #46559
Issue #3330 has been updated by mame (Yusuke Endoh).

Status changed from Assigned to Rejected

#3333 と重複らしいのでこっちは閉じますね。(せっかくなのでキリ番を残す)

-- 
Yusuke Endoh <[email protected]>
----------------------------------------
Feature #3330: mkmf (find|have)_cxx_header
https://bugs.ruby-lang.org/issues/3330#change-33235

Author: metanest (Makoto Kishimoto)
Status: Rejected
Priority: Low
Assignee: nobu (Nobuyoshi Nakada)
Category: 
Target version: 


=begin
 うっかりruby-listに投げてしまったきしもとです
 
 [ruby-list:47092] で振ってみた話題に関係して、なのですが(ツリーになりませんでしたが)、
 mkmf に C++ のヘッダをチェックする機能を追加するパッチです。
 
 Index: configure.in
 ===================================================================
 --- configure.in	(revision 27940)
 +++ configure.in	(working copy)
 @@ -243,6 +243,7 @@
  fi
  AC_PROG_CC
  AC_PROG_CXX
 +AC_PROG_CXXCPP
  AC_PROG_GCC_TRADITIONAL
  AC_SUBST(GCC)
  if test "$GCC" = yes; then
 Index: lib/mkmf.rb
 ===================================================================
 --- lib/mkmf.rb	(revision 27940)
 +++ lib/mkmf.rb	(working copy)
 @@ -408,6 +408,14 @@
  		   conf)
  end
  
 +def cxxcpp_command(outfile, opt="")
 +  conf = RbConfig::CONFIG.merge('hdrdir' => $hdrdir.quote, 'srcdir' => $srcdir.quote,
 +                                'arch_hdrdir' => "#$arch_hdrdir",
 +                                'top_srcdir' => $top_srcdir.quote)
 +  RbConfig::expand("$(CXXCPP) #$INCFLAGS #$CPPFLAGS #$CXXFLAGS #{opt} #{CONFTEST_C} #{outfile}",
 +		   conf)
 +end
 +
  def libpathflag(libpath=$DEFLIBPATH|$LIBPATH)
    libpath.map{|x|
      case x
 @@ -454,8 +462,15 @@
    rm_f "conftest*"
  end
  
 +def try_cxxcpp(src, opt="", &b)
 +  try_do(src, cxxcpp_command(CPPOUTFILE, opt), &b)
 +ensure
 +  rm_f "conftest*"
 +end
 +
  class Object
    alias_method :try_header, (config_string('try_header') || :try_cpp)
 +  alias_method :try_cxx_header, (config_string('try_cxx_header') || :try_cxxcpp)
  end
  
  def cpp_include(header)
 @@ -840,6 +855,24 @@
    end
  end
  
 +# Returns whether or not the given C plus plus +header+ file can be found on
 +# your system. If found, a macro is passed as a preprocessor constant to the
 +# compiler using the header file name, in uppercase, prepended with 'HAVE_'.
 +#
 +# For example, if have_header('foo.h') returned true, then the HAVE_FOO_H
 +# preprocessor macro would be passed to the compiler.
 +#
 +def have_cxx_header(header, preheaders = nil, &b)
 +  checking_for header do
 +    if try_cxx_header(cpp_include(preheaders)+cpp_include(header), &b)
 +      $defs.push(format("-DHAVE_%s", header.tr_cpp))
 +      true
 +    else
 +      false
 +    end
 +  end
 +end
 +
  # Instructs mkmf to search for the given +header+ in any of the +paths+
  # provided, and returns whether or not it was found in those paths.
  #
 @@ -867,6 +900,33 @@
    end
  end
  
 +# Instructs mkmf to search for the given C plus plus +header+ in any of the
 +# +paths+ provided, and returns whether or not it was found in those paths.
 +#
 +# If the header is found then the path it was found on is added to the list
 +# of included directories that are sent to the compiler (via the -I switch).
 +#
 +def find_cxx_header(header, *paths)
 +  message = checking_message(header, paths)
 +  header = cpp_include(header)
 +  checking_for message do
 +    if try_cxx_header(header)
 +      true
 +    else
 +      found = false
 +      paths.each do |dir|
 +        opt = "-I#{dir}".quote
 +        if try_cxx_header(header, opt)
 +          $INCFLAGS << " " << opt
 +          found = true
 +          break
 +        end
 +      end
 +      found
 +    end
 +  end
 +end
 +
  # Returns whether or not the struct of type +type+ contains +member+.  If
  # it does not, or the struct type can't be found, then false is returned.  You
  # may optionally specify additional +headers+ in which to look for the struct
=end



-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next