summaryrefslogtreecommitdiffstats
path: root/vhdlparser
Commit message (Collapse)AuthorAgeFilesLines
* add decimal to base identifierogre2017-05-102-3/+3
|
* fixes vhdl literal bugogre2017-05-0916-775/+740
|
* Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis)Dimitri van Heesch2016-06-053-902/+859
|
* Remove unused variablesChristoph Grüninger2016-01-231-1/+1
|
* Fix return-type warnings with -DNDEBUGChristoph Grüninger2016-01-231-0/+59
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-173-5/+14
| | | | improve performance
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-209-664/+668
|
* Fix hexChar for inputs 0 <= i < 10Anonymous Maarten2015-10-201-1/+1
|
* Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-011-1/+1
| | | | | | This can happen when user override definition of -DBUILD_SHARED_LIBS=ON. Without this hard-enforce the libraries would be generated as shared while never installed. Thus resulting in broken binaries.
* use cmakeAdrian Negreanu2015-05-151-0/+10
| | | | | | | | | | runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Various VHDL related fixesDimitri van Heesch2015-05-155-2070/+2134
|
* Internal doxygen docs gives: warning: Unsupported xml/html tag <...> foundalbert-github2015-03-111-1/+1
| | | | | When generating the doxygen internal documentation we get the warning about Unsupported xml/html tag. This patch fixes this problem. (TokenManager.h is said to be generated code but original source is not found).
* Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-0316-373/+481
|
* Various VHDL related fixesDimitri van Heesch2015-01-0217-2398/+2248
|
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-022-2/+2
| | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Fixed typos in comments. No functional changes.orbitcowboy2014-12-101-1/+1
|
* Various VHDL fixesDimitri van Heesch2014-11-0620-1160/+1189
|
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-0/+1
|
* Bug 735767 - [PATCH] Fix potential copy and paste issue in ↵Dimitri van Heesch2014-09-232-2/+2
| | | | vhdlparser/VhdlParser.cc
* Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ↵Dimitri van Heesch2014-08-301-1/+1
| | | | vhdlparser/vhdlstring.h
* Vhdl fixesDimitri van Heesch2014-08-1112-5361/+5636
|
* Fixed missing include for LinuxDimitri van Heesch2014-08-021-0/+1
|
* New VHDL parser implementationDimitri van Heesch2014-08-0225-0/+30968