]> Nishi Git Mirror - gwion.git/log
gwion.git
5 years agoremove relative paths 114/head
Andrew Prentice [Tue, 14 May 2019 19:12:44 +0000 (15:12 -0400)]
remove relative paths

5 years agoadd single header magic
Andrew Prentice [Tue, 14 May 2019 18:50:16 +0000 (14:50 -0400)]
add single header magic

5 years ago:Bug: Fix *all* requirement order
fennecdjay [Tue, 14 May 2019 17:55:02 +0000 (19:55 +0200)]
:Bug: Fix *all* requirement order

5 years ago:wrench: Use libgwion.a to build gwion
fennecdjay [Tue, 14 May 2019 17:48:48 +0000 (19:48 +0200)]
:wrench: Use libgwion.a to build gwion

5 years ago:wrench: Add libgwion.a target
fennecdjay [Tue, 14 May 2019 17:19:06 +0000 (19:19 +0200)]
:wrench: Add libgwion.a target

5 years ago:bug: Fix some shreduler and vararg related bugs
fennecdjay [Tue, 14 May 2019 17:18:45 +0000 (19:18 +0200)]
:bug: Fix some shreduler and vararg related bugs

5 years ago:shirt: Improve Stmt
fennecdjay [Sat, 11 May 2019 20:56:27 +0000 (22:56 +0200)]
:shirt: Improve Stmt

5 years ago:art: Improve UGen
fennecdjay [Sat, 11 May 2019 20:51:55 +0000 (22:51 +0200)]
:art: Improve UGen

5 years ago:art: Move ->variadic from Func to Emit
fennecdjay [Sat, 11 May 2019 20:22:43 +0000 (22:22 +0200)]
:art: Move ->variadic from Func to Emit

5 years ago:shirt: Simplify Type
fennecdjay [Sat, 11 May 2019 19:48:33 +0000 (21:48 +0200)]
:shirt: Simplify Type

5 years ago:art: make VM_Object a pointer
fennecdjay [Sat, 11 May 2019 19:09:50 +0000 (21:09 +0200)]
:art: make VM_Object a pointer

5 years ago:art: Add eoc opcode
fennecdjay [Sat, 11 May 2019 17:44:23 +0000 (19:44 +0200)]
:art: Add eoc opcode

5 years ago:shirt: Add import typedef, clean
fennecdjay [Sat, 11 May 2019 17:38:07 +0000 (19:38 +0200)]
:shirt: Add import typedef, clean

5 years ago:art: Add import_td
fennecdjay [Sat, 11 May 2019 14:53:39 +0000 (16:53 +0200)]
:art: Add import_td

5 years ago:shirt: Clean type_utils
fennecdjay [Sat, 11 May 2019 14:14:10 +0000 (16:14 +0200)]
:shirt: Clean type_utils

5 years ago:art: Introduce GwionData
fennecdjay [Sat, 11 May 2019 12:58:26 +0000 (14:58 +0200)]
:art: Introduce GwionData

:art: Introduce GwioData->mutex

:art: Use Gwion->reserved

:art: Put GwionData in its own file

:shirt: Typedef GwionData

5 years ago:shirt: Rename Gwion->p to Gwion->mp
fennecdjay [Sat, 11 May 2019 11:42:12 +0000 (13:42 +0200)]
:shirt: Rename Gwion->p to Gwion->mp

5 years ago:shirt: Do some clean
fennecdjay [Sat, 11 May 2019 11:35:36 +0000 (13:35 +0200)]
:shirt: Do some clean

5 years ago:shirt: Avoid compiler warning
fennecdjay [Sat, 11 May 2019 10:43:26 +0000 (12:43 +0200)]
:shirt: Avoid compiler warning

5 years ago:art: Improve shred
fennecdjay [Sat, 11 May 2019 10:40:22 +0000 (12:40 +0200)]
:art: Improve shred

5 years agoMerge branch 'master' of https://github.com/fennecdjay/gwion
fennecdjay [Fri, 10 May 2019 09:10:19 +0000 (11:10 +0200)]
Merge branch 'master' of https://github.com/fennecdjay/gwion

5 years ago:art: Update modules
fennecdjay [Fri, 10 May 2019 09:10:10 +0000 (11:10 +0200)]
:art: Update modules

5 years ago:shirt: Clean shred.c
fennecdjay [Fri, 10 May 2019 09:07:58 +0000 (11:07 +0200)]
:shirt: Clean shred.c

5 years ago:wrench: Try to fix windows/clang builds
fennecdjay [Fri, 10 May 2019 08:47:57 +0000 (10:47 +0200)]
:wrench: Try to fix windows/clang builds

5 years ago:art: Update ast
fennecdjay [Fri, 10 May 2019 07:54:56 +0000 (09:54 +0200)]
:art: Update ast

5 years ago:art: Update ast
fennecdjay [Fri, 10 May 2019 07:32:37 +0000 (09:32 +0200)]
:art: Update ast

5 years ago:bug: Fix fptr bugs
fennecdjay [Fri, 10 May 2019 07:32:25 +0000 (09:32 +0200)]
:bug: Fix fptr bugs

5 years ago:shirt: Clean object.c
fennecdjay [Sun, 5 May 2019 22:28:51 +0000 (00:28 +0200)]
:shirt: Clean object.c

5 years ago:art: Remove Type and Object -> pool
fennecdjay [Sun, 5 May 2019 22:05:45 +0000 (00:05 +0200)]
:art: Remove Type and Object -> pool

5 years ago:art: Improve isres
fennecdjay [Sun, 5 May 2019 20:30:40 +0000 (22:30 +0200)]
:art: Improve isres

5 years ago:art: Improve 'force' type
fennecdjay [Sun, 5 May 2019 20:30:26 +0000 (22:30 +0200)]
:art: Improve 'force' type

5 years ago:bug: Thanks AFL
fennecdjay [Sun, 5 May 2019 18:12:16 +0000 (20:12 +0200)]
:bug: Thanks AFL

5 years ago:bug: Few fixes
fennecdjay [Sat, 4 May 2019 08:40:36 +0000 (10:40 +0200)]
:bug: Few fixes

5 years ago:bug: Fix class recursion
fennecdjay [Fri, 3 May 2019 12:40:39 +0000 (14:40 +0200)]
:bug: Fix class recursion

5 years ago:bug: Fix fptr sporked call
fennecdjay [Fri, 3 May 2019 12:22:36 +0000 (14:22 +0200)]
:bug: Fix fptr sporked call

5 years ago:art: clean
fennecdjay [Thu, 2 May 2019 21:59:12 +0000 (23:59 +0200)]
:art: clean

5 years ago:art: cleaning (remove array ref and other stuff
fennecdjay [Thu, 2 May 2019 21:37:17 +0000 (23:37 +0200)]
:art: cleaning (remove array ref and other stuff

5 years ago:art: Update ast
fennecdjay [Thu, 2 May 2019 21:35:45 +0000 (23:35 +0200)]
:art: Update ast

5 years ago:art: vm clean
fennecdjay [Thu, 2 May 2019 20:39:10 +0000 (22:39 +0200)]
:art: vm clean

5 years ago:bug: Fix dtor
fennecdjay [Thu, 25 Apr 2019 20:16:22 +0000 (22:16 +0200)]
:bug: Fix dtor

5 years ago:bug: Fix switch and default label
fennecdjay [Thu, 25 Apr 2019 18:44:34 +0000 (20:44 +0200)]
:bug: Fix switch and default label

5 years ago:art: Fix unwind
fennecdjay [Thu, 25 Apr 2019 18:44:04 +0000 (20:44 +0200)]
:art: Fix unwind

5 years ago:wrench: Add NO_LOG option to tests.sh
fennecdjay [Thu, 25 Apr 2019 18:42:06 +0000 (20:42 +0200)]
:wrench: Add NO_LOG option to tests.sh

5 years ago:bug: Fix object.template_func()
fennecdjay [Thu, 25 Apr 2019 10:38:10 +0000 (12:38 +0200)]
:bug: Fix object.template_func()

5 years ago:bug: Fix unwind
fennecdjay [Thu, 25 Apr 2019 10:28:00 +0000 (12:28 +0200)]
:bug: Fix unwind

5 years ago:bug: Fix push_spork_code
fennecdjay [Thu, 25 Apr 2019 07:45:18 +0000 (09:45 +0200)]
:bug: Fix push_spork_code

5 years ago:art: Locations and bugfixes
fennecdjay [Wed, 24 Apr 2019 12:42:01 +0000 (14:42 +0200)]
:art: Locations and bugfixes

5 years agobig comiit :sad:
fennecdjay [Wed, 24 Apr 2019 00:06:41 +0000 (02:06 +0200)]
big comiit :sad:

5 years ago:shirt: Introcude loc_t
fennecdjay [Fri, 12 Apr 2019 12:31:05 +0000 (14:31 +0200)]
:shirt: Introcude loc_t

5 years ago:bug: Fix auto statement
fennecdjay [Fri, 12 Apr 2019 11:23:49 +0000 (13:23 +0200)]
:bug: Fix auto statement

5 years ago:bug: Fix templating error handling
fennecdjay [Fri, 12 Apr 2019 09:52:42 +0000 (11:52 +0200)]
:bug: Fix templating error handling

5 years ago:bug: Array bug fixes
fennecdjay [Fri, 12 Apr 2019 09:37:31 +0000 (11:37 +0200)]
:bug: Array bug fixes

5 years ago:art: Add (improved) did_you_mean
fennecdjay [Thu, 11 Apr 2019 15:03:37 +0000 (17:03 +0200)]
:art: Add (improved) did_you_mean

5 years ago:art: Various Improvments
fennecdjay [Wed, 10 Apr 2019 16:04:59 +0000 (18:04 +0200)]
:art: Various Improvments

5 years ago:art: More env_err
fennecdjay [Tue, 9 Apr 2019 22:19:04 +0000 (00:19 +0200)]
:art: More env_err

5 years ago:art: gwion_err => env_err
fennecdjay [Tue, 9 Apr 2019 22:10:55 +0000 (00:10 +0200)]
:art: gwion_err => env_err

5 years ago:bug: more bugfixes (thanks to AFL)
fennecdjay [Tue, 9 Apr 2019 19:50:28 +0000 (21:50 +0200)]
:bug: more bugfixes (thanks to AFL)

5 years ago:bug: Various bugfixes (thanks to AFL)
fennecdjay [Tue, 9 Apr 2019 19:17:22 +0000 (21:17 +0200)]
:bug: Various bugfixes (thanks to AFL)

5 years ago:art: Improve error message
fennecdjay [Tue, 9 Apr 2019 09:35:04 +0000 (11:35 +0200)]
:art: Improve error message

5 years ago:art: Update module
fennecdjay [Mon, 8 Apr 2019 20:40:51 +0000 (22:40 +0200)]
:art: Update module

5 years ago:shirt: Cleaning
fennecdjay [Mon, 8 Apr 2019 20:28:27 +0000 (22:28 +0200)]
:shirt: Cleaning

5 years ago:art: Auto declarations
fennecdjay [Mon, 8 Apr 2019 19:01:20 +0000 (21:01 +0200)]
:art: Auto declarations

5 years ago:art: Use t_undefined
fennecdjay [Mon, 8 Apr 2019 15:26:22 +0000 (17:26 +0200)]
:art: Use t_undefined

5 years ago:bug: Fix type sytem and parralelism
fennecdjay [Mon, 8 Apr 2019 10:01:28 +0000 (12:01 +0200)]
:bug: Fix type sytem and parralelism

5 years ago:art: individual union types
fennecdjay [Sun, 7 Apr 2019 09:03:11 +0000 (11:03 +0200)]
:art: individual union types

5 years ago:bug: Fix func spork in spork
fennecdjay [Sun, 7 Apr 2019 08:56:34 +0000 (10:56 +0200)]
:bug: Fix func spork in spork

5 years ago:art: Introduce container_of
fennecdjay [Sat, 6 Apr 2019 13:39:04 +0000 (15:39 +0200)]
:art: Introduce container_of

5 years ago:art: Introduce GWION_EPSILON
fennecdjay [Sat, 6 Apr 2019 07:36:54 +0000 (09:36 +0200)]
:art: Introduce GWION_EPSILON

5 years ago:bug: Fix local func allocation
fennecdjay [Sat, 6 Apr 2019 07:30:15 +0000 (09:30 +0200)]
:bug: Fix local func allocation

5 years ago:shirt: Remove debug statement
fennecdjay [Sat, 6 Apr 2019 07:29:55 +0000 (09:29 +0200)]
:shirt: Remove debug statement

5 years ago:art: Enums have unique type->xid
fennecdjay [Sat, 6 Apr 2019 07:29:38 +0000 (09:29 +0200)]
:art: Enums have unique type->xid

5 years ago:art: More on Forking
fennecdjay [Fri, 5 Apr 2019 19:28:49 +0000 (21:28 +0200)]
:art: More on Forking

5 years ago:wrench: Add -rdynamic on linux
fennecdjay [Fri, 5 Apr 2019 07:16:40 +0000 (09:16 +0200)]
:wrench: Add -rdynamic on linux

5 years ago:art: Improve import system
fennecdjay [Fri, 5 Apr 2019 05:44:49 +0000 (07:44 +0200)]
:art: Improve import system

5 years ago:bug: Fix windows build. (hopefully ?)
fennecdjay [Thu, 4 Apr 2019 18:46:29 +0000 (20:46 +0200)]
:bug: Fix windows build. (hopefully ?)

5 years ago:bug: Fix windows build
fennecdjay [Thu, 4 Apr 2019 18:20:32 +0000 (20:20 +0200)]
:bug: Fix windows build

5 years ago:art: Define NUSED for __attribute__((unused))
fennecdjay [Thu, 4 Apr 2019 18:15:23 +0000 (20:15 +0200)]
:art: Define NUSED for __attribute__((unused))

5 years ago:art: Fix LOOP_OPTIM on windows
fennecdjay [Thu, 4 Apr 2019 11:42:14 +0000 (13:42 +0200)]
:art: Fix LOOP_OPTIM on windows

5 years ago:wrench: Try clang
fennecdjay [Thu, 4 Apr 2019 11:29:36 +0000 (13:29 +0200)]
:wrench: Try clang

5 years ago:art: Remove 'template' keyword
fennecdjay [Thu, 4 Apr 2019 11:15:12 +0000 (13:15 +0200)]
:art: Remove 'template' keyword

5 years ago:art: Improve env_storage
fennecdjay [Thu, 4 Apr 2019 10:59:01 +0000 (12:59 +0200)]
:art: Improve env_storage

5 years ago:art: Emitter->escape
fennecdjay [Thu, 4 Apr 2019 10:31:41 +0000 (12:31 +0200)]
:art: Emitter->escape

5 years ago:art: (small) Clean emitter
fennecdjay [Thu, 4 Apr 2019 09:06:12 +0000 (11:06 +0200)]
:art: (small) Clean emitter

5 years ago:art: Clean emit_exp_dot
fennecdjay [Thu, 4 Apr 2019 09:00:03 +0000 (11:00 +0200)]
:art: Clean emit_exp_dot

5 years ago:art: small vm improv
fennecdjay [Thu, 4 Apr 2019 00:10:30 +0000 (02:10 +0200)]
:art: small vm improv

5 years ago:art: More clean
fennecdjay [Wed, 3 Apr 2019 23:34:14 +0000 (01:34 +0200)]
:art: More clean

5 years agoMerge pull request #110 from fennecdjay/embed
Jérémie Astor [Tue, 2 Apr 2019 23:06:46 +0000 (01:06 +0200)]
Merge pull request #110 from fennecdjay/embed

:art: Finally embeddable :smile:

5 years ago:art: Finally embeddable :smile: 110/head
fennecdjay [Tue, 2 Apr 2019 22:08:04 +0000 (00:08 +0200)]
:art: Finally embeddable :smile:

5 years ago:art: Introduce ScannerArg
fennecdjay [Mon, 1 Apr 2019 17:36:02 +0000 (19:36 +0200)]
:art: Introduce ScannerArg

5 years ago:bug: Fix memoize
fennecdjay [Mon, 1 Apr 2019 16:27:58 +0000 (18:27 +0200)]
:bug: Fix memoize

5 years ago:art: Split Common structures
fennecdjay [Mon, 1 Apr 2019 16:22:01 +0000 (18:22 +0200)]
:art: Split Common structures

5 years ago:art: Rename Func_Def->arg_list => args
fennecdjay [Mon, 1 Apr 2019 13:19:36 +0000 (15:19 +0200)]
:art: Rename Func_Def->arg_list => args

5 years ago:bug: Fix window compilation
fennecdjay [Mon, 1 Apr 2019 11:56:14 +0000 (13:56 +0200)]
:bug: Fix window compilation

5 years ago:art: No more static symbol table
fennecdjay [Mon, 1 Apr 2019 11:53:05 +0000 (13:53 +0200)]
:art: No more static symbol table

5 years ago:shirt: cleaning
fennecdjay [Mon, 1 Apr 2019 09:05:12 +0000 (11:05 +0200)]
:shirt: cleaning

5 years ago:art: Simplifications
fennecdjay [Mon, 1 Apr 2019 08:40:38 +0000 (10:40 +0200)]
:art: Simplifications

5 years ago:shirt: More clean
fennecdjay [Mon, 1 Apr 2019 07:59:22 +0000 (09:59 +0200)]
:shirt: More clean

5 years ago:art: Introduce FREEARG
fennecdjay [Sun, 31 Mar 2019 19:38:20 +0000 (21:38 +0200)]
:art: Introduce FREEARG

5 years ago:art: REM_REF modifications
fennecdjay [Sun, 31 Mar 2019 18:56:00 +0000 (20:56 +0200)]
:art: REM_REF modifications

5 years ago:shirt: Typecheck cleaning
fennecdjay [Sun, 31 Mar 2019 17:45:06 +0000 (19:45 +0200)]
:shirt: Typecheck cleaning