Age | Commit message (Expand) | Author |
2015-11-22 | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold |
2015-11-19 | Add symbolizer (for mcode). | Tristan Gingold |
2015-11-07 | Remove deprecated .version. | Tristan Gingold |
2015-10-31 | Rework --stop-time to not display a message if simulation is already finished. | Tristan Gingold |
2015-10-30 | Rework callbacks, support cocotb. | Tristan Gingold |
2015-09-30 | Fix build of jumps.c on i386/linux. | Tristan Gingold |
2015-09-26 | Remove unused files. | Tristan Gingold |
2015-09-17 | Fix GRT_EXTRA_LIB, remove grt-arch (unused). | Tristan Gingold |
2015-09-14 | grt: add --list-features, and --has-feature | Tristan Gingold |
2015-09-13 | Remove unused files (were for stack switching). | Tristan Gingold |
2015-09-12 | Adjust windows code. | Tristan Gingold |
2015-09-12 | Tentatively fix win32 support. | Tristan Gingold |
2015-09-04 | Suppress stack switching; save process state in secondary stack. | Tristan Gingold |
2015-08-29 | Replace fat accesses by bounds accesses | Tristan Gingold |
2015-06-20 | Adjust previous patch. | Tristan Gingold |
2015-06-18 | signals: simplify and fix code for delayed signals. | Tristan Gingold |
2015-06-07 | Initial support of DragonFly. | Tristan Gingold |
2015-06-05 | Rework procedure calls, now use a record to pass parameters. | Tristan Gingold |
2015-05-30 | write: do not implicitely append LF. | Tristan Gingold |
2015-05-21 | Rework exit handling to correctly report exit status. | Tristan Gingold |
2015-05-20 | Handle to_string for i64 numbers. | Tristan Gingold |
2015-05-14 | Handle evaluation of to_string for enumeration and integer types. | Tristan Gingold |
2015-05-14 | vhdl 2008: allow to read out ports. | Tristan Gingold |
2015-05-11 | Allow generic without default values in top-level entity. | Tristan Gingold |
2015-03-14 | generic override: handle enumerated types. | Tristan Gingold |
2015-03-14 | Fix thinko in grt.values (after handling i32 generic override). | Tristan Gingold |
2015-03-13 | generic override: handle i32. | Tristan Gingold |
2015-03-11 | Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlib | Tristan Gingold |
2015-03-11 | Fix truncated simple name in fst dump. | Tristan Gingold |
2015-03-07 | Implement ticket 37: add switch -gNAME=VAL to override top entity generics. | Tristan Gingold |
2015-03-01 | Elaborate generics in two steps. Fix -c/-e for llvm builds. | Tristan Gingold |
2015-01-30 | grt: fix protected object lock during elaboration. | Tristan Gingold |
2015-01-24 | Fix typos in grt and translation.adb for vhdl2008 (gcc). | Tristan Gingold |
2015-01-17 | grt-signals: avoid possible unaligned pointer dereference. | Tristan Gingold |
2015-01-15 | grt-disp_rti: fix thinko (no blocks for if-generate). | Tristan Gingold |
2015-01-13 | grt.avhpi: adjust after rti change. | Tristan Gingold |
2015-01-12 | sem: fix Can_Collapse_Signals regression. | Tristan Gingold |
2015-01-12 | grt: improve --disp-signals-table output. | Tristan Gingold |
2015-01-10 | grt-signals: code factorization. | Tristan Gingold |
2015-01-10 | Initialize direct driver value. | Tristan Gingold |
2015-01-10 | sdf annotation: fix read buffer within a qstring (from Kim Taylor). | Tristan Gingold |
2015-01-10 | sdf annotation: handle tremoval, handle negative values. From Kim Taylor. | Tristan Gingold |
2015-01-10 | vhpi: can change value of generics (for sdf annotation). From Kim Taylor. | Tristan Gingold |
2015-01-07 | Adjust previous commit for 'path_name. | Tristan Gingold |
2015-01-07 | Handle vhdl08 if generate statements | Tristan Gingold |
2015-01-04 | Rework for vhdl08 generate: change rtis. | Tristan Gingold |
2014-12-21 | fst: don't try to detect aliases (make fst file bigger). | Tristan Gingold |
2014-12-21 | vhpi: handle FileNameP | Tristan Gingold |
2014-12-21 | vcd/fst: handle complex signals. Fix crash. | Tristan Gingold |
2014-12-13 | Add support for NetBSD. | Tristan Gingold |