Thanks to visit codestin.com
Credit goes to github.com

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: recp/ds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: recp/ds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 15 files changed
  • 2 contributors

Commits on May 19, 2020

  1. cmake support

    * add version.h
    * bump version
    recp committed May 19, 2020
    Configuration menu
    Copy the full SHA
    19f6c7f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. update cmake

    recp committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a9a55ea View commit details
    Browse the repository at this point in the history
  2. add missing header

    recp committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a42d5d8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    b11c21d View commit details
    Browse the repository at this point in the history
  2. override rb_find by adding compare func

    in this way, custom compare can be used for getting items. For instance you can compare null terminated string with non-null terminated string by providing custom compare to find()
    recp committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    1c3cc76 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request #3 from recp/red-black-tree-cmp

    Red Black Tree: Provide extra function to override compare(cmp) function
    recp authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    ad33882 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update README.md

    recp authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dba2967 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. update comnon for windows

    recp committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fd82c0e View commit details
    Browse the repository at this point in the history
  2. suppress print warnings/errors

    recp committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c340582 View commit details
    Browse the repository at this point in the history
  3. Update libds.vcxproj

    recp committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8472fb4 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    recp committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    81be331 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    e8ce20d View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    recp committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a709ac6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Update util.c

    recp committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2df4d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. suppress "A function declaration without a prototype is deprecated in…

    … all versions of C"
    recp committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4bd102b View commit details
    Browse the repository at this point in the history
  2. Update configure.ac

    recp committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7b01d5a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. fix debug preprocessor checks

    recp committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    1a8f5f4 View commit details
    Browse the repository at this point in the history
Loading