Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ShiftMediaProject/VSNASM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0
Choose a base ref
...
head repository: ShiftMediaProject/VSNASM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0
Choose a head ref
  • 14 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 26, 2025

  1. Update nasm.props

    Make `nasm.props` consistent with the `install_script.bat` script
    TracerDS authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    70b8b97 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. fixes:

    - typo fix in comment
    - At least on some Win10 machines, attempting to execute a *non-existent* `"%NASMPATH%\nasm.exe"` will cause the subsequent `%ERRORLEVEL% equ 0` check to **pass** inadvertently, hence we MUST first check whether the indicated nasm.exe exists, truly, before running this version test/check in the installer batch script.
    - At least on Win10, when NASM had already been previously installed using the standard Windows NASM installer application, the path to the nasm.exe WILL contain spaces (`C:/Program Files...`) and we must make sure our installer batch script correctly deals with this scenario, requiring paths to be surrounded by `"` double quotes.
    - Expanded the error/progress messages in the installer batch script a bit to make them more useful and legible when the `NASMPATH` environment variable has not been set up or is (probably erroneously) *empty*: now at least one of the installer progress messages allows the user to diagnose this scenario.
    GerHobbelt committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    cbf3d67 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. README fixes/tweaks:

    - be more obvious about the listed paths in the manual-installation section to be specific to the Visual Studio Community Edition. Enterprise et al store their stuff in different paths, named accordingly.
    - the manual-installation section lacked the example path for the MSVC2022 Community Edition. Added.
    GerHobbelt committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    44ab1c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from TracerDS/patch-2

    Make `nasm.props` consistent with the `install_script.bat` script
    Sibras authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    acd2e41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from GerHobbelt/patch3

    README fixes/tweaks for MSVC2022 / Community Edition
    Sibras authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    434b9f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from GerHobbelt/path2

    further fixes for in installer batch script when NASM or its installer files are already present on the machine.
    Sibras authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    3f1ce73 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Minor fixes from last merge.

    Sibras committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    cd6067e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    2979a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4e902 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Merge pull request #32 from GerHobbelt/patch-msvc2026

    updated install script to include support for Visual Studio 2026
    Sibras authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    e62d42d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Update .gitignore

    softworkz committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    5978b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ad1b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Merge pull request #33 from softworkz/submit_parallel

    Parallel NASM Builds and various fixes
    Sibras authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    44f5fa8 View commit details
    Browse the repository at this point in the history
  2. Cleanup white space.

    Sibras committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    cc229b5 View commit details
    Browse the repository at this point in the history
Loading