Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diffr/diffr-c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: diffr/diffr-c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 145 files changed
  • 2 contributors

Commits on May 25, 2012

  1. Rewrote INSTALL.

    Wrote in markdown.
    Added GoogleTest details.
    w-martin committed May 25, 2012
    Configuration menu
    Copy the full SHA
    e9cf719 View commit details
    Browse the repository at this point in the history
  2. Fixed INSTALL.

    Changed two lists to unordered lists.
    Fixed the ordered list for building.
    w-martin committed May 25, 2012
    Configuration menu
    Copy the full SHA
    3829698 View commit details
    Browse the repository at this point in the history
  3. Updated README.

    Changed INSTALL reference to reflect change to markdown.
    w-martin committed May 25, 2012
    Configuration menu
    Copy the full SHA
    a6a858c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2012

  1. Checked for glib libraries and includes and linked them with diffr-c …

    …module libraries.
    
    Included FindGlib cmake module.
    Activated PkgConfig cmake module.
    Activated FindGlib module.
    Included glib include directories.
    Linked glib libraries with each module library, assuming that they will all use glib.
    closes #8
    w-martin committed Jun 4, 2012
    Configuration menu
    Copy the full SHA
    3e075db View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2012

  1. Added gtest 1.6.0 source.

    Removed xcode subdirectory.
    Removed visual studio files.
    closed #9
    w-martin committed Jun 27, 2012
    Configuration menu
    Copy the full SHA
    e5a7894 View commit details
    Browse the repository at this point in the history
  2. Fixed build for linux systems.

    Changed cmake module path.
    Changed suffixtree paths.
    w-martin committed Jun 27, 2012
    Configuration menu
    Copy the full SHA
    071d524 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2012

  1. Updated gtest.

    Pulled in gtest r616.
    Added TESTING option with default to ON.
    w-martin committed Jul 2, 2012
    Configuration menu
    Copy the full SHA
    e79b092 View commit details
    Browse the repository at this point in the history
  2. Initial patchr implementation.

    Example of using instructions.
    Example of glib linked list.
    Parameterized CFLAGS.
    Refactored to use GStrings; begin patch file parsing.
    Added parsing for copy instructions.
    Added parse_input().
    Added the actual patching algorithm.
    Cleanup.
    Parameterized patch arguments.
    Ben Couste authored and w-martin committed Jul 2, 2012
    Configuration menu
    Copy the full SHA
    0707c78 View commit details
    Browse the repository at this point in the history
  3. Merged patchr with system.

    Moved and licensed instruction.
    Merged patchr main.
    Updated cmake script to build Instruction.
    Removed makefile.
    Added instruction test file.
    Conformed to google standards.
    Moved tests out of namespace to conform to google's recommended standards.
    w-martin committed Jul 2, 2012
    Configuration menu
    Copy the full SHA
    5d9dade View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. Merge pull request #14 from diffr/feature/patch

    Initial patchr implementation.
    Ben Couste committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    07e6a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. Added code coverage profiles.

    Added testing profiles.
    Updated INSTALL.
    closed #16
    w-martin committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    cb38781 View commit details
    Browse the repository at this point in the history
  2. Documentation corrections.

    w-martin committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    34dca48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b6b80 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. Fix for freebsd.

    w-martin committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    ea47f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d07cf8 View commit details
    Browse the repository at this point in the history
Loading