protos/libecoli.git
5 years agoadd config for node_re
Olivier Matz [Thu, 15 Nov 2018 17:18:01 +0000 (18:18 +0100)]
add config for node_re

5 years agofix compilation of parse-yaml
Olivier Matz [Thu, 15 Nov 2018 17:17:52 +0000 (18:17 +0100)]
fix compilation of parse-yaml

5 years agoremember to check id
Olivier Matz [Thu, 15 Nov 2018 17:17:38 +0000 (18:17 +0100)]
remember to check id

5 years agoadd reminders in code
Olivier Matz [Wed, 31 Oct 2018 18:43:51 +0000 (19:43 +0100)]
add reminders in code

5 years agoadd ecoli_editline and enhance yaml parser
Olivier Matz [Wed, 31 Oct 2018 18:43:30 +0000 (19:43 +0100)]
add ecoli_editline and enhance yaml parser

5 years agofix malloc functions
Olivier Matz [Thu, 13 Sep 2018 18:14:23 +0000 (20:14 +0200)]
fix malloc functions

5 years agofix memory leak
Olivier Matz [Thu, 13 Sep 2018 18:13:54 +0000 (20:13 +0200)]
fix memory leak

5 years agoparse yaml as a lib
Olivier Matz [Sun, 12 Aug 2018 13:35:26 +0000 (15:35 +0200)]
parse yaml as a lib

5 years agoreorganize sources
Olivier Matz [Sun, 12 Aug 2018 13:08:26 +0000 (15:08 +0200)]
reorganize sources

5 years agosupport config in node_or
Olivier Matz [Sun, 12 Aug 2018 12:57:39 +0000 (14:57 +0200)]
support config in node_or

5 years agobetter cleanup priv
Olivier Matz [Sun, 12 Aug 2018 12:56:23 +0000 (14:56 +0200)]
better cleanup priv

This is useful to avoid a segfault when debugging a node
beeing freed: when the priv is freed, get_child_count() must
return 0, because the node table is empty.

5 years agofix node free
Olivier Matz [Sun, 12 Aug 2018 12:56:11 +0000 (14:56 +0200)]
fix node free

5 years agoadd XXX
Olivier Matz [Sun, 12 Aug 2018 12:20:31 +0000 (14:20 +0200)]
add XXX

5 years agoadd yaml parser!
Olivier Matz [Sat, 11 Aug 2018 13:21:27 +0000 (15:21 +0200)]
add yaml parser!

5 years agofix config dump
Olivier Matz [Sat, 11 Aug 2018 13:21:06 +0000 (15:21 +0200)]
fix config dump

5 years agoadd XXX for later
Olivier Matz [Sat, 11 Aug 2018 12:46:34 +0000 (14:46 +0200)]
add XXX for later

5 years agomore config accessor
Olivier Matz [Sat, 11 Aug 2018 12:46:29 +0000 (14:46 +0200)]
more config accessor

5 years agoexport schema lookup
Olivier Matz [Thu, 9 Aug 2018 14:07:20 +0000 (16:07 +0200)]
export schema lookup

5 years agodo not use reserved names.
Olivier Matz [Thu, 9 Aug 2018 13:55:42 +0000 (15:55 +0200)]
do not use reserved names.

5 years agoaccessors for node type
Olivier Matz [Thu, 9 Aug 2018 13:48:51 +0000 (15:48 +0200)]
accessors for node type

5 years agoremove schema_len, use a sentinel
Olivier Matz [Thu, 9 Aug 2018 13:42:33 +0000 (15:42 +0200)]
remove schema_len, use a sentinel

5 years agorename __ec_node
Olivier Matz [Thu, 9 Aug 2018 13:29:06 +0000 (15:29 +0200)]
rename __ec_node

5 years agouse helper in cmd node
Olivier Matz [Thu, 2 Aug 2018 20:05:35 +0000 (22:05 +0200)]
use helper in cmd node

5 years agouse helper in seq node
Olivier Matz [Thu, 2 Aug 2018 20:04:51 +0000 (22:04 +0200)]
use helper in seq node

5 years agoadd item in todo
Olivier Matz [Thu, 2 Aug 2018 20:03:17 +0000 (22:03 +0200)]
add item in todo

5 years agoadd node helpers
Olivier Matz [Thu, 2 Aug 2018 20:03:04 +0000 (22:03 +0200)]
add node helpers

5 years agoget config type
Olivier Matz [Thu, 2 Aug 2018 20:02:50 +0000 (22:02 +0200)]
get config type

5 years agoget node children and refs in the same function
Olivier Matz [Tue, 24 Jul 2018 19:36:42 +0000 (21:36 +0200)]
get node children and refs in the same function

5 years agofree children in free_priv
Olivier Matz [Thu, 19 Jul 2018 18:44:14 +0000 (20:44 +0200)]
free children in free_priv

5 years agoadd get_child_refs, tests are ok
Olivier Matz [Thu, 19 Jul 2018 18:30:20 +0000 (20:30 +0200)]
add get_child_refs, tests are ok

5 years agocontinue to add api to get children
Olivier Matz [Fri, 13 Jul 2018 20:40:57 +0000 (22:40 +0200)]
continue to add api to get children

and fix tests

5 years agoremove weakref node
Olivier Matz [Fri, 13 Jul 2018 20:28:49 +0000 (22:28 +0200)]
remove weakref node

5 years agomanage loops when freeing
Olivier Matz [Thu, 12 Jul 2018 19:43:16 +0000 (21:43 +0200)]
manage loops when freeing

5 years agoadd missing child ops
Olivier Matz [Tue, 10 Jul 2018 20:38:03 +0000 (22:38 +0200)]
add missing child ops

5 years agodraft for removing weak nodes
Olivier Matz [Fri, 30 Mar 2018 20:46:25 +0000 (22:46 +0200)]
draft for removing weak nodes

5 years agoreplace generic child table by a node ops
Olivier Matz [Thu, 5 Jul 2018 19:12:54 +0000 (21:12 +0200)]
replace generic child table by a node ops

5 years agouse config for cmd node
Olivier Matz [Thu, 5 Jul 2018 18:49:50 +0000 (20:49 +0200)]
use config for cmd node

5 years agofix leak
Olivier Matz [Thu, 21 Jun 2018 21:04:04 +0000 (23:04 +0200)]
fix leak

5 years agofix invalid free
Olivier Matz [Thu, 21 Jun 2018 21:03:57 +0000 (23:03 +0200)]
fix invalid free

5 years agoconfig for int
Olivier Matz [Thu, 21 Jun 2018 20:46:07 +0000 (22:46 +0200)]
config for int

5 years agofix strvec bad free
Olivier Matz [Thu, 21 Jun 2018 20:45:57 +0000 (22:45 +0200)]
fix strvec bad free

5 years agofix config str
Olivier Matz [Thu, 21 Jun 2018 20:45:48 +0000 (22:45 +0200)]
fix config str

5 years agoget config
Olivier Matz [Thu, 21 Jun 2018 20:45:29 +0000 (22:45 +0200)]
get config

5 years agoduplicate config
Olivier Matz [Thu, 21 Jun 2018 20:45:22 +0000 (22:45 +0200)]
duplicate config

5 years agodoc
Olivier Matz [Thu, 21 Jun 2018 17:11:05 +0000 (19:11 +0200)]
doc

5 years agoadd realloc seq
Olivier Matz [Thu, 21 Jun 2018 17:10:55 +0000 (19:10 +0200)]
add realloc seq

5 years agofix invalid free
Olivier Matz [Thu, 21 Jun 2018 17:10:38 +0000 (19:10 +0200)]
fix invalid free

5 years agodo not clobber errno
Olivier Matz [Thu, 21 Jun 2018 17:00:09 +0000 (19:00 +0200)]
do not clobber errno

5 years agoconfig for string node
Olivier Matz [Thu, 21 Jun 2018 16:04:56 +0000 (18:04 +0200)]
config for string node

5 years agofix EC_TEST_CHECK
Olivier Matz [Thu, 17 May 2018 17:44:45 +0000 (19:44 +0200)]
fix EC_TEST_CHECK

5 years agoXXX disable keyval randomization
Olivier Matz [Thu, 17 May 2018 17:44:13 +0000 (19:44 +0200)]
XXX disable keyval randomization

5 years agoXXX disable -O3
Olivier Matz [Thu, 17 May 2018 17:43:57 +0000 (19:43 +0200)]
XXX disable -O3

5 years agoremove useless options for coverage
Olivier Matz [Thu, 17 May 2018 17:43:44 +0000 (19:43 +0200)]
remove useless options for coverage

5 years agosq config
Olivier Matz [Thu, 17 May 2018 17:43:33 +0000 (19:43 +0200)]
sq config

5 years agosq config
Olivier Matz [Thu, 17 May 2018 17:43:22 +0000 (19:43 +0200)]
sq config

6 years agosave
Olivier Matz [Tue, 17 Apr 2018 21:21:38 +0000 (23:21 +0200)]
save

6 years agonew keyval iterator
Olivier Matz [Fri, 30 Mar 2018 20:47:23 +0000 (22:47 +0200)]
new keyval iterator

6 years agoenhance completion unit test
Olivier Matz [Fri, 30 Mar 2018 20:24:01 +0000 (22:24 +0200)]
enhance completion unit test

6 years agofix compiler warnings seen by clang
Olivier Matz [Tue, 20 Mar 2018 21:58:06 +0000 (22:58 +0100)]
fix compiler warnings seen by clang

6 years agostandardize return values + errno
Olivier Matz [Sun, 18 Mar 2018 21:39:47 +0000 (22:39 +0100)]
standardize return values + errno

6 years agotest coverage
Olivier Matz [Thu, 15 Mar 2018 21:56:48 +0000 (22:56 +0100)]
test coverage

6 years agoincrease test coverage: 90% lines, 95% funcs
Olivier Matz [Wed, 14 Mar 2018 21:25:29 +0000 (22:25 +0100)]
increase test coverage: 90% lines, 95% funcs

6 years agotest coverage for ec_node
Olivier Matz [Tue, 13 Mar 2018 22:07:53 +0000 (23:07 +0100)]
test coverage for ec_node

6 years agotestcase for logs
Olivier Matz [Mon, 12 Mar 2018 21:42:39 +0000 (22:42 +0100)]
testcase for logs

6 years agoparsed -> parse
Olivier Matz [Mon, 12 Mar 2018 20:57:17 +0000 (21:57 +0100)]
parsed -> parse

6 years agocompleted -> comp
Olivier Matz [Mon, 12 Mar 2018 20:51:25 +0000 (21:51 +0100)]
completed -> comp

6 years agorename default complete as complete unknown
Olivier Matz [Mon, 12 Mar 2018 20:44:40 +0000 (21:44 +0100)]
rename default complete as complete unknown

6 years agoremove debug and clarify help display
Olivier Matz [Mon, 12 Mar 2018 20:41:29 +0000 (21:41 +0100)]
remove debug and clarify help display

6 years agofix indent
Olivier Matz [Mon, 12 Mar 2018 20:41:23 +0000 (21:41 +0100)]
fix indent

6 years agoadd test for weakref
Olivier Matz [Mon, 12 Mar 2018 20:32:07 +0000 (21:32 +0100)]
add test for weakref

6 years agodel -> unlink + const macro
Olivier Matz [Mon, 12 Mar 2018 20:31:57 +0000 (21:31 +0100)]
del -> unlink + const macro

6 years agouse default complete for re_lex
Olivier Matz [Sun, 11 Mar 2018 21:28:20 +0000 (22:28 +0100)]
use default complete for re_lex

6 years agosort init list
Olivier Matz [Sun, 11 Mar 2018 21:24:40 +0000 (22:24 +0100)]
sort init list

6 years agoadd malloc test
Olivier Matz [Sun, 11 Mar 2018 12:52:08 +0000 (13:52 +0100)]
add malloc test

6 years agodon't do code coverage on main.C
Olivier Matz [Sun, 11 Mar 2018 12:28:54 +0000 (13:28 +0100)]
don't do code coverage on main.C

6 years agospdx license
Olivier Matz [Sun, 11 Mar 2018 12:28:32 +0000 (13:28 +0100)]
spdx license

6 years agostandardize copyright
Olivier Matz [Sat, 10 Mar 2018 21:46:14 +0000 (22:46 +0100)]
standardize copyright

6 years agospdx licences on sh and mk
Olivier Matz [Sat, 10 Mar 2018 21:44:58 +0000 (22:44 +0100)]
spdx licences on sh and mk

6 years agospdx tags for c and h files
Olivier Matz [Sat, 10 Mar 2018 21:38:26 +0000 (22:38 +0100)]
spdx tags for c and h files

6 years agosave
Olivier Matz [Sat, 10 Mar 2018 21:33:18 +0000 (22:33 +0100)]
save

6 years agofix api comment in keyval
Olivier Matz [Sat, 10 Mar 2018 21:23:10 +0000 (22:23 +0100)]
fix api comment in keyval

6 years agosupport resetting regexp
Olivier Matz [Sat, 10 Mar 2018 21:06:38 +0000 (22:06 +0100)]
support resetting regexp

6 years agocheck for double test registration
Olivier Matz [Sat, 10 Mar 2018 20:52:09 +0000 (21:52 +0100)]
check for double test registration

6 years agotests more consistent
Olivier Matz [Sat, 10 Mar 2018 20:43:52 +0000 (21:43 +0100)]
tests more consistent

6 years agobetter test coverage
Olivier Matz [Fri, 9 Mar 2018 23:04:21 +0000 (00:04 +0100)]
better test coverage

6 years agomore test coverage
Olivier Matz [Fri, 9 Mar 2018 22:40:32 +0000 (23:40 +0100)]
more test coverage

6 years agoenhance dumps
Olivier Matz [Fri, 9 Mar 2018 21:23:19 +0000 (22:23 +0100)]
enhance dumps

6 years agofix cmd node
Olivier Matz [Fri, 9 Mar 2018 21:14:30 +0000 (22:14 +0100)]
fix cmd node

6 years agofix dump
Olivier Matz [Fri, 9 Mar 2018 21:14:19 +0000 (22:14 +0100)]
fix dump

6 years agoremove max parse len
Olivier Matz [Thu, 8 Mar 2018 21:30:04 +0000 (22:30 +0100)]
remove max parse len

6 years agofix file node
Olivier Matz [Thu, 8 Mar 2018 21:25:46 +0000 (22:25 +0100)]
fix file node

6 years agofix cmd node
Olivier Matz [Thu, 8 Mar 2018 20:52:45 +0000 (21:52 +0100)]
fix cmd node

6 years agolist children in a table, not in a list
Olivier Matz [Thu, 8 Mar 2018 18:50:04 +0000 (19:50 +0100)]
list children in a table, not in a list

so that we can add a child in a list them without modifying it

6 years agosave
Olivier Matz [Thu, 8 Mar 2018 18:14:45 +0000 (19:14 +0100)]
save

6 years agofix dynamic node when build returns an error
Olivier Matz [Fri, 2 Mar 2018 12:47:59 +0000 (13:47 +0100)]
fix dynamic node when build returns an error

6 years agoadd some const
Olivier Matz [Thu, 1 Mar 2018 20:19:54 +0000 (21:19 +0100)]
add some const

6 years agoremove node build
Olivier Matz [Thu, 1 Mar 2018 20:16:30 +0000 (21:16 +0100)]
remove node build

6 years agocleanup cmd node
Olivier Matz [Thu, 1 Mar 2018 14:31:22 +0000 (15:31 +0100)]
cleanup cmd node

6 years agodon't use atoi
Olivier Matz [Thu, 1 Mar 2018 14:21:28 +0000 (15:21 +0100)]
don't use atoi

6 years agorework int/uint node
Olivier Matz [Thu, 1 Mar 2018 14:13:01 +0000 (15:13 +0100)]
rework int/uint node