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

Ticket40046 #2008

Closed
wants to merge 7 commits into from
Closed

Ticket40046 #2008

wants to merge 7 commits into from

Commits on Jul 16, 2020

  1. Improve documentation for our TO_*_CONN() cast functions.

    Preliminary work for #40046.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    b0d7b10 View commit details
    Browse the repository at this point in the history
  2. Define new CONST_TO_*_CONN() functions for const-to-const casts

    These names are analogous to the CONST_TO_*_CIRC() functions we have
    for circuits.
    
    Part of #40046.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    47a48e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b3eb409 View commit details
    Browse the repository at this point in the history
  4. Use CONST_TO_* macros in more places.

    This is an automated commit made with a python script.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    e997487 View commit details
    Browse the repository at this point in the history
  5. squash! Use CONST_TO_* macros in more places.

    After running the automated script, I had to hand-revert the cases
    where it made the conversion functions call themselves.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    62ac2dc View commit details
    Browse the repository at this point in the history
  6. squash! Use CONST_TO_* macros in more places.

    Additionally, I had to edit a variable declaration in
    control_bootstrap.c so that the result of a const cast could be put
    in a const field.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    509c7c0 View commit details
    Browse the repository at this point in the history
  7. Changes file for CONST_TO_*() functions.

    Closes #40046.
    nmathewson committed Jul 16, 2020
    Copy the full SHA
    3cf5daa View commit details
    Browse the repository at this point in the history