| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 167 | -73994/+0 |
* | Handle --expect-failure for -m | Tristan Gingold | 2014-11-04 | 1 | -4/+10 |
* | Compute Exec_Prefix before loading libraries. | Tristan Gingold | 2014-11-04 | 3 | -152/+157 |
* | Support installation in a different path that configured one. | Tristan Gingold | 2014-11-03 | 10 | -44/+286 |
* | Replace --dispconfig with --disp-config. | Tristan Gingold | 2014-11-03 | 1 | -2/+2 |
* | makefiles and script: adjust for gcc 4.9 | Tristan Gingold | 2014-11-02 | 5 | -24/+47 |
* | ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr. | Tristan Gingold | 2014-11-02 | 1 | -5/+7 |
* | Remove ortho/gcc/Makefile.inc and adjust. | Tristan Gingold | 2014-11-02 | 2 | -20/+19 |
* | Default is now gcc-4.9. Silent ortho-lang warnings. | Tristan Gingold | 2014-11-02 | 1 | -2/+2 |
* | Fix package interface for gcc (separate compilation). | Tristan Gingold | 2014-11-02 | 1 | -14/+32 |
* | Handle packkage instantiation for --chop. | Tristan Gingold | 2014-11-02 | 2 | -7/+9 |
* | Fix uninitialized variable. | Tristan Gingold | 2014-11-02 | 1 | -1/+1 |
* | Add support for package interface. | Tristan Gingold | 2014-10-29 | 3 | -130/+262 |
* | Rework for support of generic packages. | Tristan Gingold | 2014-10-22 | 2 | -214/+595 |
* | Initial support for package header and package instantiation. | Tristan Gingold | 2014-10-14 | 8 | -1280/+1253 |
* | Add a python script to automatically generate disp_tree. | Tristan Gingold | 2014-09-25 | 4 | -30/+54 |
* | Fix crash on resolver functions using secondary stack. | Tristan Gingold | 2014-09-14 | 2 | -6/+11 |
* | Add vhdl08 flush, fix null slice, improve type conversion. | Tristan Gingold | 2014-09-12 | 3 | -48/+80 |
* | Update dist-common.sh - fix ticket 23. | Tristan Gingold | 2014-09-11 | 1 | -0/+2 |
* | vhdl2008: add translation and support for most of implicit operators. | Tristan Gingold | 2014-09-11 | 18 | -1007/+1373 |
* | First run of OSVVM_2014_01 with gcc backend. | Tristan Gingold | 2014-09-06 | 8 | -65/+355 |
* | First run (using mcode) of OSVVM_2014_01. | Tristan Gingold | 2014-09-05 | 24 | -424/+1055 |
* | Fix ghdl_simul (after previous change). | Tristan Gingold | 2014-09-03 | 1 | -22/+12 |
* | Keep names in the tree. | Tristan Gingold | 2014-09-02 | 5 | -353/+311 |
* | Add parenthesis_Expression, --reprint and --compare-tokens commands. | Tristan Gingold | 2014-07-23 | 3 | -15/+126 |
* | Add overflow literal. | Tristan Gingold | 2014-07-21 | 8 | -114/+157 |
* | Replace architecture_declaration by architecture_body to follow lrm. | Tristan Gingold | 2014-07-19 | 4 | -36/+36 |
* | Handle character literals like simple names. | Tristan Gingold | 2014-07-19 | 1 | -0/+1 |
* | Fix implicit conversion in conversion association. | Tristan Gingold | 2014-07-18 | 1 | -18/+22 |
* | vhdl 2008: visibility, more implicit subprograms, alias... | Tristan Gingold | 2014-07-17 | 7 | -68/+222 |
* | Add many vhdl08 predefined operators and functions. Add std.env | Tristan Gingold | 2014-06-30 | 1 | -42/+21 |
* | vhdl 2008: handle all-sensitized processes, handle visibility for alias. | Tristan Gingold | 2014-06-29 | 1 | -0/+1 |
* | Use library unit instead of design unit. | Tristan Gingold | 2014-06-24 | 2 | -16/+11 |
* | Add psl cover directive (ticket19). | Tristan Gingold | 2014-06-21 | 6 | -114/+226 |
* | ghdlcomp: stop in case of errors on delayed checks. | Tristan Gingold | 2014-06-21 | 1 | -2/+5 |
* | Fix regression for 'value on physical types. | Tristan Gingold | 2014-06-21 | 1 | -5/+9 |
* | Add missing grt-readline.ads file. | Tristan Gingold | 2014-06-16 | 1 | -0/+30 |
* | configuration: add Check_Entity_Declaration_Top from translation. | Tristan Gingold | 2014-06-14 | 6 | -330/+147 |
* | grt-values: export ghdl_value_physical_split, to_lc, is_whitespace. | Tristan Gingold | 2014-06-14 | 2 | -26/+60 |
* | grt-vstrings: add to_string for ghdl_f64, use it in grt-images. | Tristan Gingold | 2014-06-14 | 3 | -83/+94 |
* | grt-types: make access type std_string_ptr general. | Tristan Gingold | 2014-06-14 | 1 | -1/+1 |
* | grt-errors: export fatal_error. | Tristan Gingold | 2014-06-14 | 2 | -4/+5 |
* | grt-disp_signals: display explicitly direct drivers. | Tristan Gingold | 2014-06-14 | 1 | -2/+7 |
* | Fix ticket14: build vars for anonymous subtype in array type indexes. | Tristan Gingold | 2014-05-29 | 2 | -4/+50 |
* | Rework aggregate (when type of context is not static). | Tristan Gingold | 2014-05-29 | 1 | -76/+87 |
* | ghdlsimul: add --trace-stmts, -i | Tristan Gingold | 2014-05-29 | 1 | -4/+7 |
* | grt-signals: add comments, add Ghdl_Signal_Set_Mode. | Tristan Gingold | 2014-05-29 | 3 | -36/+86 |
* | errorout: remove execution related subprograms (and exceptions). | Tristan Gingold | 2014-05-07 | 1 | -3/+2 |
* | grt: remove ghdl_exit_cb*, replaced by an error hook. | Tristan Gingold | 2014-05-07 | 5 | -30/+30 |
* | Set some missing flags (was harmless). | Tristan Gingold | 2014-03-29 | 3 | -5/+4 |