aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/2014/index.rst20
-rw-r--r--doc/changelog/2014/v0.30.rst4
-rw-r--r--doc/changelog/2015/index.rst20
-rw-r--r--doc/changelog/2015/v0.31.rst4
-rw-r--r--doc/changelog/2016/index.rst22
-rw-r--r--doc/changelog/2016/v0.32.rst4
-rw-r--r--doc/changelog/2016/v0.33.rst4
-rw-r--r--doc/changelog/2017/index.rst20
-rw-r--r--doc/changelog/2017/v0.34.rst4
-rw-r--r--doc/changelog/Meta.rst31
-rw-r--r--doc/changelog/Roadmap.rst32
-rw-r--r--doc/changelog/index.rst22
12 files changed, 0 insertions, 187 deletions
diff --git a/doc/changelog/2014/index.rst b/doc/changelog/2014/index.rst
deleted file mode 100644
index 5822e67e7..000000000
--- a/doc/changelog/2014/index.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-.. _CHANGE:2014:
-
-2014
-####
-
-.. contents:: Content of this page
- :local:
-
-.. only:: html
-
- .. toctree::
-
- v0.30 <v0.30>
-
-
-.. only:: latex
-
- .. toctree::
-
- v0.30 <v0.30>
diff --git a/doc/changelog/2014/v0.30.rst b/doc/changelog/2014/v0.30.rst
deleted file mode 100644
index 87ebef22f..000000000
--- a/doc/changelog/2014/v0.30.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. _CHANGE:v0.30:
-
-New in 0.30 (xx.yy.2014)
-================================================================================================================================================================
diff --git a/doc/changelog/2015/index.rst b/doc/changelog/2015/index.rst
deleted file mode 100644
index 3a3dc1ed5..000000000
--- a/doc/changelog/2015/index.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-.. _CHANGE:2015:
-
-2015
-####
-
-.. contents:: Content of this page
- :local:
-
-.. only:: html
-
- .. toctree::
-
- v0.31 <v0.31>
-
-
-.. only:: latex
-
- .. toctree::
-
- v0.31 <v0.31>
diff --git a/doc/changelog/2015/v0.31.rst b/doc/changelog/2015/v0.31.rst
deleted file mode 100644
index 71bab8013..000000000
--- a/doc/changelog/2015/v0.31.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. _CHANGE:v0.31:
-
-New in 0.31 (xx.yy.2015)
-================================================================================================================================================================
diff --git a/doc/changelog/2016/index.rst b/doc/changelog/2016/index.rst
deleted file mode 100644
index 340fb915d..000000000
--- a/doc/changelog/2016/index.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _CHANGE:2016:
-
-2016
-####
-
-.. contents:: Content of this page
- :local:
-
-.. only:: html
-
- .. toctree::
-
- v0.33 <v0.33>
- v0.32 <v0.32>
-
-
-.. only:: latex
-
- .. toctree::
-
- v0.32 <v0.32>
- v0.33 <v0.33>
diff --git a/doc/changelog/2016/v0.32.rst b/doc/changelog/2016/v0.32.rst
deleted file mode 100644
index ae6ff7a12..000000000
--- a/doc/changelog/2016/v0.32.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. _CHANGE:v0.32:
-
-New in 0.32 (xx.yy.2016)
-================================================================================================================================================================
diff --git a/doc/changelog/2016/v0.33.rst b/doc/changelog/2016/v0.33.rst
deleted file mode 100644
index 676390771..000000000
--- a/doc/changelog/2016/v0.33.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. _CHANGE:v0.33:
-
-New in 0.33 (xx.yy.2016)
-================================================================================================================================================================
diff --git a/doc/changelog/2017/index.rst b/doc/changelog/2017/index.rst
deleted file mode 100644
index fa4ed0f1c..000000000
--- a/doc/changelog/2017/index.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-.. _CHANGE:2017:
-
-2017
-####
-
-.. contents:: Content of this page
- :local:
-
-.. only:: html
-
- .. toctree::
-
- v0.34 <v0.34>
-
-
-.. only:: latex
-
- .. toctree::
-
- v0.34 <v0.34>
diff --git a/doc/changelog/2017/v0.34.rst b/doc/changelog/2017/v0.34.rst
deleted file mode 100644
index 874a36728..000000000
--- a/doc/changelog/2017/v0.34.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. _CHANGE:v0.34:
-
-New in 0.34 (xx.yy.2017)
-================================================================================================================================================================
diff --git a/doc/changelog/Meta.rst b/doc/changelog/Meta.rst
deleted file mode 100644
index b14927205..000000000
--- a/doc/changelog/Meta.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-.. _CHANGE:Roadmap:
-
-Meta
-############
-
-* Python snippet for Sphinx's `conf.py` to extract the current version number from Git (latest tag name).
-
- * :ghdlsharp:`200`, :ghdlsharp:`221`
-
-* Reference :samp:`genindex.html` from the navigation bar.
-
- * :ghdlsharp:`200`
-
-* Create "parts" (LaTeX terminology / chapter headlines) in navigation bar.
-
- * :ghdlsharp:`200`
-
-* Intersphinx files
-
- * :ghdlsharp:`200`
- * To decompress the inventory file: `curl -s http://ghdl.readthedocs.io/en/latest/objects.inv | tail -n+5 | openssl zlib -d`. From `how-to-uncompress-zlib-data-in-unix <http://unix.stackexchange.com/questions/22834/how-to-uncompress-zlib-data-in-unix>`_.
- * External ref and link to section::
-
- :ref:`GHDL Roadmap <ghdl:CHANGE:Roadmap>`
-
- * External ref to option (no link)::
-
- :ghdl:option:`--ieee`
- :option:`ghdl:--ieee`
-
-* Ubuntu uses `dash` instead of `bash` when a shell script is run. As a result, some functionalities, such as arrays like :samp:`array[1]`, are not supported. Therefore, build scripts in `dist/linux` should not use those functionalities unless they are sourced in a `bash` shell. That is, :file:`tavis-ci.sh` uses arrays, since it is sourced in the Travis CI machine. But :file:`docker-buildtest.sh` and :file:`buildtest.sh` do not use any. The same applies to the scripts in `testsuite`. \ No newline at end of file
diff --git a/doc/changelog/Roadmap.rst b/doc/changelog/Roadmap.rst
deleted file mode 100644
index 5358d3a57..000000000
--- a/doc/changelog/Roadmap.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. _CHANGE:Roadmap:
-
-Roadmap | Future Improvements
-#############################
-
-I have several axes for `GHDL` improvements:
-
-* Documentation.
-* Better diagnostics messages (warning and error).
-* Full support of VHDL-2008.
-* Optimization (simulation speed).
-* Graphical tools (to see waves and to debug)
-* Style checks
-* VITAL acceleration
-
-TODOs
-=====
-
-- RTD builds fail if EPUB is activated.
-- Convert VendorPrimitives Markdown to RST
-- SVG images are not shown in the PDF. That's because LaTeX is used. Can any package be added to allow so?
-
-Options shown in the command line help, but not found in the doc:
-
-* :samp:`--syn-binding use synthesis default binding rule`
-
-* VPI Commands
-
- * :samp:`--vpi=FILENAME load VPI module`
- * :samp:`--vpi-trace[=FILE] trace vpi calls to FILE`
-
-.. todolist:: \ No newline at end of file
diff --git a/doc/changelog/index.rst b/doc/changelog/index.rst
deleted file mode 100644
index 43367c456..000000000
--- a/doc/changelog/index.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _CHANGE:
-
-Change Log
-##########
-
-.. only:: html
-
- .. toctree::
-
- 2017/index
- 2016/index
- 2015/index
- 2014/index
-
-.. only:: latex
-
- .. toctree::
-
- 2014/index
- 2015/index
- 2016/index
- 2017/index