| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Actually match the ghdl format this time | Emmanuel Mogenet | 2017-04-30 | 1 | -4/+5 |
* | Add -H to ghwdump to dump full pathnames of signals | Emmanuel Mogenet | 2017-04-28 | 3 | -5/+59 |
* | Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1 | Tristan Gingold | 2017-04-20 | 1 | -27/+19 |
* | textio: use grt.fcvt to write reals. | Tristan Gingold | 2017-04-19 | 4 | -4/+30 |
* | textio: use grt.fcvt to read real numbers. | Tristan Gingold | 2017-04-19 | 2 | -0/+14 |
* | Rewrite to_string(real, digits) using grt.fcvt | Tristan Gingold | 2017-04-19 | 6 | -22/+186 |
* | grt.fcvt: use format_image instead of to_string (cleanup). | Tristan Gingold | 2017-04-19 | 3 | -89/+1 |
* | Use grt.fcvt for 'image. | Tristan Gingold | 2017-04-19 | 3 | -126/+166 |
* | scanner: use grt-fcvt for radix conversion. | Tristan Gingold | 2017-04-19 | 2 | -132/+552 |
* | Feed new code through indent to match indigenous style | Emmanuel Mogenet | 2017-04-16 | 2 | -121/+119 |
* | Move skip flag to its own array in ghwlib | Emmanuel Mogenet | 2017-04-16 | 3 | -36/+49 |
* | Add mechanism to restrict signals dumped by ghwdump | Emmanuel Mogenet | 2017-04-15 | 3 | -3/+138 |
* | Add more testcases for bug069 | Tristan Gingold | 2017-04-02 | 3 | -75/+769 |
* | Add start_of_processes callback, used by grt-waves | Tristan Gingold | 2017-03-09 | 3 | -7/+29 |
* | Disp driving process for --disp-sources | Tristan Gingold | 2017-02-22 | 3 | -3/+9 |
* | rtis/vcd/ghw: handle record subtypes. | Tristan Gingold | 2017-02-22 | 8 | -101/+179 |
* | unbounded records: add rti support (WIP) | Tristan Gingold | 2017-02-21 | 10 | -222/+358 |
* | libghdlsynth: can generate so/dll file. | Tristan Gingold | 2017-02-07 | 1 | -12/+37 |
* | Apply No_Return pragma only on specs. Create specs if needed. | Tristan Gingold | 2017-02-06 | 1 | -1/+3 |
* | Do not emit assert error for '-' in matching equality/inequality. | Tristan Gingold | 2017-01-24 | 1 | -14/+0 |
* | grt: also distinguish overflow from null access on linux x86-64 | Tristan Gingold | 2016-12-23 | 1 | -1/+1 |
* | Add support for extended identifiers in wave option files. (#236) | Jonas Baggett | 2016-12-20 | 3 | -9/+27 |
* | implement vpi_free_object | Sijmen Woutersen | 2016-11-16 | 1 | -5/+13 |
* | win32.c: install SEH handler only on i386 | Tristan Gingold | 2016-11-06 | 1 | -3/+9 |
* | Support added for * and **. Please note that wildcards inside names like /top... | Jonas Baggett | 2016-11-02 | 12 | -147/+254 |
* | There is a new --write-opt-file option that will create a wave option file wi... | Jonas Baggett | 2016-11-01 | 13 | -272/+423 |
* | Makefiles: use gnatmake instead of gcc to compile single Ada files. | Tristan Gingold | 2016-11-01 | 1 | -11/+6 |
* | avhpi_get_base_name: return the label for if/for generate. | Tristan Gingold | 2016-10-10 | 1 | -3/+11 |
* | vcd,fst: avoid spurious error message for packages. | Tristan Gingold | 2016-09-03 | 2 | -0/+9 |
* | Fix a bug when opening the wave option file provided. | Jonas Baggett | 2016-08-03 | 1 | -2/+5 |
* | Rename --wave-option-file to --wave-opt-file | Jonas Baggett | 2016-08-03 | 1 | -4/+4 |
* | Extend wave option to VCD and FST #128 | Jonsba | 2016-08-03 | 3 | -51/+158 |
* | grt-options: adjust condition to avoid a crash. | Tristan Gingold | 2016-07-30 | 1 | -2/+3 |
* | Changes in warning/error messages formatting in the Wave_Opt_File pac… (#124) | Jonsba | 2016-07-28 | 8 | -100/+91 |
* | Adding support for a wave option file that selects signals to be displayed (#... | Jonsba | 2016-07-26 | 13 | -45/+1027 |
* | Makefiles changes for $(EXEEXT) - please review. (#119) | Patrick Lehmann | 2016-07-26 | 1 | -1/+1 |
* | Work-around deprecated use of pragma No_Run_Time in gnat gpl 2016. | Tristan Gingold | 2016-07-18 | 3 | -5/+18 |
* | vpi: add and document new options | Tristan Gingold | 2016-07-14 | 1 | -4/+5 |
* | Add commands to build vpi modules (WIP) | Tristan Gingold | 2016-07-14 | 1 | -8/+13 |
* | Initial work to support vpi via dll on windows. | Tristan Gingold | 2016-07-10 | 6 | -144/+1311 |
* | vpi: add vpi_vprintf. | Tristan Gingold | 2016-07-09 | 3 | -13/+6 |
* | Clean up links, repository-wide (#117) | Ben Wiederhake | 2016-07-09 | 2 | -2/+2 |
* | vhdl08: add support of case-generate statement | Tristan Gingold | 2016-07-07 | 7 | -27/+41 |
* | vpi: handle parameters/generics. | Tristan Gingold | 2016-07-03 | 5 | -248/+251 |
* | grt-vcd: rename vcd_var_kind to vcd_var_type. | Tristan Gingold | 2016-07-03 | 4 | -37/+32 |
* | Add a description for the unbuffered option in ghdl -r <exec> --help. | Jonas Baggett | 2016-07-03 | 1 | -0/+2 |
* | More changes for the MinGW32/MinGW64 build flow and for the llvm back-end. | Patrick Lehmann | 2016-07-01 | 1 | -1/+1 |
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm... | Patrick Lehmann | 2016-06-30 | 2 | -4/+5 |
* | vpi: use a variable buffer for vpi_get_value. | Tristan Gingold | 2016-06-28 | 3 | -34/+43 |
* | Jonsba/master (#100) | Jonsba | 2016-06-28 | 4 | -0/+20 |