- May 04, 2018
-
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
There's probably further stripping doable (mmap, io)
-
Alejandro R Mosteo authored
-
- Apr 25, 2018
-
-
Valentine Reboul authored
goes with Iaaa5f148373559eaf9e07ea092a9bc3275b41d5b in gnatcoll initial repository Change-Id: Ie44921dc4a91d886c8de25317700524f51ca75d2
-
- Apr 19, 2018
-
-
Corentin Gay authored
This example shows how to register packages and attributes. It also shows how to get their value and how to delete them once the user is done with it. Change-Id: I09d91342a642041cb9478d9e4d504bed7d4fbb1c
-
- Apr 18, 2018
-
-
Jerome Lambourg authored
Change-Id: I8781453b0a994418ef4ac611ea96ada55ba786b9 TN: R404-042
-
- Apr 09, 2018
-
-
Anthony Leonardo Gracio authored
Change-Id: Ife8f61f497fd3356e41c462561991adf30cec003
-
- Mar 29, 2018
-
-
Dmitriy Anisimkov authored
Change-Id: If6837349ad63d5f3f95b6c4890fde50789c425f6
-
Pierre-Marie de Rodat authored
Change-Id: I73e7d1f44b962afc5c0a85c4a5793ada9ee70eca TN: R124-029
-
Fedor Rybin authored
Refactor For_Each_External_Variable_Declaration, get rig of useless nested procedure, put better names for arguments and variables. Pass proper parameters to variable registration routines, remove excess ones that can be calculated from passed project type. Use proper project when calculating the expression value instead of the root one. Detect and pass proper package to expression calculation. Pass project node instead of variable node as From_Project_Node to Expression. Add test. Change-Id: I1abe615368ce284984155f820023c1c86807f6d5
-
- Mar 28, 2018
-
-
Dmitriy Anisimkov authored
R314-019 Change-Id: I291071a57607ac995e2565648d4f391284f2ee41
-
- Mar 27, 2018
-
-
Nicolas Roche authored
Part of R327-013 Change-Id: I32df7d1fc0d51022bda77dccdc36d4b61778bbda
-
- Mar 26, 2018
-
-
Nicolas Roche authored
Change-Id: I889aed0c1d97997a69652fe50085059193f0064b
-
Nicolas Roche authored
1- Don't crash in case of partial token at the end of a string 2- Don't accept case variations on keywords: null, false and true (see ECMA-404) 3- Ensure keywords are delimited correctly by a seprator 4- Raise an error in case of additional data at the end of a stream 5- Fallback to float conversion for big integers 6- Do not accept useless leading 0 in numbers (see ECMA 404) 7- Add tests based on https://github.com/nst/JSONTestSuite/tree/master/test_parsing (MIT license) Part of R308-068 Change-Id: Ie1e40bd4dffc9b13a25dd6f9d09261e71ef2c49b
-
Dmitriy Anisimkov authored
Change-Id: Ib3f173f0ff10e5568a00bf4d1f9dbaa31051e3ee
-
Dmitriy Anisimkov authored
SQL funtions Absolute, Lower, Upper, Initcap, Trim can be used not only under database fields but under expression results returning SQL_Field type too. Change-Id: Ie4be1bcb4b6ae6f409c60124f58d93e3b39940bf
-
Dmitriy Anisimkov authored
Change-Id: I0ea412a5948138fe08c751e1721462b38896ccb1
-
- Mar 25, 2018
-
-
Dmitriy Anisimkov authored
This comes from the GitHub pull request #14 Change-Id: I5ebc2733597bb79263e50382df70e8910de163f8
-
- Mar 22, 2018
-
-
Fedor Rybin authored
Turn unit name to lowercase when searching corresponding file name in the htable. Add test. Add my findings on how to create tests to the docs. Change-Id: Ic405d079f5edf4efaab3eec644ae1fc77298514d
-
- Mar 21, 2018
-
-
Nicolas Roche authored
On windows platform, cwd argument is not taken into account when processsing command line. Thus path to the executablte cannot be relative to the cwd parameter of the spawned command. Change-Id: I0aaf40b0466517df8d971d1362238736c7b22b61
-
- Mar 13, 2018
-
-
Dmitriy Anisimkov authored
It avoids conflict in = and & operations betweem SQL and SQL_Impl packages Change-Id: I0c77b922559efa034188e72a87681b0091d8d777
-
- Mar 12, 2018
-
-
Dmitriy Anisimkov authored
Do not need convert To_String when appending to Unbounded_String Change-Id: Id5acd0a3c3f119609bbb29c43e0c425012abbe84
-
- Mar 08, 2018
-
-
Nicolas Roche authored
A line containing only [ should be ignored. Was previously raising CONSTRAINT_ERROR. Change-Id: I21cae6f5d796846d375c997703a585b7a9d9b1ae
-
Nicolas Roche authored
Change-Id: I694c27f85a4161dcb0420faa87b75299ffeaf861
-
Nicolas Roche authored
Change-Id: Iaacbe22cb24c636a658c5d11440c6d0a34414aeb
-
- Mar 07, 2018
-
-
Nicolas Roche authored
* Ignore all leading and trailing whitespaces (not only space and CR) * Ensure Ini_Parser state is reset on call to Open * Ensure comment and section declarations can have leading and/or trailing whitespaces. * Ignore non valid patterns for GNATCOLL.Templates when attempting $HOME substitution. * Ensure that '#' in section name is handled correctly * Add test Part of R307-006 Change-Id: I2fe5742baf069140ac2c4f58f89eeff0d23f22c4
-
- Mar 05, 2018
-
-
Bob Plested authored
to match the cited C code. Change-Id: I5dc8fb3cf8b6c7bf7ee36336ce472e0d153571d2
-
Nicolas Roche authored
Part of R305-024 Change-Id: I67b6c2274de82afd7a27b4b477bad24e33334d2f
-
Nicolas Roche authored
Change-Id: I9326fe386a9ac7c0c094754d0d0f750410e1af94
-
Nicolas Roche authored
GNATCOLL now needs a libgpr newer than the one packaged in GPL 2017 Change-Id: Ia42c43de7f472629ab243f6ed8490c6c2e9f459a
-
Nicolas Roche authored
Recompile libgpr before compiling gnatcoll-core. As version packaged on GPL 2017 is no more compatible with latest gnatcoll-core changes. Change-Id: Id8840a05568a8af33ea6643b3658a659de61ab64
-
- Mar 04, 2018
-
-
Dmitriy Anisimkov authored
R301-032 Change-Id: Ic292387adbd40436a8ae4eccdfb2e6294157daec
-
- Mar 03, 2018
-
-
Nicolas Roche authored
Test is expected to fail until github #18 contribution is merged. Change-Id: If8b6a7e806ed68c84c7858dbfc9f76ea16c40bf4
-
Fedor Rybin authored
Process not only literal strings and variable references but arbitrary expressions as external defaults. Keep marking root project as potentially not editable in case of complex expressions. Change-Id: I22c3f2711f4222b26041365d2bddca26d16b955f
-
- Mar 02, 2018
-
-
Nicolas Roche authored
In order to have correct coverage gcda from the tests themselves should also be considered. Change-Id: I5498efe76dcac256a56a01e8762391674db34319
-
Nicolas Roche authored
Part of R302-009 Change-Id: I09b7fda3e1abec40ea71c734eb4a7411d0834757
-
- Mar 01, 2018
-
-
Dmitriy Anisimkov authored
R227-024 Change-Id: Ie395c0909c37c9a584e633d5c112dce1b4706514
-