]>
git.mdlowis.com Git - proto/gir.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Mon, 30 Nov 2015 02:14:28 +0000 (21:14 -0500)]
Updated makefile
Michael D. Lowis [Fri, 27 Nov 2015 02:51:02 +0000 (21:51 -0500)]
removed submodules
Michael D. Lowis [Fri, 27 Nov 2015 02:38:56 +0000 (21:38 -0500)]
Switched to makefile build script
Michael D. Lowis [Fri, 27 Nov 2015 02:33:19 +0000 (21:33 -0500)]
Added a makefile and pulled in atf instead of using a submodule
Mike D. Lowis [Fri, 25 Sep 2015 19:52:35 +0000 (15:52 -0400)]
Started building up the initial object environment
Mike D. Lowis [Fri, 25 Sep 2015 15:03:26 +0000 (11:03 -0400)]
Setup to generate artiacts into build/
Mike D. Lowis [Fri, 25 Sep 2015 14:44:26 +0000 (10:44 -0400)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/gir
Mike D. Lowis [Fri, 25 Sep 2015 14:34:47 +0000 (10:34 -0400)]
added a ninja build script which can be used instead of the build.rb script
Michael D. Lowis [Fri, 25 Sep 2015 01:59:29 +0000 (21:59 -0400)]
added get and set functions for object
Michael D. Lowis [Thu, 24 Sep 2015 23:15:19 +0000 (19:15 -0400)]
merged conflicts
Mike D. Lowis [Thu, 24 Sep 2015 20:41:47 +0000 (16:41 -0400)]
Added basic types and routines for defining an object
Mike D. Lowis [Thu, 24 Sep 2015 14:29:42 +0000 (10:29 -0400)]
Added stubbed tests files for all default objects in the system
Mike D. Lowis [Thu, 24 Sep 2015 14:03:22 +0000 (10:03 -0400)]
Setup unit test framework
Mike D. Lowis [Wed, 23 Sep 2015 19:12:52 +0000 (15:12 -0400)]
Rewrote main.c to use new public interface
Mike D. Lowis [Wed, 23 Sep 2015 15:51:25 +0000 (11:51 -0400)]
Added latest hamt code and fixed build error
Michael D. Lowis [Sun, 23 Aug 2015 01:02:34 +0000 (21:02 -0400)]
use a consistent brace style
Michael D. Lowis [Sat, 22 Aug 2015 16:28:09 +0000 (12:28 -0400)]
Added gc interface functions it internals header
Michael D. Lowis [Sat, 22 Aug 2015 16:00:12 +0000 (12:00 -0400)]
Added an 'internals' header so the source directory stays clean and tidy
Mike D. Lowis [Fri, 21 Aug 2015 20:27:11 +0000 (16:27 -0400)]
Removed external dependencies
Mike D. Lowis [Fri, 21 Aug 2015 18:57:48 +0000 (14:57 -0400)]
Removed unnecessary modules
Mike D. Lowis [Fri, 21 Aug 2015 18:52:11 +0000 (14:52 -0400)]
Removed unwanted modules
Michael D. Lowis [Mon, 29 Jun 2015 01:15:13 +0000 (21:15 -0400)]
Reworked parser and tree printing
Michael D. Lowis [Sun, 28 Jun 2015 21:32:47 +0000 (17:32 -0400)]
updated libc
Mike D. Lowis [Tue, 9 Jun 2015 15:46:47 +0000 (11:46 -0400)]
Turn warnings into errors
Mike D. Lowis [Tue, 9 Jun 2015 15:45:54 +0000 (11:45 -0400)]
Fixed some warnings
Mike D. Lowis [Tue, 9 Jun 2015 15:45:20 +0000 (11:45 -0400)]
Fixed some warnings in libc
Mike D. Lowis [Tue, 9 Jun 2015 14:19:51 +0000 (10:19 -0400)]
Moved all parsing routines to a dedicated source file
Mike D. Lowis [Tue, 9 Jun 2015 14:19:16 +0000 (10:19 -0400)]
Added dependency on libc
Mike D. Lowis [Tue, 9 Jun 2015 14:14:45 +0000 (10:14 -0400)]
Update to new version of libcds to fix warnings
Mike D. Lowis [Tue, 9 Jun 2015 13:52:06 +0000 (09:52 -0400)]
Enabled optimization
Michael D. Lowis [Sat, 30 May 2015 02:05:40 +0000 (22:05 -0400)]
added string buffer routines for building strings sequentially. Also added line and column tracking
Mike D. Lowis [Fri, 29 May 2015 20:43:19 +0000 (16:43 -0400)]
Added support for chaning the input file and added comments to the whitespace lexical rule
Mike D. Lowis [Fri, 29 May 2015 19:30:10 +0000 (15:30 -0400)]
Removed lexer.l in favor of handwritten lexer
Mike D. Lowis [Thu, 28 May 2015 20:53:32 +0000 (16:53 -0400)]
Removed unneccessary tokens from the lexer
Mike D. Lowis [Thu, 28 May 2015 16:19:49 +0000 (12:19 -0400)]
Switched from make to rscons for build system
Michael D. Lowis [Thu, 28 May 2015 02:29:09 +0000 (22:29 -0400)]
Reworked syntax to be more like Self
Mike D. Lowis [Wed, 27 May 2015 20:05:19 +0000 (16:05 -0400)]
Added some base objects to the world
Michael D. Lowis [Wed, 27 May 2015 02:29:42 +0000 (22:29 -0400)]
Start implementing the world of the vm
Michael D. Lowis [Wed, 27 May 2015 01:44:33 +0000 (21:44 -0400)]
Added libcds to the build
Mike D. Lowis [Thu, 21 May 2015 16:34:46 +0000 (12:34 -0400)]
Initial commit
Mike Lowis [Thu, 21 May 2015 16:32:43 +0000 (12:32 -0400)]
Initial commit