Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get neighbors of a specified row #20

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 1, 2017

  1. Customized set function

    meysam81 committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    1cb20e3 View commit details
    Browse the repository at this point in the history
  2. Modified git ignore

    meysam81 committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7ea8a78 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Auto indent using Qt

    meysam81 committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    d596f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16f13d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

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

Commits on Feb 15, 2018

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

Commits on Feb 17, 2018

  1. optimized vector values access - thanks to @sergiosvieira [Closes ues…

    …tla#14]
    
    This replaces calling std::vector::at() with direct operator[] access.
    It is somehow faster - maybe compiler-related optimization or lack of out-of-range checking when using operator[].
    Out-of-range access is prevented thanks to validateCoordinates() method
    uestla committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    2b0b523 View commit details
    Browse the repository at this point in the history
  2. tests: better folder structure

    uestla committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    ae4ef42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49dfeaf View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

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

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    f171d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1363313 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'uestla-master'

    meysam81 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d0e34f9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    3cb1c82 View commit details
    Browse the repository at this point in the history
  2. resolving merge conflicts from the last merge

    what have I done in the past??
    meysam81 committed May 10, 2019
    Configuration menu
    Copy the full SHA
    5a535a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27a5627 View commit details
    Browse the repository at this point in the history