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

Remove use of sprintf. #328

Merged
merged 12 commits into from
Aug 28, 2023
Merged

Remove use of sprintf. #328

merged 12 commits into from
Aug 28, 2023

Commits on Aug 26, 2023

  1. Remove all uses of sprintf.

    Some toolsets are now warning that sprintf is insecure/deprecated. This
    replaces all sprintf calls with equivalent b2 equivalents or new prtinf
    style utilities. This is for all platforms. Which avoids having to debug
    alternate implementations.
    grafikrobot committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    33245e2 View commit details
    Browse the repository at this point in the history
  2. Fix errant close-paren.

    grafikrobot committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    29142a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09b92f View commit details
    Browse the repository at this point in the history
  4. Fix name shadowing.

    grafikrobot committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3dc19a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f272421 View commit details
    Browse the repository at this point in the history
  6. Don't stop on clang-cl errors.

    Seems clang-cl is broken with latest, 17.7.1, VS release.
    grafikrobot committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3902cc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Work around for msvc-12 std issue.

    VS 2013 doesn't have stdio functions in std namespace.
    grafikrobot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3faea16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859c7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cffe992 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d126846 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fb42db View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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