Maintenance of this file has been discontinued. See NEWS for relevant release
information and revision history for details.
2011-03-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.16 and bumped up to version
0.0.17.
2009-11-09 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Requiring Autoconf 2.64 version at least for
maintainer mode.
2009-10-05 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added check for nr_int16_t types.
2009-10-04 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for endianness of compiler. Also
checking for a 32-bit type integers.
2009-09-15 Stefan Jahn <stefan@lkcc.org>
* m4/complexcxx.m4: Using AS_VAR_IF() macro to work with Autoconf
2.64 version.
2009-04-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.15 and bumped up to version
0.0.16.
2008-04-11 Stefan Jahn <stefan@lkcc.org>
* autogen.sh: Using automake to add missing files for build if
needed. Removed these files from CVS.
2008-04-10 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.14 and bumped up to version
0.0.15.
2007-12-30 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.13 and bumped up to version
0.0.14.
2007-12-07 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Fixed Debian bug #437876 (handling nostrip build
option).
2007-09-16 Stefan Jahn <stefan@lkcc.org>
* Loads of changes to avoid the "deprecated conversion from string
constant to 'char*'" warning from the g++ 4.2.1 compiler.
2007-06-17 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.12 and bumped up to version
0.0.13.
2007-03-18 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.11 and bumped up to version
0.0.12.
2006-10-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for admsXml program. Aded verilog
device directory.
2006-09-11 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Don't link using "-s" on MacOSX since it drops lazy
dynamic symbol information.
2006-09-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.10 and bumped up to version
0.0.11.
2006-05-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.9 and bumped up to version
0.0.10.
2006-05-14 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added -s (strip) to linker flags when no
debugging enabled.
2006-03-12 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for some math functions: jn, yn, erf,
erfc and round.
2006-01-30 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for correct version of flex.
2006-01-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.8 and bumped up to version
0.0.9.
2005-11-12 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for size of 'long double' if
necessary.
2005-07-22 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.7 and bumped up to version
0.0.8.
2005-06-01 Stefan Jahn <stefan@lkcc.org>
* Replaced FSF address everywhere.
2005-05-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.6 and bumped up to version
0.0.7.
2005-03-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Detecting whether flex accepts --nounistd.
2005-03-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.5 and bumped up to version
0.0.6.
2004-11-24 Raimund Jacob <raimi@lkcc.org>
* autogen.sh: Make aclocal and automake program be overridable
with environment variable. Need this so i can easily build on
debian woody, I hope nobody takes offense.
PS: While Stefan is away, I will commit his stuff.
2004-10-25 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Modified script in order to allow CXXFLAGS and
CFLAGS to be given by the user.
2004-10-23 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.4 and bumped up to version
0.0.5.
2004-09-17 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added '-fno-exceptions -fno-rtti -fno-check-new'
to the CXXFLAGS in order to some overhead code in binaries.
2004-09-04 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.3 and bumped up to version
0.0.4.
2004-08-22 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for 'ieeefp.h'.
2004-08-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Additionally checking for strchr() and atan2().
2004-07-03 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Ensured that the default prefix gets set early
in the configure script.
2004-07-01 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for the 'modf()' function.
2004-06-27 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Checking for new platforms.
2004-06-03 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.2 and bumped up to version
0.0.3.
2004-05-29 Stefan Jahn <stefan@lkcc.org>
* Makefile.am: Added RELEASE file to CVS. Updated maintainer
specific files.
2004-04-30 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Added no-define directive to AM_INIT_AUTOMAKE,
changed all callers of the VERSION #define to use PACKAGE_VERSION.
2003-11-20 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Suppressing '-g' compiler option when debug
option is disabled.
2003-11-08 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Renamed 'configure.in' to 'configure.ac'.
Added some static definitions to top of 'config.h.in'.
New configure option '--enable-debug' added.
2003-11-05 Stefan Jahn <stefan@lkcc.org>
* configure.in: Made the double representation configurable.
2003-11-03 Stefan Jahn <stefan@lkcc.org>
* complex.cpp: Fixed major bug in complex addition.
* logging.c: Added logging facility via 'logprint()'. Changed
all callers.
2003-10-20 Stefan Jahn <stefan@lkcc.org>
* complex.h: Renamed 'double_t' to 'nr_double_t' to avoid
name clashes with compiler types.
* pac.cpp (pac): Renamed the signal class into pac class to
avoid clashes with the system <signal.h>.
2003-10-18 Stefan Jahn <stefan@lkcc.org>
* qucs_sp.cpp (main): Implemented main program options -v, -i
and -o.
* dataset.cpp: New class representing a dataset.
* vector.cpp: New class. Allows storage of complex numbers.
2003-10-16 Stefan Jahn <stefan@lkcc.org>
* parser.y, scanner.l, checker.c: Added the netlist parser
to the project. Added the appropriate rules to the Makefile.
2003-10-10 Stefan Jahn <stefan@lkcc.org>
* Makefile (SOURCES): Implemented the following ideal components:
cccs, vcvs, ccvs, and trafo. Added the appropriate source files.
* vccs.cpp: Added the delay constant T to the s-parameter
matrix.
2003-10-09 Stefan Jahn <stefan@lkcc.org>
* Makefile (SOURCES): Implemented the following ideal components:
DC feed, DC block, attenuator, isolator, circulator and bias T.
Added the appropriate source files.
* net.cpp: Documented part of the netlist class.
2003-10-02 Stefan Jahn <stefan@lkcc.org>
* property.cpp, object.cpp: Documented each method of both
classes and fixed minor bugs.
2003-09-28 Stefan Jahn <stefan@lkcc.org>
* test.cir: New file. Contains a test circuit which can be
piped into the program, e.g `$ ./qucs_sp < test.cir`.
* spice.cpp: Basic implementation of spice netlist input parser.
Currently supports C, R and L. Implemented token helper class.
2003-09-27 Stefan Jahn <stefan@lkcc.org>
* net.cpp: Inserting open ports where necessary.
* signal.cpp (signal): Implemented dedicated signal ports. Thus
you can form netlists with more than one component directly
connected to a external node.
* inductance.cpp, capacity.cpp, open.cpp: Added these components.
* ChangeLog: Created this file.