aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-211-17/+47
* gcc/Make-lang.in: Avoid pwdTristan Gingold2017-02-211-3/+1
* Add support for gcc 5.x and gcc 6.xTristan Gingold2017-02-212-12/+14
* Disable warnings while analyzing dependences.Tristan Gingold2017-02-213-14/+53
* Add doc/requirements.txtTristan Gingold2017-02-191-0/+1
* Regenerate ghdl.texiTristan Gingold2017-02-181-108/+236
* doc/conf.py: get version from git describeTristan Gingold2017-02-181-11/+10
* Doc: fix sphinx diagnostic about duplicate option.Tristan Gingold2017-02-181-2/+4
* doc/conf.py: add traces to investigate RTD builds.Tristan Gingold2017-02-181-0/+3
* doc/conf.py: tabifyTristan Gingold2017-02-181-1/+1
* doc/conf.py: set version in case of failure.Tristan Gingold2017-02-181-3/+3
* Merge pull request #287 from 1138-4EB/rtdversiontgingold2017-02-181-3/+11
|\
| * Fix #2211138-4EB2017-02-181-3/+11
* | More tests for unbounded records.Tristan Gingold2017-02-174-1/+55
* | vhdl08: unbounded records - WIPTristan Gingold2017-02-174-20/+28
* | Merge pull request #285 from Paebbels/paebbels/fixed-windows-compile-flowtgingold2017-02-1717-1301/+1286
|\ \ | |/ |/|
| * Fixed Windows compile flow (PowerShell scripts) for GHDL and library compilat...Patrick Lehmann2017-02-1717-1301/+1286
|/
* synth: reverse bit order for indexed names.Tristan Gingold2017-02-161-2/+2
* synth: defer gates removal after at end of entity synthesis.Tristan Gingold2017-02-156-29/+95
* synth: Fix handling of iir_downto in synth_indexed_name.Tristan Gingold2017-02-151-1/+1
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-1438-55/+86
* synth-expr.adb: fix Synth_Indexed_Name.Tristan Gingold2017-02-131-2/+2
* libraries: fix incorrect use of scanner during sem.Tristan Gingold2017-02-131-6/+4
* Library: unload library file after parsing it.Tristan Gingold2017-02-133-42/+55
* files_map: fix crash in Debug_Source_FileTristan Gingold2017-02-121-4/+10
* Add testcases for #238Tristan Gingold2017-02-1212-0/+198
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-1211-259/+395
* Add reproducer for #278Tristan Gingold2017-02-122-0/+225
* Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest… (#277)1138-4EB2017-02-123-59/+69
* Merge pull request #276 from 1138-4EB/quotevarstgingold2017-02-101-7/+7
|\
| * Avoid problems from not using quotes in shell script.1138-4EB2017-02-101-7/+7
* | Merge pull request #275 from Obijuan/mastertgingold2017-02-101-0/+2
|\ \ | |/ |/|
| * target install.libghdlsynth addedobijuan2017-02-101-0/+2
|/
* Merge pull request #274 from 1138-4EB/versionads2intgingold2017-02-101-1/+1
|\
| * <src/version.ads> is not present. However <src/version.in> exists.1138-4EB2017-02-101-1/+1
|/
* Merge pull request #271 from 1138-4EB/travis-sh-envvartgingold2017-02-091-2/+3
|\
| * Allow not to pass BLD as argument to <travis-ci.sh>, but to be previously def...1138-4EB2017-02-091-2/+3
|/
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-073-25/+69
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-069-56/+245
* Apply No_Return pragma only on specs. Create specs if needed.Tristan Gingold2017-02-062-4/+10
* Makefile: add install.libghdlsynthTristan Gingold2017-02-021-0/+6
* netlists-iterators: fix for gnat gpl 2014Tristan Gingold2017-02-021-77/+77
* Add ghdlsynth in ghdl_simulTristan Gingold2017-01-315-4/+31
* simulate: reorder block list, support Concurrent_Simple_Signal_AssignmentTristan Gingold2017-01-314-25/+60
* Add netlist generation infrastructure.Tristan Gingold2017-01-3144-0/+7531
* Fix ghdlsimul build.Tristan Gingold2017-01-312-4/+5
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-318-60/+151
* Adjust issue14 (after #263)Tristan Gingold2017-01-241-8/+1
* Add testcase for #263Tristan Gingold2017-01-243-0/+164
* Add testcase for #262Tristan Gingold2017-01-242-0/+27