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

Merge 1.17.0 #11230

Merged
merged 25 commits into from
Jul 21, 2023
Merged

Merge 1.17.0 #11230

merged 25 commits into from
Jul 21, 2023

Commits on Jun 16, 2023

  1. Update LICENSE.md (#11102)

    bobbrow committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    79f4e8d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    a67c661 View commit details
    Browse the repository at this point in the history
  2. remove extra adjustments to textEdit for CDD (#11110)

    * remove extra adjustments to textEdit
    
    * combine conditionals
    browntarik committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4037db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68777f9 View commit details
    Browse the repository at this point in the history
  4. update log (#11115)

    michelleangela committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    baa9353 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 27, 2023

  1. Add wildcard support for includeDir (#10388)

    For example, using the following tree:
    
      rootUri
      - sources
        - main
          - main.c
        - vendor
          - khash.h
      - headers
        - C001
          - a.h
        - C002
          - b.h
    
    The following directory paths works:
    
    - `sources/**`  for plain old recursive path
    - `headers/C*/` dynamic path
    - `missing/`    reported as "not found"
    - `missing/*`   expanded as empty result (silent fail)
    
    Note: bakslash paths need to be slash-converted to avoid be considered as "Dynamic"
    
    Co-authored-by: Sean McManus <[email protected]>
    Co-authored-by: browntarik <[email protected]>
    3 people committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3612c02 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Modernize packages, code patterns (#11085)

    Modernize packages, code patterns
    fearthecowboy committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    503f95b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 6, 2023

  1. resolve paths with /, /*, /** and \\** (#11136)

    * resolve paths with '/', '/*', '/**' and '\\**'
    
    * resolve multiple path parsing
    
    * create generalized approach for wildcard support
    
    * Add windows conditional for backslashes
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve variables for globs
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    browntarik committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b747b98 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 11, 2023

  1. Update package.json/yarn.lock (#11181)

    * Update yarn.lock.
    * Clean up old/unneeded resolutions.
    sean-mcmanus committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    420b479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26308c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

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

Commits on Jul 17, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    2133b87 View commit details
    Browse the repository at this point in the history
  2. Add Setting to Enable Markdown Comment Formatting (#11177)

    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    browntarik committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6684991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b27ea View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    477eb06 View commit details
    Browse the repository at this point in the history
  2. changelog 17 (#11227)

    michelleangela committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3c63457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ea4d5 View commit details
    Browse the repository at this point in the history