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

Improve VC++ build log parser #537

Merged
merged 1 commit into from
Jun 28, 2015

Commits on Jun 28, 2015

  1. Improve VC++ build log parser

    Tweak VC++ build log parser for visual studio builds logs using normal
    verbosity
    
    set values for pre-defined macros
    
    Avoid parser errors like "Error evaluating expression '' for AstExp
    'IDENTIFIER: _NATIVE_WCHAR_T_DEFINED', assuming 0"
    
    incorporate review comments
    
    Rearrange VS2010 parameter
    
    - remove constant commonDefines
    - move VS2010 specific command parameter to ParseV100CompilerOptions()
    Bertk committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    555d075 View commit details
    Browse the repository at this point in the history