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

[csmith-project/creduce] 9fd62d: Added Visual Studio project files



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 9fd62d7e9e85b6c8205d25b21643388238f6d79c
      https://github.com/csmith-project/creduce/commit/9fd62d7e9e85b6c8205d25b21643388238f6d79c
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M .gitattributes
    M .gitignore
    A clang_delta/clang_delta.vcxproj
    A clang_delta/clang_delta.vcxproj.filters
    A clex/clex.vcxproj
    A clex/clex.vcxproj.filters
    A clex/strlex.vcxproj
    A clex/strlex.vcxproj.filters
    A creduce.sln
    A creduce/creduce.vcxproj
    A creduce/creduce.vcxproj.filters
    A scripts/scripts.vcxproj
    A scripts/scripts.vcxproj.filters
    A tests/tests.vcxproj
    A tests/tests.vcxproj.filters

  Log Message:
  -----------
  Added Visual Studio project files


  Commit: 640bb85483b75de177a8ebd10616f85dd2028018
      https://github.com/csmith-project/creduce/commit/640bb85483b75de177a8ebd10616f85dd2028018
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M clex/driver.c

  Log Message:
  -----------
  Fixed arrays in VC++


  Commit: 685bd2a9e1d742ad59048b14e6b293445dbe4174
      https://github.com/csmith-project/creduce/commit/685bd2a9e1d742ad59048b14e6b293445dbe4174
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/creduce.in
    M creduce/creduce_utils.pm
    M creduce/pass_clang.pm
    M creduce/pass_clang_binsrch.pm
    M creduce/pass_clex.pm

  Log Message:
  -----------
  Added Windows specific checks to Perl scripts


  Commit: 46e018aa3b28625ce12f12cd3783d383b09871c9
      https://github.com/csmith-project/creduce/commit/46e018aa3b28625ce12f12cd3783d383b09871c9
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/creduce_utils.pm
    M creduce/pass_blank.pm
    M creduce/pass_clang.pm
    M creduce/pass_clang_binsrch.pm
    M creduce/pass_clex.pm
    M creduce/pass_indent.pm
    M creduce/pass_lines.pm

  Log Message:
  -----------
  Replaced system class with portable perl functions


  Commit: 70d867210f3d342f0d2ceabaa5c3be482e006974
      https://github.com/csmith-project/creduce/commit/70d867210f3d342f0d2ceabaa5c3be482e006974
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/creduce.in
    M creduce/creduce.vcxproj
    M creduce/creduce.vcxproj.filters
    A creduce/fork_win.pm

  Log Message:
  -----------
  Created work around for fork on Windows


  Commit: 67a1752d9ecc8252925392c54c65f606d648cd8d
      https://github.com/csmith-project/creduce/commit/67a1752d9ecc8252925392c54c65f606d648cd8d
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M clang_delta/clang_delta.vcxproj

  Log Message:
  -----------
  Updated clang_delta project


  Commit: ddc858643ffb8c2a001c2284225ba239d0a66a89
      https://github.com/csmith-project/creduce/commit/ddc858643ffb8c2a001c2284225ba239d0a66a89
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    A CMakeLists.txt
    A clang_delta/CMakeLists.txt
    R clang_delta/clang_delta.vcxproj
    R clang_delta/clang_delta.vcxproj.filters
    A clex/CMakeLists.txt
    R clex/clex.vcxproj
    R clex/clex.vcxproj.filters
    R clex/strlex.vcxproj
    R clex/strlex.vcxproj.filters
    A cmake_config.h.in
    R creduce.sln
    A creduce/CMakeLists.txt
    M creduce/creduce.in
    R creduce/creduce.vcxproj
    R creduce/creduce.vcxproj.filters
    R scripts/scripts.vcxproj
    R scripts/scripts.vcxproj.filters
    R tests/tests.vcxproj
    R tests/tests.vcxproj.filters

  Log Message:
  -----------
  Added CMake configuration for Windows


  Commit: c3f3d55d4804fbc2ec698f1fbf1668e65c5b57fa
      https://github.com/csmith-project/creduce/commit/c3f3d55d4804fbc2ec698f1fbf1668e65c5b57fa
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M clang_delta/CMakeLists.txt

  Log Message:
  -----------
  Lower requirement to LLVM 3.6


  Commit: a767d704d7a24fa4d225b9e76e1a394d427e8734
      https://github.com/csmith-project/creduce/commit/a767d704d7a24fa4d225b9e76e1a394d427e8734
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/CMakeLists.txt

  Log Message:
  -----------
  Added warning messages


  Commit: 2b458eb2992b3bc7dcc3e823db324692f1e03766
      https://github.com/csmith-project/creduce/commit/2b458eb2992b3bc7dcc3e823db324692f1e03766
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/CMakeLists.txt
    R creduce/fork_win.pm
    A creduce/fork_win.pm.in

  Log Message:
  -----------
  Added missing build rule for fork_win


  Commit: 957d09d52638fde81757aa5e7e79dd443c179aee
      https://github.com/csmith-project/creduce/commit/957d09d52638fde81757aa5e7e79dd443c179aee
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/creduce.in
    M creduce/fork_win.pm.in
    M creduce/pass_clang.pm
    M creduce/pass_clang_binsrch.pm
    M creduce/pass_clex.pm
    M creduce/pass_indent.pm

  Log Message:
  -----------
  Fixed problem with paths containing spaces


  Commit: 3ab1498ad65276c953fec8984901ff803e8636e0
      https://github.com/csmith-project/creduce/commit/3ab1498ad65276c953fec8984901ff803e8636e0
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M clang_delta/CMakeLists.txt

  Log Message:
  -----------
  Cleaned CMake files


  Commit: cbb506898847dd327c045935e1733c2bd3a37814
      https://github.com/csmith-project/creduce/commit/cbb506898847dd327c045935e1733c2bd3a37814
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M creduce/Makefile.am

  Log Message:
  -----------
  Added fork_win rules to automake system


  Commit: be1cdd411d5b5a49a763d9caf4499ca7a5e8c539
      https://github.com/csmith-project/creduce/commit/be1cdd411d5b5a49a763d9caf4499ca7a5e8c539
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M creduce/CMakeLists.txt
    M creduce/Makefile.am
    M creduce/creduce.in
    R creduce/fork_win.pm.in

  Log Message:
  -----------
  Improved fork replacement on windows


  Commit: fb375b61073bd01d55a7cffdf134e9c588e8141e
      https://github.com/csmith-project/creduce/commit/fb375b61073bd01d55a7cffdf134e9c588e8141e
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M creduce/Makefile.am

  Log Message:
  -----------
  Removed strange character


  Commit: 7b9a670d4bee7f916b4ab77aaf91a8fee1e34236
      https://github.com/csmith-project/creduce/commit/7b9a670d4bee7f916b4ab77aaf91a8fee1e34236
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M .gitattributes

  Log Message:
  -----------
  Reverted changes it .gitattributes as VS files are no longer contained in the repository


  Commit: 979aefcae288b4a1dd418be566b2b49814f7f2d0
      https://github.com/csmith-project/creduce/commit/979aefcae288b4a1dd418be566b2b49814f7f2d0
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Cleaned .gitignore


  Commit: c9924af7e203c94413582b4b8a35f47fd6296935
      https://github.com/csmith-project/creduce/commit/c9924af7e203c94413582b4b8a35f47fd6296935
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M CMakeLists.txt
    M clang_delta/CMakeLists.txt
    M clex/CMakeLists.txt
    M creduce/CMakeLists.txt

  Log Message:
  -----------
  Updated the license


  Commit: 25986bfe4dfdc42c3959285a3d055c7abe5be49f
      https://github.com/csmith-project/creduce/commit/25986bfe4dfdc42c3959285a3d055c7abe5be49f
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-11 (Sat, 11 Jul 2015)

  Changed paths:
    M .gitattributes
    A tests/test0.bat

  Log Message:
  -----------
  Reimplemented test0 as batch file


  Commit: f2e9831ac3f44a3e08ebf979e7bdde1b6a96a492
      https://github.com/csmith-project/creduce/commit/f2e9831ac3f44a3e08ebf979e7bdde1b6a96a492
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-11 (Sat, 11 Jul 2015)

  Changed paths:
    M tests/test0.bat

  Log Message:
  -----------
  Improved test0.bat


  Commit: 0e5a54f2f0b1c4a430833f7a2689fb5ee3b733d6
      https://github.com/csmith-project/creduce/commit/0e5a54f2f0b1c4a430833f7a2689fb5ee3b733d6
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M creduce/creduce.in

  Log Message:
  -----------
  Fixed NUL redirection


  Commit: 4809c453e8cde31d85399a47769b4f454b43c28e
      https://github.com/csmith-project/creduce/commit/4809c453e8cde31d85399a47769b4f454b43c28e
  Author: Moritz Pflanzer <moritz@pflanzer.eu>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M .gitattributes

  Log Message:
  -----------
  Added new line back to the end of .gitattributes


  Commit: 29f3216cf7a39d8f8553e57b61f3fb91de68f7fc
      https://github.com/csmith-project/creduce/commit/29f3216cf7a39d8f8553e57b61f3fb91de68f7fc
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M clex/driver.c

  Log Message:
  -----------
  Made return value of clex positive to prevent error message from system calls


  Commit: c1eca52b845ba766f20ebdebe5c87ff1d82db038
      https://github.com/csmith-project/creduce/commit/c1eca52b845ba766f20ebdebe5c87ff1d82db038
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M creduce/pass_blank.pm
    M creduce/pass_clang_binsrch.pm
    M creduce/pass_lines.pm

  Log Message:
  -----------
  Remove tmpfiles. Spotted by yrnkrn


  Commit: e54cbbce66acba339d8a34472b189045342025a4
      https://github.com/csmith-project/creduce/commit/e54cbbce66acba339d8a34472b189045342025a4
  Author: Moritz Pflanzer <mp3414@ic.ac.uk>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M creduce/creduce.in

  Log Message:
  -----------
  Fixed import of Win32 module


  Commit: aca378f5440cea618726fa1e239991dfa911ed2e
      https://github.com/csmith-project/creduce/commit/aca378f5440cea618726fa1e239991dfa911ed2e
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M .gitattributes
    M .gitignore
    A CMakeLists.txt
    A clang_delta/CMakeLists.txt
    A clex/CMakeLists.txt
    M clex/driver.c
    A cmake_config.h.in
    A creduce/CMakeLists.txt
    M creduce/creduce.in
    M creduce/pass_blank.pm
    M creduce/pass_clang.pm
    M creduce/pass_clang_binsrch.pm
    M creduce/pass_clex.pm
    M creduce/pass_indent.pm
    M creduce/pass_lines.pm
    A tests/test0.bat

  Log Message:
  -----------
  Merge pull request #60 from mpflanzer/windows

Make C-Reduce more compatible with Windows.


Compare: https://github.com/csmith-project/creduce/compare/7b3ce388b485...aca378f5440c