]> git.mdlowis.com Git - proto/gir.git/log
proto/gir.git
9 years agoUpdated makefile master
Michael D. Lowis [Mon, 30 Nov 2015 02:14:28 +0000 (21:14 -0500)]
Updated makefile

9 years agoremoved submodules
Michael D. Lowis [Fri, 27 Nov 2015 02:51:02 +0000 (21:51 -0500)]
removed submodules

9 years agoSwitched to makefile build script
Michael D. Lowis [Fri, 27 Nov 2015 02:38:56 +0000 (21:38 -0500)]
Switched to makefile build script

9 years agoAdded a makefile and pulled in atf instead of using a submodule
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

9 years agoStarted building up the initial object environment
Mike D. Lowis [Fri, 25 Sep 2015 19:52:35 +0000 (15:52 -0400)]
Started building up the initial object environment

9 years agoSetup to generate artiacts into build/
Mike D. Lowis [Fri, 25 Sep 2015 15:03:26 +0000 (11:03 -0400)]
Setup to generate artiacts into build/

9 years agoMerge branch 'master' of https://github.com/mikedlowis-prototypes/gir
Mike D. Lowis [Fri, 25 Sep 2015 14:44:26 +0000 (10:44 -0400)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/gir

9 years agoadded a ninja build script which can be used instead of the build.rb script
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

9 years agoadded get and set functions for object
Michael D. Lowis [Fri, 25 Sep 2015 01:59:29 +0000 (21:59 -0400)]
added get and set functions for object

9 years agomerged conflicts
Michael D. Lowis [Thu, 24 Sep 2015 23:15:19 +0000 (19:15 -0400)]
merged conflicts

9 years agoAdded basic types and routines for defining an object
Mike D. Lowis [Thu, 24 Sep 2015 20:41:47 +0000 (16:41 -0400)]
Added basic types and routines for defining an object

9 years agoAdded stubbed tests files for all default objects in the system
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

9 years agoSetup unit test framework
Mike D. Lowis [Thu, 24 Sep 2015 14:03:22 +0000 (10:03 -0400)]
Setup unit test framework

9 years agoRewrote main.c to use new public interface
Mike D. Lowis [Wed, 23 Sep 2015 19:12:52 +0000 (15:12 -0400)]
Rewrote main.c to use new public interface

9 years agoAdded latest hamt code and fixed build error
Mike D. Lowis [Wed, 23 Sep 2015 15:51:25 +0000 (11:51 -0400)]
Added latest hamt code and fixed build error

9 years agouse a consistent brace style
Michael D. Lowis [Sun, 23 Aug 2015 01:02:34 +0000 (21:02 -0400)]
use a consistent brace style

9 years agoAdded gc interface functions it internals header
Michael D. Lowis [Sat, 22 Aug 2015 16:28:09 +0000 (12:28 -0400)]
Added gc interface functions it internals header

9 years agoAdded an 'internals' header so the source directory stays clean and tidy
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

9 years agoRemoved external dependencies
Mike D. Lowis [Fri, 21 Aug 2015 20:27:11 +0000 (16:27 -0400)]
Removed external dependencies

9 years agoRemoved unnecessary modules
Mike D. Lowis [Fri, 21 Aug 2015 18:57:48 +0000 (14:57 -0400)]
Removed unnecessary modules

9 years agoRemoved unwanted modules
Mike D. Lowis [Fri, 21 Aug 2015 18:52:11 +0000 (14:52 -0400)]
Removed unwanted modules

10 years agoReworked parser and tree printing
Michael D. Lowis [Mon, 29 Jun 2015 01:15:13 +0000 (21:15 -0400)]
Reworked parser and tree printing

10 years agoupdated libc
Michael D. Lowis [Sun, 28 Jun 2015 21:32:47 +0000 (17:32 -0400)]
updated libc

10 years agoTurn warnings into errors
Mike D. Lowis [Tue, 9 Jun 2015 15:46:47 +0000 (11:46 -0400)]
Turn warnings into errors

10 years agoFixed some warnings
Mike D. Lowis [Tue, 9 Jun 2015 15:45:54 +0000 (11:45 -0400)]
Fixed some warnings

10 years agoFixed some warnings in libc
Mike D. Lowis [Tue, 9 Jun 2015 15:45:20 +0000 (11:45 -0400)]
Fixed some warnings in libc

10 years agoMoved all parsing routines to a dedicated source file
Mike D. Lowis [Tue, 9 Jun 2015 14:19:51 +0000 (10:19 -0400)]
Moved all parsing routines to a dedicated source file

10 years agoAdded dependency on libc
Mike D. Lowis [Tue, 9 Jun 2015 14:19:16 +0000 (10:19 -0400)]
Added dependency on libc

10 years agoUpdate to new version of libcds to fix warnings
Mike D. Lowis [Tue, 9 Jun 2015 14:14:45 +0000 (10:14 -0400)]
Update to new version of libcds to fix warnings

10 years agoEnabled optimization
Mike D. Lowis [Tue, 9 Jun 2015 13:52:06 +0000 (09:52 -0400)]
Enabled optimization

10 years agoadded string buffer routines for building strings sequentially. Also added line and...
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

10 years agoAdded support for chaning the input file and added comments to the whitespace lexical...
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

10 years agoRemoved lexer.l in favor of handwritten lexer
Mike D. Lowis [Fri, 29 May 2015 19:30:10 +0000 (15:30 -0400)]
Removed lexer.l in favor of handwritten lexer

10 years agoRemoved unneccessary tokens from the lexer
Mike D. Lowis [Thu, 28 May 2015 20:53:32 +0000 (16:53 -0400)]
Removed unneccessary tokens from the lexer

10 years agoSwitched from make to rscons for build system
Mike D. Lowis [Thu, 28 May 2015 16:19:49 +0000 (12:19 -0400)]
Switched from make to rscons for build system

10 years agoReworked syntax to be more like Self
Michael D. Lowis [Thu, 28 May 2015 02:29:09 +0000 (22:29 -0400)]
Reworked syntax to be more like Self

10 years agoAdded some base objects to the world
Mike D. Lowis [Wed, 27 May 2015 20:05:19 +0000 (16:05 -0400)]
Added some base objects to the world

10 years agoStart implementing the world of the vm
Michael D. Lowis [Wed, 27 May 2015 02:29:42 +0000 (22:29 -0400)]
Start implementing the world of the vm

10 years agoAdded libcds to the build
Michael D. Lowis [Wed, 27 May 2015 01:44:33 +0000 (21:44 -0400)]
Added libcds to the build

10 years agoInitial commit
Mike D. Lowis [Thu, 21 May 2015 16:34:46 +0000 (12:34 -0400)]
Initial commit

10 years agoInitial commit
Mike Lowis [Thu, 21 May 2015 16:32:43 +0000 (12:32 -0400)]
Initial commit