-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
70 lines (60 loc) · 2.74 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
adms-2.3.x:
* Relax Bison requirement, tested with (2.5, 3.0.2)
* Perl GD module is no longer required at build time.
The GD module is becoming hard to install, and it is only used to create
a few images used on the html documentation. If images need to be changed,
run the mkimage.pl script and update the repository.
adms-2.3.4:
* able to parse BSIM6, BSIMCMG (107.0.0)
* merge patches from WRspice
* preprocessorLex.l:
* remove print to screen of `disciplines.vams`
* Change string recognition to allow embedded \" as literal quote
* Capture quoted string containing line continuation character `\`
* avoid spurious fatal error from an included file which last line contains
onlywhite space.
* preprocessorYacc.y:
* fix BSIM6 parse problem, string macro arg broken by continuator
caused 'unexpected end-of-line' error.
* verilogLex.l:
* Change string recognition to allow embedded \" as literal quote
* admsXml.c:
* update website address on info message
* turn error on verbose message for mismatched assignments (WRspice)
adms-2.3.3:
* adms.implitic.xml
* add all standard functions and transcendental functions (LRM v2.3.1)
* add `$limit` function, used in Xyce
* fixed CMake build system:
* enabled config.h reader configuration, checks for HAVE_ defines used on
the generated source code.
* added module to search for Perl modules (maintainer mode)
* it runs the Perl scripts to generate source code
* preprocessorLex.l: set Flex ptional output name to `preprocessorLex.c`
* verilogaLex.l: set Flex optional output name to `verilogaLex.c`
* install admsCheck: this is a test program for admsXml
* admsXml, admsCheck: link libraries statically
* Set static linking on Linux, OSX, Windows
* Drop DLL support on MINGW (Win32), static linked
adms-2.3.2:
* further cleanup, no new language features
* bump bison dependency, bison-2.6+ (tested with 2.7.1 and 3.0.2)
* update admsXml help
* use Git hash as revision number
* show OS and Compiler version
* fix `make dist` to create tarball
* introduce support for CMake build scripts
* update Readme and build instructions
adms-2.3.1:
* very little change from adms-2.3.0
* small improvements to build system and tidied up source download package.
adms-2.3.0: svn release 1190
* Last released version used by Qucs and QucsStudio teams.
* The original svn repository this was created from is now closed to the public.
---
2010-08-01 Holger Vogt
* autogen.sh: update for CYGWIN and LINUX
* compile-mingw.sh: added to allow compilation of admsXml.exe on MINGW
* configure.ac: check for GD perl module removed
* /images/makefile.am: image generation removed (are already there).
* mkelements.pl: add preprocessor flag 'staticlink' to use with MINGW compilation