- Mar 29, 2018
-
-
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
-
- Feb 22, 2018
-
-
Anthony Leonardo Gracio authored
Change-Id: Idfa3fd978856de8e1a3d2f876cfd0cb40b1575be Depends-On: I887f0b110a200d7e52a970a9cdf22527b7e5a5fd
-
- Feb 20, 2018
-
-
Dmitriy Anisimkov authored
R215-001 And use XString to output line by line for efficiency Change-Id: I7883c90572fafd182f171250410f6c26ca9b4186
-
- Feb 16, 2018
-
-
Fedor Rybin authored
There is no File_Sets anywhere in GNATCOLL. Change-Id: I6b42dfbc950d6179c4a9bda16f85157a73cb2f98
-
Dmitriy Anisimkov authored
R215-001 Improve Columns_Vertical comments Change-Id: Icfdc1b59884186dda70fffc8871c510c9498b0a8
-
Emmanuel Briot authored
-
Emmanuel Briot authored
Force the background color instead of preserving the current one, in case uses have defined a foreground for this trace handle.
-
Emmanuel Briot authored
-
- Feb 15, 2018
-
-
Dmitriy Anisimkov authored
Change-Id: I36d0cd1d9c60fb7f1370c14103fd8c923b88aaca
-
Dmitriy Anisimkov authored
R215-001 Change-Id: Ibb941c5fa8b1bc5c9f5c5ff0bea62e87d6db0885
-
Fedor Rybin authored
Remove the line about turning file name to lower case on case insensitive file systems as it is not the case. Change-Id: I63fd87f36be2384c3f9184b7aaa7ad82f14cc7e8
-
Feodor Rybin authored
This reverts commit 4b16e4fb. Change-Id: I33589c14c3ee72a72cb8c0598fcfe2d3bf4c6662
-