]>
git.mdlowis.com Git - projs/opts.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike D. Lowis [Thu, 19 Mar 2015 15:50:28 +0000 (11:50 -0400)]
Added more comments to the source file and reordered function definitions for readability
Mike D. Lowis [Thu, 19 Mar 2015 15:20:42 +0000 (11:20 -0400)]
Renamed some internal typedefs for stylistic consistency
Mike D. Lowis [Thu, 19 Mar 2015 15:19:49 +0000 (11:19 -0400)]
Added the ability for the user to provide their own error handler
Mike D. Lowis [Thu, 19 Mar 2015 15:06:42 +0000 (11:06 -0400)]
Added the ability for the user to provide their own error handler
Michael D. Lowis [Wed, 18 Mar 2015 01:16:28 +0000 (21:16 -0400)]
Deleted unused files and folders
Michael D. Lowis [Wed, 18 Mar 2015 01:07:05 +0000 (21:07 -0400)]
Updated readme and tweaked doxygen comments
Michael D. Lowis [Wed, 18 Mar 2015 00:55:31 +0000 (20:55 -0400)]
Added doxygen file header with description of the library design and behavior
Michael D. Lowis [Tue, 17 Mar 2015 23:48:02 +0000 (19:48 -0400)]
Added docygen comments to the public interface
Michael D. Lowis [Sat, 15 Nov 2014 03:31:41 +0000 (22:31 -0500)]
Added missing include
Michael D. Lowis [Mon, 3 Nov 2014 23:48:06 +0000 (18:48 -0500)]
Initialize empty argument list to contain NULL for the end slot
Michael D. Lowis [Mon, 3 Nov 2014 22:09:16 +0000 (17:09 -0500)]
Fixed tests by adding a dummy program name to all arg vectors
Michael D. Lowis [Mon, 3 Nov 2014 21:40:47 +0000 (16:40 -0500)]
Added interface function for grabbing the program name from the command line options
Michael D. Lowis [Fri, 31 Oct 2014 14:53:20 +0000 (10:53 -0400)]
Added function for formatting and printing the options list to a filehandle
Michael D. Lowis [Mon, 6 Oct 2014 19:02:07 +0000 (15:02 -0400)]
Added new convenience function for checking an options value
Michael D. Lowis [Sat, 4 Oct 2014 20:52:14 +0000 (16:52 -0400)]
commit gem file
Michael D. Lowis [Sat, 4 Oct 2014 20:51:12 +0000 (16:51 -0400)]
commit gem lock file
Michael D. Lowis [Sat, 4 Oct 2014 20:46:21 +0000 (16:46 -0400)]
finished new interface
Michael D. Lowis [Fri, 3 Oct 2014 19:31:02 +0000 (15:31 -0400)]
revised interface for parsing
Michael D. Lowis [Fri, 26 Sep 2014 17:49:16 +0000 (13:49 -0400)]
Removed dependency on strdup
Michael D. Lowis [Mon, 28 Jul 2014 19:06:47 +0000 (15:06 -0400)]
Switch to homegrown test framework
Michael D. Lowis [Tue, 15 Jul 2014 01:25:20 +0000 (21:25 -0400)]
Update rakefile to build tests and library. Also fixed a warning in the library
Michael D. Lowis [Mon, 14 Jul 2014 20:57:13 +0000 (16:57 -0400)]
Added rakefile in preparation of switch to rscons
Mike D. Lowis [Fri, 22 Feb 2013 20:25:45 +0000 (15:25 -0500)]
Convert project to use premake4 for build script generation
Mike D. Lowis [Wed, 13 Jun 2012 17:32:40 +0000 (13:32 -0400)]
Fixed unit tests for windows. Boiled down to not resetting a pointer with the return value from AppendCharacter
Mike D. Lowis [Wed, 6 Jun 2012 19:44:43 +0000 (15:44 -0400)]
Made the makefile less verbose
Michael D. Lowis [Mon, 4 Jun 2012 00:11:28 +0000 (20:11 -0400)]
Version 0.1 complete and fully unit tested
Michael D. Lowis [Sat, 2 Jun 2012 17:28:49 +0000 (13:28 -0400)]
Added test for GetOptConfig
Mike D. Lowis [Fri, 1 Jun 2012 20:50:49 +0000 (16:50 -0400)]
Implemented tokenization and skeleton for option parsing. Also added typedefs for required structs
Michael D. Lowis [Fri, 1 Jun 2012 05:58:19 +0000 (01:58 -0400)]
Added test file
Mike D. Lowis [Thu, 31 May 2012 20:57:35 +0000 (16:57 -0400)]
Stripped down to barebones README
Mike D. Lowis [Thu, 31 May 2012 20:56:28 +0000 (16:56 -0400)]
Stripped down to barebones README
Mike D. Lowis [Thu, 31 May 2012 18:12:27 +0000 (14:12 -0400)]
Added autodependency generation
Mike D. Lowis [Thu, 31 May 2012 14:15:18 +0000 (10:15 -0400)]
Updated clean task in makefile
Mike D. Lowis [Thu, 31 May 2012 14:11:46 +0000 (10:11 -0400)]
Updated makefile
Mike D. Lowis [Thu, 31 May 2012 13:56:00 +0000 (09:56 -0400)]
Commit dumm source files
Mike D. Lowis [Thu, 31 May 2012 13:53:50 +0000 (09:53 -0400)]
Initial Commit