summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Depends on numscons >= 0.9.1.David Cournapeau2008-08-101-1/+1
* Improve error message when scons command fails.David Cournapeau2008-08-091-6/+8
* ran reindentJarrod Millman2008-08-082-3/+3
* Add function to get per package build directory when building with scons inDavid Cournapeau2008-08-031-0/+7
* Pass current package name and scons command instance to post hook.David Cournapeau2008-07-311-1/+1
* Change API for pre/post hooks: they should be able to take arbitrary arguments.David Cournapeau2008-07-311-1/+2
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-5/+0
* Make it possible to execute post/pre hooks in scons command even when no scon...David Cournapeau2008-07-312-52/+57
* Handle inplace build option for numscons.David Cournapeau2008-07-311-1/+5
* More explicit message wrt log level.David Cournapeau2008-07-301-3/+9
* Add log-level option to scons command.David Cournapeau2008-07-301-0/+4
* Require 0.9.0 for numscons.David Cournapeau2008-07-301-1/+1
* Handle VS 2008 in msvc_runtime_library.David Cournapeau2008-07-291-0/+1
* Generate headers in the right place for inplace builds.Robert Kern2008-07-191-3/+14
* Fix distutils issue on AIX with aix compilers.David Cournapeau2008-07-091-1/+1
* Bump min version for numscons to 0.8.2.David Cournapeau2008-07-091-4/+9
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-056-17/+3
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-219-9/+9
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-179-34/+35
* Do not fail scons command when cxx compiler is not available.David Cournapeau2008-06-121-1/+4
* Make sure we are using numscons 0.8.0 or above.David Cournapeau2008-06-121-0/+10
* Set numpy include path relatively to top setup callee when bootstrapping.David Cournapeau2008-06-121-2/+16
* When src_dir is not null, takes it into account to retrieve distutils libdir.David Cournapeau2008-06-121-3/+4
* scons command: set distutils libdir relatively to build directory.David Cournapeau2008-06-121-1/+9
* MSVC compiler does not have compiler_cxx member.David Cournapeau2008-06-081-0/+3
* Merged revisions 5204-5257 via svnmerge from David Cournapeau2008-06-071-0/+19
|\
| * Handle fortran compiler on open-solarisDavid Cournapeau2008-05-201-0/+2
| * Fix typo when passing bootstrapping option to scons.David Cournapeau2008-05-201-1/+1
| * Current handling of bootstrapping is flawed: I should handle it at theDavid Cournapeau2008-05-201-0/+17
* | fixed whitespace w/ reindentJarrod Millman2008-05-222-4/+3
|/
* Add --package-list to scons command, to speed-up no-op when working on scipy.David Cournapeau2008-05-181-4/+47
* Fix conv_template to correctly handle nested loops with surrounding code.Charles Harris2008-04-241-13/+23
* Add true nesting of loops to the template processing. The previous attemptCharles Harris2008-04-231-123/+176
* Does not replace g++ by c++ compiler name.David Cournapeau2008-04-231-5/+1
* Add nested loops to the template processor.Charles Harris2008-04-231-45/+69
* Do not show the whole scons command for silent modes.David Cournapeau2008-04-211-1/+4
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+2
* Reverting r4481, see #723Jarrod Millman2008-04-201-0/+63
* Use the default terminal colour to print out INFO messages in distutils. Stefan van der Walt2008-04-162-3/+5
* Add one more level for silent modes in scons command.David Cournapeau2008-04-131-4/+5
* Fix issue 715.Pearu Peterson2008-04-101-5/+6
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-231-1/+4
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo f...David Cournapeau2008-03-221-1/+1
* Add VisualCompaq compiler to the list of fortran compilers if platform is cyg...David Cournapeau2008-03-221-1/+1
* Comment out NotImplemented error when using setup tools.Travis Oliphant2008-03-221-1/+1
* Fix typo (bug #704).David Cournapeau2008-03-211-1/+1
* In site.cfg, change DEFAULT section to ALL to accommodate building on Python ...Stefan van der Walt2008-03-192-6/+6