Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Implement 'Guess Include Path' feature in 'template.py' #113

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Dec 1, 2017

  1. Implement 'Guess Include Path' feature in 'template.py'

    - Add 'docstring' to all functions in 'template.py'
    
    - Implement new functions 'GuessBuildDirectory' 'GuessIncludeDirectory',
      'GuessSourceDirectory', and 'TraverseByDepth' in 'template.py'
    
    - Make all the code in 'template.py' PEP 8 conformant
    jhxie committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    0713a51 View commit details
    Browse the repository at this point in the history
  2. Add 'source' as an extra source tree guessing candidate

    - Add 'source' to the candidate list of 'GuessSourceDirectory'
      function of 'template.py'
    jhxie committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    a2c00e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05fbf8d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Make the file extension comparison case-insensitive

    - Add extra in-source documentation for 'GUESS_BUILD_DIRECTORY' and
      'GUESS_INCLUDE_PATH'
    
    - Modify 'TraverseByDepth' function to behave in a case-insensitive
      manner
    jhxie committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    55ccffb View commit details
    Browse the repository at this point in the history