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

Add Cobol compiling feature thru the GNU Cobol compiler #34

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

Commits on Jul 12, 2019

  1. Add gnucobol compiler

    zosrothko committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    7970078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cffb0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    4552a59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697cc77 View commit details
    Browse the repository at this point in the history
  3. update for Vim

    zosrothko committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    04d47de View commit details
    Browse the repository at this point in the history
  4. Update for Vim

    zosrothko committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    250d814 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Use CommandLine.getRawCommandLine() instead of getCommandLine to avoid

    the inserted prefix on Windows.
    zosrothko committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    a7bf4e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    354caa5 View commit details
    Browse the repository at this point in the history
  2. Use CommandLine.getRawCommandLine() instead of CommandLine.getCommand…

    …Line()
    
    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    182f7c5 View commit details
    Browse the repository at this point in the history
  3. Add public PostE() for CobolParser

    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    3d6a9a9 View commit details
    Browse the repository at this point in the history
  4. Switch to 1.0-alpha-12-SNAPSHOT

    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    3f7d1d9 View commit details
    Browse the repository at this point in the history
  5. Add <module>maven-native-gnucobol</module>

    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    6e435f8 View commit details
    Browse the repository at this point in the history
  6. Update imports

    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    82e1bd9 View commit details
    Browse the repository at this point in the history
  7. Add >maven-native-gnucobol

    Signed-off-by: Francis ANDRE <[email protected]>
    zosrothko committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    6dffda6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Update maven-javadoc-plugin to 3.1.1 so that one can add the

    <doclint>none</doclint> to avoid strict control over Javadoc warning.
    zosrothko committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0ab6ab5 View commit details
    Browse the repository at this point in the history