[Numpy-svn] [numpy/numpy] b8407f: BLD: Fix ANSI C syntax error

GitHub noreply at github.com
Sat Jan 25 08:30:56 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b8407f3ca97fe184aba3e5df8d35f58182f711bc
      https://github.com/numpy/numpy/commit/b8407f3ca97fe184aba3e5df8d35f58182f711bc
  Author: cgohlke <cgohlke at uci.edu>
  Date:   2014-01-24 (Fri, 24 Jan 2014)

  Changed paths:
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  BLD: Fix ANSI C syntax error

Fixes msvc9/10 error C2143: syntax error : missing ';' before 'type'


  Commit: 89e59e0ac2572759d9fc6ade519e135a16fc7308
      https://github.com/numpy/numpy/commit/89e59e0ac2572759d9fc6ade519e135a16fc7308
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-24 (Fri, 24 Jan 2014)

  Changed paths:
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: fail on declaration-after-statement in travis test

required for windows compilers


  Commit: d79ce1af7725ea96dab8474c7b86a7e58ccb36d6
      https://github.com/numpy/numpy/commit/d79ce1af7725ea96dab8474c7b86a7e58ccb36d6
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M numpy/core/tests/test_indexing.py

  Log Message:
  -----------
  TST: test non integer item does not return array

from gh-4223 in the 1.8 branch


  Commit: 2f2f64cf7133c9028585ca5502e41c1bce52416f
      https://github.com/numpy/numpy/commit/2f2f64cf7133c9028585ca5502e41c1bce52416f
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  TST: test count_nonzero on unaligned memory


  Commit: 4cdf911c3308e55558ca191e91e703305ab46197
      https://github.com/numpy/numpy/commit/4cdf911c3308e55558ca191e91e703305ab46197
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/tests/test_indexing.py
    M numpy/core/tests/test_multiarray.py
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #4232 from juliantaylor/check-win-compile

TST: fail on declaration-after-statement in travis test


Compare: https://github.com/numpy/numpy/compare/8358f04ce9e6...4cdf911c3308


More information about the Numpy-svn mailing list