Eyck Jentzsch
|
077a6f8011
|
update to Eclipse 2020-03 RCP base
|
2020-05-08 09:53:36 +02:00 |
Eyck Jentzsch
|
4f097e7f59
|
update version numbers
|
2020-03-11 07:51:09 +01:00 |
Eyck Jentzsch
|
2c8b7129e9
|
add fix for #27 'parser doesn't handle truncated input files'
|
2020-03-11 07:37:14 +01:00 |
Eyck Jentzsch
|
145dfbd74d
|
Fixed NP and updated build infrastructure and target platform
|
2020-01-13 12:26:56 +00:00 |
Eyck Jentzsch
|
e0d00e6402
|
Settings update
|
2019-04-11 06:09:35 +00:00 |
Eyck Jentzsch
|
47a285bf6d
|
Added MapDB backing store for Text based Transactions, cleanup of
imports etc.
|
2018-11-06 08:24:26 +01:00 |
Eyck Jentzsch
|
93fd192782
|
Refactored database data model to improve speed and reduce memory
consumption
|
2018-11-05 18:22:28 +01:00 |
Eyck Jentzsch
|
e687eef42c
|
Fixed Tx properties
|
2018-11-05 18:16:59 +01:00 |
Eyck Jentzsch
|
2a709113fe
|
Uodated tests to run on LevelDB backed transaction db
|
2018-11-03 17:49:40 +01:00 |
Eyck Jentzsch
|
60185fbaee
|
Version inconsitency fixes
|
2018-10-15 10:09:51 +02:00 |
Eyck Jentzsch
|
5745ab4f2c
|
Fixed cli options and NaN handling in VCD loader
|
2018-10-15 09:13:41 +02:00 |
Eyck Jentzsch
|
0107c423a3
|
Fixed warnings in Java files and MANIFESTS.MF, updated version numbers
|
2018-10-14 21:29:09 +02:00 |
Eyck Jentzsch
|
6cc5597c25
|
Added handler and configurability of wavefrom view
|
2018-10-14 08:59:17 +02:00 |
Eyck Jentzsch
|
0634b9cfd5
|
Merge branch 'develop' of https://git.minres.com/VP/SCViewer.git into
develop
Conflicts:
com.minres.scviewer.database.test/inputs/simple_system.vcd
com.minres.scviewer.database.test/src/com/minres/scviewer/database/test/DatabaseServicesTest.java
com.minres.scviewer.database.text/.settings/org.eclipse.jdt.groovy.core.prefs
com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/SignalPainter.java
com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/WaveformCanvas.java
com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/WaveformViewer.java
com.minres.scviewer.database.ui/src/com/minres/scviewer/database/ui/WaveformColors.java
com.minres.scviewer.database.vcd/src/com/minres/scviewer/database/vcd/VCDDbLoader.java
com.minres.scviewer.database.vcd/src/com/minres/scviewer/database/vcd/VCDFileParser.java
com.minres.scviewer.e4.application/plugin.xml
com.minres.scviewer.e4.product/scviewer.product
com.minres.scviewer.target/neon.target
com.minres.scviewer.target/photon.target
com.minres.scviewer.ui/.settings/org.eclipse.jdt.groovy.core.prefs
|
2018-10-11 15:22:10 +02:00 |
Eyck Jentzsch
|
8a89b21d34
|
Added database support to read real valued signals
|
2018-10-11 11:23:28 +02:00 |
Eyck Jentzsch
|
0833bca1bd
|
Fixed VCD parsing error
|
2018-09-17 16:38:25 +02:00 |
Eyck Jentzsch
|
6c0bbd5f1f
|
Added hierarchical VCD File
|
2018-09-17 16:32:07 +02:00 |
Eyck Jentzsch
|
549c522bf7
|
Added support for real value signals
|
2018-08-27 16:19:59 +02:00 |
Eyck Jentzsch
|
2f11d8ed7b
|
Fixed VCD parsing error
|
2018-07-16 13:17:58 +02:00 |
Eyck Jentzsch
|
a052fe2324
|
Added hierarchical VCD File
|
2018-07-14 11:42:55 +02:00 |
Eyck Jentzsch
|
ed0558afdf
|
Fixed compiler warnings and moved execution environment to Java 1.8
|
2017-01-23 23:25:28 +01:00 |
Eyck Jentzsch
|
a052c6aa3b
|
Enabled test
|
2017-01-23 22:26:05 +01:00 |
Eyck Jentzsch
|
8a30ba8dea
|
Fixed target platform setting for tests
|
2017-01-23 22:18:59 +01:00 |
Eyck Jentzsch
|
1aaf5c837e
|
Added support for gzipped txlog files and org.apache.jdbm as backing
store
|
2017-01-23 21:23:43 +01:00 |
Eyck Jentzsch
|
40a0137dfd
|
Fixed compile warnings and performance bottlenecks in drawing
|
2017-01-22 10:28:49 +01:00 |
Eyck Jentzsch
|
070c947ae6
|
- improved Tx details view
- added functionality adding waveforms to list and navigating tx
|
2015-10-28 19:03:09 +01:00 |
Eyck Jentzsch
|
31af3b4c94
|
- fixed tests
- added missing functions
- added launch configs
|
2015-10-24 23:15:07 +02:00 |
Eyck Jentzsch
|
c8e98b3d60
|
Added E4 product and Maven build
|
2015-10-22 22:12:18 +02:00 |
Eyck Jentzsch
|
780d4894ad
|
Updated license statement
|
2015-10-22 00:25:12 +02:00 |
Eyck Jentzsch
|
ef3ce7273a
|
Fixed bugs and enhanced functionality to allow E4 application
|
2015-10-22 00:02:58 +02:00 |
Eyck Jentzsch
|
5d8d81a237
|
Factored widget in own plugin to allow reuse in e4 environment
|
2015-01-25 14:23:34 +01:00 |
Eyck Jentzsch
|
e2561ca672
|
Fixed maven build
|
2015-01-23 19:33:08 +01:00 |
Eyck Jentzsch
|
8aab5490fe
|
Added Tycho build
Minor UI fixes
|
2015-01-22 13:59:30 +01:00 |
Eyck Jentzsch
|
6853484417
|
Painter base waveform canvas implemented
Fixed Copyright information
|
2015-01-21 21:58:35 +01:00 |
Eyck Jentzsch
|
5f5bfbd792
|
Implemented painter concept
|
2015-01-20 18:50:53 +01:00 |
Eyck Jentzsch
|
dc861722c4
|
Unified databases so that signals and transactions can be loaded into
same database
|
2015-01-10 00:23:46 +01:00 |
Eyck Jentzsch
|
cb77a5da33
|
Fixed inconsitencies
|
2015-01-09 09:16:40 +01:00 |
Eyck Jentzsch
|
de28761ce0
|
Added support for VCD Database
|
2015-01-06 17:14:16 +01:00 |