Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add decimal to base identifier | ogre | 2017-05-10 | 2 | -3/+3 |
| | |||||
* | fixes vhdl literal bug | ogre | 2017-05-09 | 16 | -775/+740 |
| | |||||
* | Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis) | Dimitri van Heesch | 2016-06-05 | 3 | -902/+859 |
| | |||||
* | Remove unused variables | Christoph Grüninger | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Fix return-type warnings with -DNDEBUG | Christoph Grüninger | 2016-01-23 | 1 | -0/+59 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 3 | -5/+14 |
| | | | | improve performance | ||||
* | Bug 758495 - Bug in VHDL parser + other fixes | Dimitri van Heesch | 2015-12-20 | 9 | -664/+668 |
| | |||||
* | Fix hexChar for inputs 0 <= i < 10 | Anonymous Maarten | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Use STATIC libraries to prevent them being shared | Tomáš Chvátal | 2015-09-01 | 1 | -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 cmake | Adrian Negreanu | 2015-05-15 | 1 | -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 fixes | Dimitri van Heesch | 2015-05-15 | 5 | -2070/+2134 |
| | |||||
* | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> found | albert-github | 2015-03-11 | 1 | -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 Heesch | 2015-01-03 | 16 | -373/+481 |
| | |||||
* | Various VHDL related fixes | Dimitri van Heesch | 2015-01-02 | 17 | -2398/+2248 |
| | |||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 2 | -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. | orbitcowboy | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 20 | -1160/+1189 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 1 | -0/+1 |
| | |||||
* | Bug 735767 - [PATCH] Fix potential copy and paste issue in ↵ | Dimitri van Heesch | 2014-09-23 | 2 | -2/+2 |
| | | | | vhdlparser/VhdlParser.cc | ||||
* | Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ↵ | Dimitri van Heesch | 2014-08-30 | 1 | -1/+1 |
| | | | | vhdlparser/vhdlstring.h | ||||
* | Vhdl fixes | Dimitri van Heesch | 2014-08-11 | 12 | -5361/+5636 |
| | |||||
* | Fixed missing include for Linux | Dimitri van Heesch | 2014-08-02 | 1 | -0/+1 |
| | |||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 25 | -0/+30968 |