Age | Commit message (Expand) | Author | Files | Lines |
2007-10-03 | no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. | Richard Sandiford | 1 | -79/+118 |
2007-10-03 | revert: no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. | Kazu Hirata | 1 | -103/+79 |
2007-10-02 | no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. | Richard Sandiford | 1 | -79/+103 |
2007-09-18 | configure.host: Set atomic_flags on i486. | Benjamin Kosnik | 1 | -1/+13 |
2007-09-11 | Add parallel mode. | Johannes Singler | 1 | -1/+18 |
2007-09-09 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ECANCELED for cygwin. | Roger Sayle | 1 | -0/+10 |
2007-09-05 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EBADMSG for darwin. | Roger Sayle | 1 | -0/+10 |
2007-08-29 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR, ENOSTR, ETIME ... | Benjamin Kosnik | 1 | -0/+40 |
2007-08-24 | acinclude.m4: Fix duplicate variable names. | Benjamin Kosnik | 1 | -4/+4 |
2007-08-24 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO for netbsd. | Benjamin Kosnik | 1 | -0/+20 |
2007-08-23 | system_error: New file. | Benjamin Kosnik | 1 | -0/+36 |
2007-06-28 | re PR libstdc++/32509 (unable to explicitely configure with a given locale mo... | Paolo Carlini | 1 | -18/+20 |
2007-05-28 | re PR libstdc++/31717 (libstdc++-v3 - Make fails with: ./c++locale.h:69: erro... | Benjamin Kosnik | 1 | -53/+83 |
2007-05-21 | re PR libstdc++/31621 (libstdc++ uses -xc++ which can cause exceptions to sho... | Paolo Carlini | 1 | -3/+1 |
2007-05-17 | acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add -g to compile flags, move... | Benjamin Kosnik | 1 | -2/+2 |
2007-05-16 | acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test co... | Benjamin Kosnik | 1 | -1/+1 |
2007-03-26 | complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h. | Benjamin Kosnik | 1 | -0/+1 |
2007-03-04 | acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global. | Benjamin Kosnik | 1 | -2/+13 |
2007-02-27 | acinclude.m4: Adjust regular expression for ld version extraction. | Richard Guenther | 1 | -1/+1 |
2007-01-29 | enc_filebuf.h: Resurrect, update. | Benjamin Kosnik | 1 | -58/+0 |
2006-12-12 | re PR libstdc++/26497 (libstdc++-v3: configure: test: -lt: unary operator exp... | Benjamin Kosnik | 1 | -8/+10 |
2006-12-11 | re PR libstdc++/28125 (Cannot build cross compiler for Solaris: configure: er... | Benjamin Kosnik | 1 | -5/+16 |
2006-12-02 | acinclude.m4: Allow OPTIMIZE_CXXFLAGS to be set by configure.host. | Howard Hinnant | 1 | -1/+1 |
2006-09-29 | acinclude.m4 (enable_symvers): Default to no if unable to link. | Joseph Myers | 1 | -1/+1 |
2006-08-31 | PR libstdc++/28671 continued | Benjamin Kosnik | 1 | -1/+1 |
2006-08-29 | acinclude.m4 (glibcxx_PCHFLAGS): Set to stdtr1c++.h. | Benjamin Kosnik | 1 | -1/+1 |
2006-07-21 | re PR libgcj/28426 (libgcj header files installed in wrong location in cross ... | David Daney | 1 | -0/+1 |
2006-07-20 | PR libstdc++/19664 round 1 | Benjamin Kosnik | 1 | -0/+32 |
2006-07-14 | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New. | Benjamin Kosnik | 1 | -0/+63 |
2006-06-21 | acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When cross-compiling, put headers... | Mark Mitchell | 1 | -1/+8 |
2006-06-09 | acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of... | Paolo Carlini | 1 | -0/+26 |
2006-05-01 | acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the presence of wctype.h,... | Paolo Carlini | 1 | -1/+4 |
2006-04-16 | PR libstdc++/6702 (again) | Paolo Carlini | 1 | -74/+94 |
2006-03-10 | cmath: Add atan2 and pow bits; add using declarations. | Paolo Carlini | 1 | -1/+3 |
2006-02-26 | cmath: Add templates (8.16.3). | Paolo Carlini | 1 | -0/+3 |
2006-02-16 | re PR target/20353 (uclibc does not provide C99 math functions) | Joseph Myers | 1 | -0/+9 |
2006-02-07 | cmath: New. | Paolo Carlini | 1 | -0/+118 |
2006-02-05 | cstdio: New. | Paolo Carlini | 1 | -44/+0 |
2006-02-03 | cwchar: New. | Paolo Carlini | 1 | -6/+47 |
2006-01-30 | acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h> checks only if th... | Paolo Carlini | 1 | -17/+19 |
2006-01-30 | cinttypes: New. | Paolo Carlini | 1 | -0/+23 |
2006-01-29 | cstdint: New. | Paolo Carlini | 1 | -0/+41 |
2006-01-29 | re PR libstdc++/26006 (tr1/8_c_compatibility/cfenv/functions.cc (test for exc... | Paolo Carlini | 1 | -12/+14 |
2006-01-26 | cfenv: New. | Paolo Carlini | 1 | -1/+31 |
2006-01-25 | cctype: New. | Paolo Carlini | 1 | -0/+65 |
2006-01-20 | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version reporting. | Benjamin Kosnik | 1 | -2/+9 |
2006-01-19 | re PR libstdc++/25797 (almost all libstdc++ tests fail) | H.J. Lu | 1 | -1/+12 |
2006-01-16 | re PR libstdc++/25797 (almost all libstdc++ tests fail) | Benjamin Kosnik | 1 | -16/+11 |
2006-01-13 | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Enable --gc-sections in more ca... | Benjamin Kosnik | 1 | -9/+4 |
2006-01-12 | acinclude.m4: Use -Wl,-z,relro if possible. | Benjamin Kosnik | 1 | -1/+14 |