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

Implementing support for preprocessing large files #9 #40

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

Commits on Mar 21, 2021

  1. Implementing support for preprocessing large files ltcmelo#9

    Signed-off-by: Andrew V. Jones <[email protected]>
    aytey committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    fe6248e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Move preprocessor code to use 'mkstemp'

    Signed-off-by: Andrew V. Jones <[email protected]>
    aytey committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    60fe888 View commit details
    Browse the repository at this point in the history
  2. Make sure temporary file is closed and flushed, before calling prepro…

    …cessor
    
    Signed-off-by: Andrew V. Jones <[email protected]>
    aytey committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9e55413 View commit details
    Browse the repository at this point in the history
  3. Fixing typos in comments around preprocessor invocation

    Signed-off-by: Andrew V. Jones <[email protected]>
    aytey committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ff3d478 View commit details
    Browse the repository at this point in the history