[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] e5a5ad: Update the version to 2.0.1.



Branch: refs/heads/csmith-2.0
Home:   https://github.com/csmith-project/csmith

Commit: e5a5ad86f57b0db2e3a53be43eecada86577d819
    https://github.com/csmith-project/csmith/commit/e5a5ad86f57b0db2e3a53be43eecada86577d819
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M configure
  M src/csmith.vcproj
  M src/csmith.vcxproj
  M version.m4

Log Message:
-----------
Update the version to 2.0.1.

Start maintenance on the Csmith 2.0 branch.


Commit: 645afd1b87b363bee40336cf0de20837245d9acc
    https://github.com/csmith-project/csmith/commit/645afd1b87b363bee40336cf0de20837245d9acc
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  A .gitignore
  A runtime/.gitignore
  A src/.gitignore

Log Message:
-----------
Specify files that git should ignore.
(cherry picked from commit c5ecbe1236ab9be09008c5eaa9fb259316024c37)


Commit: 2ba0a0dc5b4edce66bfdfccc60f152a9a9e470d3
    https://github.com/csmith-project/csmith/commit/2ba0a0dc5b4edce66bfdfccc60f152a9a9e470d3
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M configure
  M configure.ac
  M runtime/Makefile.am
  M runtime/Makefile.in
  M src/Makefile.am
  M src/Makefile.in
  M src/OutputMgr.cpp
  M src/RandomProgramGenerator.cpp

Log Message:
-----------
Put the current git commit's short hash in generated programs.

We previously put the SVN revision in generated programs.  Now that
the sources are in git, insert the current commit's short hash instead.

Note that I changed `configure.ac' so that we won't get warnings
about using `:=' assignments in Automake files.  I'm not crazy about
this change; better ways to get the current hash at build time would
be appreciated.
(cherry picked from commit 236521731b0c17aae5b92591e8c4077b8d9b2b69)


Commit: 127c74e883a8e3d8a56dba913306b9559b8b0879
    https://github.com/csmith-project/csmith/commit/127c74e883a8e3d8a56dba913306b9559b8b0879
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M src/Reducer.h

Log Message:
-----------
Added final newline, which had gone missing.
(cherry picked from commit 53bcc8ac3362502edb69375666cfcecd02fe2f00)


Commit: 5f57679c5d63fb7676a58cc41235d3dcaf85bd9e
    https://github.com/csmith-project/csmith/commit/5f57679c5d63fb7676a58cc41235d3dcaf85bd9e
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M runtime/Makefile.am
  M runtime/Makefile.in
  M src/Makefile.am
  M src/Makefile.in

Log Message:
-----------
Make GIT_HASH work when one uses a separate build directory.

My previous definition of GIT_HASH only worked when one built Csmith
in the source tree.  The new definition works when one builds in a
separate directory, too.
(cherry picked from commit ddbef56439ceeaebc1074b5510c26cd71ec4778c)


Commit: aed8e4b0fc2d732c5dd944c124151df6d94a768e
    https://github.com/csmith-project/csmith/commit/aed8e4b0fc2d732c5dd944c124151df6d94a768e
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M Makefile.in
  M aclocal.m4
  M configure
  M configure.ac
  M doc/Makefile.in
  M runtime/Makefile.in
  M scripts/Makefile.in
  M src/Makefile.in

Log Message:
-----------
Use AM_MAINTAINER_MODE.

The way the git handles file timestamps can lead to unwanted rebuilds
of the `Makefile.in' files and other files.  AM_MAINTAINER_MODE should
help us avoid these unwanted rebuilds.
(cherry picked from commit f82d3befec02446ffcbd832970cba95a1f736220)


Commit: e8cdbb5506f9124218580cd5020b3ccec6640c94
    https://github.com/csmith-project/csmith/commit/e8cdbb5506f9124218580cd5020b3ccec6640c94
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M configure
  M configure.ac
  M version.m4

Log Message:
-----------
Specify the Csmith home page when calling AC_INIT.
(cherry picked from commit b71e457777b09b3af2ce35d01b15e37d5f7cc3eb)


Commit: 672b34055de393ff3282c6dc1aaaad0ad33f6bc7
    https://github.com/csmith-project/csmith/commit/672b34055de393ff3282c6dc1aaaad0ad33f6bc7
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-20 (Fri, 20 May 2011)

Changed paths:
  M runtime/Makefile.am
  M runtime/Makefile.in

Log Message:
-----------
Install generated safe_math headers, not the source M4 files.

This fixes a bug reported by Nelson Beebe on Tue Apr 26 2011.
(cherry picked from commit ac17c01a38aca3668e3e9fed822a4f33d5e58178)


Compare: https://github.com/csmith-project/csmith/compare/25b0a0c...672b340