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: functionaljava/functionaljava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: series/5.x
Choose a base ref
...
head repository: jdegoes/functionaljava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 91 files changed
  • 4 contributors

Commits on Aug 30, 2011

  1. Add a factory method to Set that takes varargs (Set.set(A...)), compa…

    …rable to what already exists in List.
    magro committed Aug 30, 2011
    Configuration menu
    Copy the full SHA
    4220a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50bbfd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Migrate build to SBT 0.12.3

    Migrate from SBT 0.7.x to 0.12.3. Additionally add the needed config
    for publishing of the project to sonatype.org
    
    Signed-off-by: Gary Pamparà <[email protected]>
    gpampara committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    8584202 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2013

  1. Fixed pom.xml file.

    - Updated maven-compiler-plugin version from 2.3.2 to 3.1.
    - Updated maven-gpg-plugin version from 1.0-alpha-4 to 1.4.
    - Removed build-helper-maven-plugin declaration. Instead, the
      sourceDirectory tag is used to specify where the sources are.
    wcmatthysen committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    218f30d View commit details
    Browse the repository at this point in the history
  2. Fixed permissions on files.

    Removed executable bit from HashMap.java, CheckHashMap.scala and pom.xml
    wcmatthysen committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    3aae817 View commit details
    Browse the repository at this point in the history
  3. Widened generic type parameters.

    Widened generic type parameters for some of the constructor methods.
    wcmatthysen committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    5c12e7d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Configuration menu
    Copy the full SHA
    bed070e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222b996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    514e701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03d7915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f41a0c View commit details
    Browse the repository at this point in the history
  6. merged some more goodies

    jdegoes committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    c2e579c View commit details
    Browse the repository at this point in the history
  7. fixed bug in List.init()

    jdegoes committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    4d93b91 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2013

  1. Configuration menu
    Copy the full SHA
    24745e1 View commit details
    Browse the repository at this point in the history
Loading