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

Add BSD extension functions to the C function list #79

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

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    a72bc87 View commit details
    Browse the repository at this point in the history
  2. Create user-controllable variable for BSD extensions

    When the option cpp_posix_standard is enable, BSD
    extension functions are highlighted
    Cataldo committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    9463ede View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Update C++ concept keywords

    As of P1754, all concepts will become snake_case, consistent with the
    rest of the standard library. This change adds support for the new names
    by using the value of g:cpp_concepts_highlight to select the concept
    naming convention.
    
    This new section includes all concepts currently defined in the working
    draft and their names from P1754.
    jseba authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    708767b View commit details
    Browse the repository at this point in the history
  2. Add more C++20 types and functions

    Also corrects iterators to remove types that don't exist in the
    standard.
    jseba authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4bc7d8c View commit details
    Browse the repository at this point in the history
  3. Add missing socket related functions

    Cataldo authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3dd038b View commit details
    Browse the repository at this point in the history
  4. Add missing sendto function

    Cataldo authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    991f296 View commit details
    Browse the repository at this point in the history
  5. Create user-controllable variable for POSIX functions

    When the option cpp_posix_standard is enabled, POSIX
    functions are highlighted
    Cataldo authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ae7a851 View commit details
    Browse the repository at this point in the history
  6. Include cpp_posix_standard to README

    Cataldo authored and octol committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    27e0ffc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59e9078 View commit details
    Browse the repository at this point in the history
  8. Create user-controllable variable for BSD extensions

    When the option cpp_posix_standard is enable, BSD
    extension functions are highlighted
    Cataldo committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c0881b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a3b7be View commit details
    Browse the repository at this point in the history