log scripts/pkg/private/configure_make.m @ 19637:b74ae93040e8

age author description
Wed, 21 Jan 2015 21:19:38 -0500 Avinoam Kalma limit number of jobs for make command to 1 under windows (bug #44053)
Thu, 15 Jan 2015 22:45:11 -0500 John W. Eaton * configure_make.m: Single-quote environment variable values.
Wed, 06 Aug 2014 01:11:58 +0100 Carnë Draug pkg.m: run make with multiple simultaneous jobs (bug #42915)
Sun, 02 Feb 2014 16:01:10 -0800 Mike Miller Pass --verbose option to mkoctfile when installing packages with --verbose (bug #41351).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 08 Oct 2013 21:07:43 -0400 Mike Miller Add executable extension to program paths for Windows (bug #40180)
Sun, 29 Sep 2013 16:06:41 -0400 Mike Miller Add hook function to handle missing Octave components
Thu, 18 Jul 2013 23:07:34 -0700 Rik Fix typos from cstrcat to matrix concatenation changeset (333243133364).
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Sun, 23 Jun 2013 13:25:26 +0100 Carnë Draug pkg: display output of shell commands on real time if verbose.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Mon, 14 Jan 2013 14:59:01 -0500 John W. Eaton use mkoctfile, not octave_config_info to get default pkg compiler tools
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sat, 31 Mar 2012 16:20:09 +0200 Carlo de Falco Remove calls to deleted function split_by.
Fri, 16 Mar 2012 17:50:42 -0700 Rik doc: grammarcheck new pkg/private functions
Fri, 16 Mar 2012 19:15:05 -0400 Jordi Gutiérrez Hermoso doc: Fix more pkg.m doc build failures
Fri, 16 Mar 2012 17:24:37 -0400 Jordi Gutiérrez Hermoso doc: Fix the encoding in Søren's name
Fri, 16 Mar 2012 18:55:09 +0100 Carlo de Falco maint: Remove redundant private function from the package manager.
Thu, 15 Mar 2012 19:41:24 +0100 Carlo de Falco maint: Refactor pkg.m and move subfunctions to private/ directory.