Activity for Command Line Parser

  • rin-chan rin-chan committed [8ccdf5] on Code

    refactor: shortened class names

  • rin-chan rin-chan committed [70892d] on Code

    style: add empty lines before returns and at the end of the file

  • rin-chan rin-chan committed [77c4f0] on Code

    fix: fix memory leak

  • rin-chan rin-chan committed [6068b6] on Code

    refactor: remove unecessary initialization

  • rin-chan rin-chan committed [170404] on Code

    style: add empty lines between methods and at the end of the file

  • rin-chan rin-chan committed [36c5cd] on Code

    style: add empty lines before returns

  • rin-chan rin-chan committed [91262c] on Code

    style: add empty lines before returns

  • rin-chan rin-chan committed [91262c] on Code

    style: add empty lines before returns

  • rin-chan rin-chan committed [e6dbd9] on Code

    fix: fix memory leak

  • rin-chan rin-chan committed [fa6d33] on Code

    refactor: remove unnecessary initializtion

  • rin-chan rin-chan committed [fadff4] on Code

    style: add empty strings between methods in ArgParserParam and in the end of the file

  • rin-chan rin-chan committed [588cd3] on Code

    fix: fix memory leak (non deletion when StoreValue or StoreValues are provided) in ArgParserParamBool

  • rin-chan rin-chan committed [dd67af] on Code

    refactor: remove unecessary ArgParserParamBool fields initialization

  • rin-chan rin-chan committed [dd67af] on Code

    refactor: remove unecessary ArgParserParamBool fields initialization

  • rin-chan rin-chan committed [172ece] on Code

    style: add empty strings between methods and an empty string at the end

  • rin-chan rin-chan committed [4a6d99] on Code

    style: add empty string in the end of files

  • rin-chan rin-chan committed [f0ecc5] on Code

    style: put empty string in the end of files back

  • rin-chan rin-chan committed [5ac7fd] on Code

    style: add one empty string between destructor and constructor

  • rin-chan rin-chan committed [cc1c02] on Code

    style: add empty strings before returns when needed so

  • rin-chan rin-chan committed [9fd0e7] on Code

    style: remove empty string in the end of the file

  • rin-chan rin-chan committed [892ebd] on Code

    style: add empty string between functions with different names

  • rin-chan rin-chan committed [296020] on Code

    style: add empty strings between functions with different names and add space in the end of file

  • rin-chan rin-chan committed [44bde8] on Code

    fix: fix data leak with deletion of ArgParser

  • rin-chan rin-chan committed [57d049] on Code

    feat: finally add working help, the lab is ready

  • rin-chan rin-chan committed [9cffe1] on Code

    feat: passes all tests

  • rin-chan rin-chan committed [9cd7aa] on Code

    feat: replace templates with normal classes (faced some bug I couldn't find how to solve)

  • rin-chan rin-chan committed [00cd80] on Code

    feat: implement all ArgParser functions (very broken will, fix later)

  • rin-chan rin-chan committed [791eb9] on Code

    feat: implement AddStringArgument, AddIntArgument, AddFlag, AddHelp

  • rin-chan rin-chan committed [38edcc] on Code

    feat: implement Parse

  • rin-chan rin-chan committed [f5279c] on Code

    feat: implement ArgParserParam methods (may not work haven't tested yet)

  • rin-chan rin-chan committed [53067b] on Code

    refactor: fix wrong ampersand position

  • rin-chan rin-chan committed [30bb45] on Code

    feat: implement ArgParserParam constructors

  • rin-chan rin-chan committed [40d6fb] on Code

    refactor: fix ArgParserParamAbstract class beeing non-abstract

  • rin-chan rin-chan committed [3146fc] on Code

    implement ArgParser constructor and destructor

  • rin-chan rin-chan committed [9a626d] on Code

    feat: add declarations to all needed functions

  • rin-chan rin-chan committed [767ab6] on Code

    chore: add .gitignore

  • GitHub committed [1c857c] on Code

    add online IDE url

  • GitHub committed [fcfc06] on Code

    Initial commit

  • rin-chan rin-chan committed [5930ac] on Code

    refactor: shortened class names

  • rin-chan rin-chan committed [946843] on Code

    style: add empty lines before returns and at the end of the file

  • rin-chan rin-chan committed [61cdb8] on Code

    fix: fix memory leak

  • rin-chan rin-chan committed [223769] on Code

    refactor: remove unecessary initialization

  • rin-chan rin-chan committed [0b58a4] on Code

    style: add empty lines between methods and at the end of the file

  • rin-chan rin-chan committed [315151] on Code

    style: add empty lines before returns

  • rin-chan rin-chan committed [917d11] on Code

    style: add empty lines before returns

  • rin-chan rin-chan committed [8f6bbc] on Code

    fix: fix memory leak

  • rin-chan rin-chan committed [cc3587] on Code

    refactor: remove unnecessary initializtion

  • rin-chan rin-chan committed [e15d85] on Code

    style: add empty strings between methods in ArgParserParam and in the end of the file

  • rin-chan rin-chan committed [68c0a1] on Code

    fix: fix memory leak (non deletion when StoreValue or StoreValues are provided) in ArgParserParamBool

  • rin-chan rin-chan committed [c7684a] on Code

    refactor: remove unecessary ArgParserParamBool fields initialization

  • rin-chan rin-chan committed [d20c57] on Code

    style: add empty strings between methods and an empty string at the end

  • rin-chan rin-chan committed [cd3c12] on Code

    style: add empty string in the end of files

  • rin-chan rin-chan committed [6bd0be] on Code

    style: put empty string in the end of files back

  • rin-chan rin-chan committed [c38194] on Code

    style: add one empty string between destructor and constructor

  • rin-chan rin-chan committed [561e20] on Code

    style: add empty strings before returns when needed so

  • rin-chan rin-chan committed [94fd0d] on Code

    style: remove empty string in the end of the file

  • rin-chan rin-chan committed [0ac4ff] on Code

    style: add empty string between functions with different names

  • rin-chan rin-chan committed [630b03] on Code

    style: add empty strings between functions with different names and add space in the end of file

  • rin-chan rin-chan committed [fb3aed] on Code

    fix: fix data leak with deletion of ArgParser

  • rin-chan rin-chan committed [6f3ef0] on Code

    feat: finally add working help, the lab is ready

  • rin-chan rin-chan committed [6716d3] on Code

    feat: passes all tests

  • rin-chan rin-chan committed [ce7621] on Code

    feat: replace templates with normal classes (faced some bug I couldn't find how to solve)

  • rin-chan rin-chan committed [1dbe8f] on Code

    feat: implement all ArgParser functions (very broken will, fix later)

  • rin-chan rin-chan committed [b5a1f7] on Code

    feat: implement AddStringArgument, AddIntArgument, AddFlag, AddHelp

  • rin-chan rin-chan committed [adb78a] on Code

    feat: implement Parse

  • rin-chan rin-chan committed [9ad825] on Code

    feat: implement ArgParserParam methods (may not work haven't tested yet)

  • rin-chan rin-chan committed [1b81c3] on Code

    refactor: fix wrong ampersand position

  • rin-chan rin-chan committed [ee259c] on Code

    feat: implement ArgParserParam constructors

  • rin-chan rin-chan committed [fcfbe9] on Code

    refactor: fix ArgParserParamAbstract class beeing non-abstract

  • rin-chan rin-chan committed [58b79b] on Code

    implement ArgParser constructor and destructor

  • rin-chan rin-chan committed [836997] on Code

    feat: add declarations to all needed functions

  • rin-chan rin-chan committed [094180] on Code

    chore: add .gitignore

  • GitHub committed [fc16e2] on Code

    add online IDE url

  • GitHub committed [a1d5aa] on Code

    Initial commit

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.