| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | aggregates (2008): support array expression | Tristan Gingold | 2018-09-23 | 3 | -17/+32 | 
| | | | | | Fix #643 | ||||
| * | Improve doc, fix English typo. | Tristan Gingold | 2018-09-23 | 14 | -39/+70 | 
| | | |||||
| * | Add -Wothers warning. | Tristan Gingold | 2018-09-23 | 4 | -22/+36 | 
| | | |||||
| * | Add Warnid_Static, detect incorrect use of others in aggregate. | Tristan Gingold | 2018-09-22 | 4 | -4/+22 | 
| | | |||||
| * | parse: remove unexpected use of Ada2012. | Tristan Gingold | 2018-09-21 | 1 | -8/+11 | 
| | | |||||
| * | Display aggregates with initial choice order. | Tristan Gingold | 2018-09-21 | 2 | -63/+180 | 
| | | |||||
| * | sem_expr: refactoring for choices, add reorder_choices. | Tristan Gingold | 2018-09-20 | 4 | -50/+81 | 
| | | |||||
| * | Add Maybe_Ref_Chain (WIP). | Tristan Gingold | 2018-09-20 | 9 | -250/+305 | 
| | | |||||
| * | Add Get/Set_Choice_Position (WIP). | Tristan Gingold | 2018-09-20 | 6 | -256/+326 | 
| | | |||||
| * | Add reproducer for #660 | Tristan Gingold | 2018-09-18 | 2 | -0/+78 | 
| | | |||||
| * | Fix testcase directory name (#649 -> #648). | Tristan Gingold | 2018-09-18 | 3 | -0/+0 | 
| | | |||||
| * | Adjust -Whide (disabled in some useless cases). | Tristan Gingold | 2018-09-18 | 3 | -3/+38 | 
| | | |||||
| * | Add testcase for #649 | Tristan Gingold | 2018-09-18 | 3 | -0/+36 | 
| | | |||||
| * | translate: for alias of signal slice: trsnslate name subtype. | Tristan Gingold | 2018-09-18 | 3 | -0/+43 | 
| | | | | | Fix #649 | ||||
| * | translate: refactoring and renaming (chap3) | Tristan Gingold | 2018-09-18 | 3 | -56/+52 | 
| | | |||||
| * | Add testcase for alias of library. | Tristan Gingold | 2018-09-17 | 2 | -0/+11 | 
| | | |||||
| * | Support alias of library. | Tristan Gingold | 2018-09-17 | 1 | -0/+3 | 
| | | |||||
| * | Use --warn-hide in testcase for #652 | Tristan Gingold | 2018-09-17 | 1 | -1/+1 | 
| | | |||||
| * | Add --warn-hide when a declaration hides a previous one. | Tristan Gingold | 2018-09-17 | 2 | -6/+12 | 
| | | | | | For #652 | ||||
| * | Document default stop-delta value. | Tristan Gingold | 2018-09-16 | 1 | -1/+2 | 
| | | | | | Fix #654 | ||||
| * | Add testcase for #654 | Tristan Gingold | 2018-09-16 | 2 | -0/+18 | 
| | | |||||
| * | Improve info message for --stop-delta. | Tristan Gingold | 2018-09-16 | 3 | -7/+18 | 
| | | | | | For #654 | ||||
| * | grt: adjust grt-wave_opt error API. | Tristan Gingold | 2018-09-16 | 4 | -46/+32 | 
| | | |||||
| * | grt: rework error API (WIP) - rework report, add warning. | Tristan Gingold | 2018-09-16 | 6 | -124/+95 | 
| | | |||||
| * | grt: rework error API (WIP). | Tristan Gingold | 2018-09-16 | 18 | -186/+177 | 
| | | |||||
| * | Add testcase #652 | Tristan Gingold | 2018-09-16 | 2 | -0/+44 | 
| | | |||||
| * | trans-chap8: handle array elements in target aggregate. | Tristan Gingold | 2018-09-15 | 1 | -6/+23 | 
| | | |||||
| * | aggregates: WIP for association with arrays. | Tristan Gingold | 2018-09-15 | 2 | -5/+31 | 
| | | |||||
| * | Remove unused translate/Makefile. | Tristan Gingold | 2018-09-15 | 1 | -45/+0 | 
| | | |||||
| * | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 10 | -27/+27 | 
| | | | | | Fix #651 | ||||
| * | add option llvm-6.0 to travis build script | 1138-4EB | 2018-09-13 | 1 | -0/+4 | 
| | | |||||
| * | sem_expr (aggregates): analyze elements before choices. | Tristan Gingold | 2018-09-12 | 1 | -57/+64 | 
| | | |||||
| * | sem_expr: refactoring for aggregates. | Tristan Gingold | 2018-09-12 | 1 | -8/+4 | 
| | | |||||
| * | trans-chap7: refactoring for aggregates. | Tristan Gingold | 2018-09-11 | 2 | -164/+193 | 
| | | |||||
| * | Add Element_Type_Flag for associations. | Tristan Gingold | 2018-09-10 | 5 | -244/+300 | 
| | | |||||
| * | trans-chap7: refactoring for aggregates. | Tristan Gingold | 2018-09-10 | 1 | -66/+72 | 
| | | |||||
| * | issue243: test with 93 and 08. | Tristan Gingold | 2018-09-10 | 1 | -1/+3 | 
| | | |||||
| * | sem_expr: WIP for 08 aggregates. | Tristan Gingold | 2018-09-10 | 1 | -6/+110 | 
| | | |||||
| * | lists.ads: add comments. | Tristan Gingold | 2018-09-10 | 1 | -1/+2 | 
| | | |||||
| * | sem_expr: minor refactoring (for aggregates). | Tristan Gingold | 2018-09-08 | 1 | -42/+51 | 
| | | |||||
| * | Add testcase for #637 | Tristan Gingold | 2018-08-24 | 2 | -0/+27 | 
| | | |||||
| * | canon_extract_sensitivity: handle dereference. Fix #637 | Tristan Gingold | 2018-08-24 | 1 | -6/+9 | 
| | | |||||
| * | Add testcase for #636 | Tristan Gingold | 2018-08-23 | 2 | -0/+14 | 
| | | |||||
| * | user_attribute: handle invalid function call as prefix. Fix #636 | Tristan Gingold | 2018-08-23 | 1 | -0/+3 | 
| | | |||||
| * | Add testcase for #635 | Tristan Gingold | 2018-08-16 | 4 | -0/+1128 | 
| | | |||||
| * | trans-chap7: use get_index_type. Fix #635 | Tristan Gingold | 2018-08-16 | 1 | -2/+1 | 
| | | |||||
| * | Add testcase for #632 | Tristan Gingold | 2018-08-15 | 2 | -0/+259 | 
| | | |||||
| * | sem_simple_range_expression: improve error handling. Fix #632 | Tristan Gingold | 2018-08-15 | 1 | -2/+14 | 
| | | |||||
| * | Add comment. | Tristan Gingold | 2018-08-15 | 1 | -0/+2 | 
| | | |||||
| * | Add reprocedure for #634 | Tristan Gingold | 2018-08-13 | 2 | -0/+25 | 
| | | |||||
