[dylan-lang/opendylan] cc4a50: [release-info] Cleanup whitespace.

GitHub <[email protected]>
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <54618c52a51e1_749a3fafa287d2a0809cf@hookshot-fe4-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/opendylan
  Commit: cc4a50f19c09d7d900db185161af60521276af32
      https://github.com/dylan-lang/opendylan/commit/cc4a50f19c09d7d900db185161af60521276af32
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M sources/lib/release-info/common-info.dylan
    M sources/lib/release-info/module.dylan
    M sources/lib/release-info/release-info.lid

  Log Message:
  -----------
  [release-info] Cleanup whitespace.


  Commit: 59c446603e3d19edbb774b21da0d27050520db77
      https://github.com/dylan-lang/opendylan/commit/59c446603e3d19edbb774b21da0d27050520db77
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M sources/lib/release-info/common-info.dylan
    M sources/lib/release-info/module.dylan

  Log Message:
  -----------
  [release-info] Add release-product-identifier.

This is a lowercase, no whitespace version of the product name.
It is useful for directory names on Unix where spaces and capital
letters are typically not expected.


  Commit: 0ce0be68ba0296afadaad81b1b0e0fdf4a6c9799
      https://github.com/dylan-lang/opendylan/commit/0ce0be68ba0296afadaad81b1b0e0fdf4a6c9799
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M sources/lib/build-system/library.dylan

  Log Message:
  -----------
  [build-system] Remove commented out exports.


  Commit: 4e5acd11fea6f1555ff6f976c033c2421cdaaa67
      https://github.com/dylan-lang/opendylan/commit/4e5acd11fea6f1555ff6f976c033c2421cdaaa67
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M Makefile.in
    M documentation/hacker-guide/source/porting.rst
    M documentation/release-notes/source/2014.1.rst
    M packages/win32-nsis/opendylan.nsi
    M sources/jamfiles/Makefile.in
    M sources/jamfiles/arm-linux-build.jam
    M sources/jamfiles/posix-build.jam
    M sources/jamfiles/shared-darwin-build.jam
    M sources/jamfiles/x86-darwin-build.jam
    M sources/jamfiles/x86-freebsd-build.jam
    M sources/jamfiles/x86-linux-build.jam
    M sources/jamfiles/x86-win32-pellesc-build.jam
    M sources/jamfiles/x86-win32-vc6-build.jam
    M sources/jamfiles/x86-win32-vc7-build.jam
    M sources/jamfiles/x86-win32-vc8-build.jam
    M sources/jamfiles/x86_64-darwin-build.jam
    M sources/jamfiles/x86_64-freebsd-build.jam
    M sources/jamfiles/x86_64-linux-build.jam
    M sources/lib/build-system/build.dylan
    M sources/lib/build-system/jam-build.dylan
    M sources/lib/build-system/library.dylan
    M sources/lib/build-system/paths.dylan
    M sources/lib/run-time/Makefile.win32

  Log Message:
  -----------
  [build] Move build scripts to their own directory.

This removes the build scripts from the 'lib' directory and places
them in a more appropriate 'share/opendylan/build-scripts' directory
(on Unix, on Windows, the path is just 'build-scripts') under the
installation target directory.

In the future, we may consider moving config.jam to a different
directory as it can contain architecture-dependent information.


  Commit: 80a318f8295f5c684b6c70b2991280685956d04b
      https://github.com/dylan-lang/opendylan/commit/80a318f8295f5c684b6c70b2991280685956d04b
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M documentation/hacker-guide/source/build-system.rst

  Log Message:
  -----------
  [build-system,docs] Document the variables passed to Jam.

This also updates a number of URLs to point to the right locations.


  Commit: 087c39e38bd51da29f4c8adae14b165b53954a5b
      https://github.com/dylan-lang/opendylan/commit/087c39e38bd51da29f4c8adae14b165b53954a5b
  Author: Bruce Mitchener <[email protected]>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M documentation/hacker-guide/source/build-system.rst

  Log Message:
  -----------
  [build-system,docs] Remove mention of mingw.

We don't actually provide such a file.


  Commit: 1ecb4a042d7c382266863921c5ec30321ec6bc2b
      https://github.com/dylan-lang/opendylan/commit/1ecb4a042d7c382266863921c5ec30321ec6bc2b
  Author: Peter S. Housel <[email protected]>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M Makefile.in
    M documentation/hacker-guide/source/build-system.rst
    M documentation/hacker-guide/source/porting.rst
    M documentation/release-notes/source/2014.1.rst
    M packages/win32-nsis/opendylan.nsi
    M sources/jamfiles/Makefile.in
    M sources/jamfiles/arm-linux-build.jam
    M sources/jamfiles/posix-build.jam
    M sources/jamfiles/shared-darwin-build.jam
    M sources/jamfiles/x86-darwin-build.jam
    M sources/jamfiles/x86-freebsd-build.jam
    M sources/jamfiles/x86-linux-build.jam
    M sources/jamfiles/x86-win32-pellesc-build.jam
    M sources/jamfiles/x86-win32-vc6-build.jam
    M sources/jamfiles/x86-win32-vc7-build.jam
    M sources/jamfiles/x86-win32-vc8-build.jam
    M sources/jamfiles/x86_64-darwin-build.jam
    M sources/jamfiles/x86_64-freebsd-build.jam
    M sources/jamfiles/x86_64-linux-build.jam
    M sources/lib/build-system/build.dylan
    M sources/lib/build-system/jam-build.dylan
    M sources/lib/build-system/library.dylan
    M sources/lib/build-system/paths.dylan
    M sources/lib/release-info/common-info.dylan
    M sources/lib/release-info/module.dylan
    M sources/lib/release-info/release-info.lid
    M sources/lib/run-time/Makefile.win32

  Log Message:
  -----------
  Merge pull request #824 from waywardmonkeys/move-build-scripts

Move build scripts


Compare: https://github.com/dylan-lang/opendylan/compare/616b6748394b...1ecb4a042d7c

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.