log

age author description
Thu, 09 Aug 2012 08:29:50 -0700 Rik build: Move unordered_map header tests to acinclude.m4 and add caching of results.
Wed, 08 Aug 2012 21:51:23 -0700 Rik m4/acinclude.m4: Correct typos, use consistent style for describing macros.
Wed, 08 Aug 2012 15:33:52 -0700 Rik Use $(top_builddir)/libgnu for parallelism with $(top_srcdir)/libgnu
Wed, 08 Aug 2012 10:57:08 -0700 Rik src/Makefile.am: Remove unnecessary -I$(srcdir) in AM_CPPFLAGS.
Wed, 08 Aug 2012 10:41:31 -0700 Rik configure.ac: Add AM_PROG_CC_C_O check for Automake subdir-objects support in C compiler.
Wed, 08 Aug 2012 09:19:35 -0700 Rik octave.desktop.in: Change Octave's XDG top-level category to Education.
Wed, 08 Aug 2012 11:38:52 -0400 John W. Eaton improve internal documentation of F77_ macros.
Wed, 08 Aug 2012 10:27:59 -0400 John W. Eaton avoid "function declared 'noreturn' has a return statement" warning.
Wed, 08 Aug 2012 07:23:21 -0700 Rik configure.ac: Require makeinfo to be present before building Octave.
Tue, 07 Aug 2012 13:34:22 -0700 Rik configure.ac: Re-organize to follow Autoconf layout guidelines
Tue, 07 Aug 2012 14:59:58 -0500 Max Brister Skip functions when resolving end context in JIT
Tue, 07 Aug 2012 09:01:02 -0700 Rik Eliminate duplicate PTHREAD_CFLAGS inclusion in build process.
Tue, 07 Aug 2012 07:09:54 -0700 Rik Remove DEFS and CXXFLAGS/CFLAGS from AM_CXXFLAGS/AM_CFLAGS causing duplicate options in compile command.
Mon, 06 Aug 2012 21:42:56 -0700 Rik Remove unneccessary '-I.' in CPPFLAGS which is already part of DEFAULT_INCLUDES.
Mon, 06 Aug 2012 17:27:18 -0700 Rik Remove CPPFLAGS from AM_CPPFLAGS which causes CPPFLAGS to appear twice during compile.