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

Various preparations #3617

Merged
merged 18 commits into from
Jan 4, 2023
Merged

Commits on Jan 4, 2023

  1. misc/review: add a command to show differences in Tmain

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    247a05b View commit details
    Browse the repository at this point in the history
  2. main: allow parsers to use getLanguageKindForName and getLanguageRole…

    …ForName to make foreign tags
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c972f79 View commit details
    Browse the repository at this point in the history
  3. main: hide getLanguageKindForLetter() from parsers

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    95c744e View commit details
    Browse the repository at this point in the history
  4. Asm: add missing "break;" in a default block in a switch statement

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    cc6d77c View commit details
    Browse the repository at this point in the history
  5. Units: delete an empty line at the EOF

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    52e649c View commit details
    Browse the repository at this point in the history
  6. Asm,refactor: rename a local variable and a parameter related to scope

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f2cbdbb View commit details
    Browse the repository at this point in the history
  7. main: add a new funciton, markCorkEntryPlaceholder()

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    184bc0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d2f4a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b1b915 View commit details
    Browse the repository at this point in the history
  10. main: add a new macro clearRole

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    60a048d View commit details
    Browse the repository at this point in the history
  11. Cxx: add cxxTagRoleEnabled()

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    77ffe43 View commit details
    Browse the repository at this point in the history
  12. Cxx,refactor: convert a bool field to a bit field

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    99bc13c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0775dc5 View commit details
    Browse the repository at this point in the history
  14. main: add a API function for unassigning a role from a tagEntry

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1334099 View commit details
    Browse the repository at this point in the history
  15. operator: add operators for assigning/unasigning a role to/from a tag

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4940d49 View commit details
    Browse the repository at this point in the history
  16. main: show the information about input when failed in evaluation

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b8f4d43 View commit details
    Browse the repository at this point in the history
  17. Pod,comment: add description about depthForCork procedure

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b823933 View commit details
    Browse the repository at this point in the history
  18. optlib2c: fix wrongly generated code for --_paramdef

    - param.h was not included.
    - the field for description was wrong.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8be2171 View commit details
    Browse the repository at this point in the history