barectf.git
9 years agoFix validation
Philippe Proulx [Thu, 13 Nov 2014 22:41:22 +0000 (17:41 -0500)] 
Fix validation

9 years agoFix a few CTF write bugs
Philippe Proulx [Thu, 13 Nov 2014 21:42:16 +0000 (16:42 -0500)] 
Fix a few CTF write bugs

9 years agoFix string write
Philippe Proulx [Thu, 13 Nov 2014 20:54:29 +0000 (15:54 -0500)] 
Fix string write

9 years agoFix sequence length from env.
Philippe Proulx [Thu, 13 Nov 2014 20:44:09 +0000 (15:44 -0500)] 
Fix sequence length from env.

9 years agoFix array/sequence write
Philippe Proulx [Thu, 13 Nov 2014 20:19:19 +0000 (15:19 -0500)] 
Fix array/sequence write

9 years agoSolve a few bugs
Philippe Proulx [Thu, 13 Nov 2014 00:21:00 +0000 (19:21 -0500)] 
Solve a few bugs

9 years agoCatch write errors
Philippe Proulx [Wed, 12 Nov 2014 20:23:36 +0000 (15:23 -0500)] 
Catch write errors

9 years agoComment a lot and output both headers
Philippe Proulx [Wed, 12 Nov 2014 20:22:35 +0000 (15:22 -0500)] 
Comment a lot and output both headers

9 years agoAdd event name validation
Philippe Proulx [Wed, 12 Nov 2014 07:47:59 +0000 (02:47 -0500)] 
Add event name validation

9 years agoAdd a few steps
Philippe Proulx [Wed, 12 Nov 2014 07:43:49 +0000 (02:43 -0500)] 
Add a few steps

9 years agoAdd some verbosity
Philippe Proulx [Wed, 12 Nov 2014 07:40:31 +0000 (02:40 -0500)] 
Add some verbosity

9 years agosetup.py: update keywords
Philippe Proulx [Wed, 12 Nov 2014 07:35:46 +0000 (02:35 -0500)] 
setup.py: update keywords

9 years agosetup.py: update description (C99)
Philippe Proulx [Wed, 12 Nov 2014 07:34:35 +0000 (02:34 -0500)] 
setup.py: update description (C99)

9 years agoImprove output
Philippe Proulx [Wed, 12 Nov 2014 07:33:31 +0000 (02:33 -0500)] 
Improve output

9 years agoGenerate trace function body
Philippe Proulx [Wed, 12 Nov 2014 07:14:57 +0000 (02:14 -0500)] 
Generate trace function body

9 years agoGenerate trace functions parameters
Philippe Proulx [Wed, 12 Nov 2014 06:14:38 +0000 (01:14 -0500)] 
Generate trace functions parameters

9 years agoOpen function: generate body
Philippe Proulx [Wed, 12 Nov 2014 05:23:11 +0000 (00:23 -0500)] 
Open function: generate body

9 years agosetup.py: do not require manual pyPEG2 install
Philippe Proulx [Wed, 12 Nov 2014 04:38:03 +0000 (23:38 -0500)] 
setup.py: do not require manual pyPEG2 install

9 years agoOpen function body
Philippe Proulx [Wed, 12 Nov 2014 04:37:35 +0000 (23:37 -0500)] 
Open function body

9 years agotemplates.py: use tabs
Philippe Proulx [Wed, 12 Nov 2014 01:33:07 +0000 (20:33 -0500)] 
templates.py: use tabs

9 years agoget* -> gen* for generation
Philippe Proulx [Wed, 12 Nov 2014 01:32:56 +0000 (20:32 -0500)] 
get* -> gen* for generation

9 years agoGenerate basic header
Philippe Proulx [Wed, 12 Nov 2014 01:31:26 +0000 (20:31 -0500)] 
Generate basic header

9 years ago_validate_context_field -> _validate_context_fields
Philippe Proulx [Sat, 8 Nov 2014 09:07:04 +0000 (04:07 -0500)] 
_validate_context_field -> _validate_context_fields

9 years agoAdd event context/fields validation
Philippe Proulx [Sat, 8 Nov 2014 09:06:38 +0000 (04:06 -0500)] 
Add event context/fields validation

9 years agoRemove prints
Philippe Proulx [Sat, 8 Nov 2014 08:56:03 +0000 (03:56 -0500)] 
Remove prints

9 years agoCreate generator class, fix a few things
Philippe Proulx [Sat, 8 Nov 2014 08:54:50 +0000 (03:54 -0500)] 
Create generator class, fix a few things

9 years agoFix: get struct size in map
Philippe Proulx [Sat, 8 Nov 2014 04:32:33 +0000 (23:32 -0500)] 
Fix: get struct size in map

9 years agoImprove C lines output
Philippe Proulx [Sat, 8 Nov 2014 04:28:27 +0000 (23:28 -0500)] 
Improve C lines output

9 years agoCheck offset overflow before writing
Philippe Proulx [Sat, 8 Nov 2014 04:11:36 +0000 (23:11 -0500)] 
Check offset overflow before writing

9 years agoKeep only integers in inner struct offsets
Philippe Proulx [Sat, 8 Nov 2014 04:01:37 +0000 (23:01 -0500)] 
Keep only integers in inner struct offsets

9 years agoFix: actually write inner struct offsets
Philippe Proulx [Sat, 8 Nov 2014 04:01:24 +0000 (23:01 -0500)] 
Fix: actually write inner struct offsets

9 years agoAdd a few comments
Philippe Proulx [Sat, 8 Nov 2014 03:58:15 +0000 (22:58 -0500)] 
Add a few comments

9 years agoAdd offset variables
Philippe Proulx [Sat, 8 Nov 2014 03:44:37 +0000 (22:44 -0500)] 
Add offset variables

9 years agoWrite some CTF stuff (C)
Philippe Proulx [Sat, 8 Nov 2014 03:35:41 +0000 (22:35 -0500)] 
Write some CTF stuff (C)

9 years agoValidate stream event context
Philippe Proulx [Fri, 7 Nov 2014 07:19:14 +0000 (02:19 -0500)] 
Validate stream event context

9 years agoAdd some metadata validation
Philippe Proulx [Fri, 7 Nov 2014 07:11:06 +0000 (02:11 -0500)] 
Add some metadata validation

9 years agoInitial commit: bare
Philippe Proulx [Fri, 7 Nov 2014 05:36:37 +0000 (00:36 -0500)] 
Initial commit: bare

This page took 0.027211 seconds and 4 git commands to generate.