2011-03-18 Stefan Jahn * configure.ac: Released version 0.0.16 and bumped up to version 0.0.17. 2009-11-09 Stefan Jahn * configure.ac: Requiring Autoconf 2.64 version at least for maintainer mode. 2009-10-05 Stefan Jahn * configure.ac: Added check for nr_int16_t types. 2009-10-04 Stefan Jahn * configure.ac: Checking for endianness of compiler. Also checking for a 32-bit type integers. 2009-09-15 Stefan Jahn * m4/complexcxx.m4: Using AS_VAR_IF() macro to work with Autoconf 2.64 version. 2009-04-25 Stefan Jahn * configure.ac: Released version 0.0.15 and bumped up to version 0.0.16. 2008-04-11 Stefan Jahn * autogen.sh: Using automake to add missing files for build if needed. Removed these files from CVS. 2008-04-10 Stefan Jahn * configure.ac: Released version 0.0.14 and bumped up to version 0.0.15. 2007-12-30 Stefan Jahn * configure.ac: Released version 0.0.13 and bumped up to version 0.0.14. 2007-12-07 Stefan Jahn * configure.ac: Fixed Debian bug #437876 (handling nostrip build option). 2007-09-16 Stefan Jahn * 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 * configure.ac: Released version 0.0.12 and bumped up to version 0.0.13. 2007-03-18 Stefan Jahn * configure.ac: Released version 0.0.11 and bumped up to version 0.0.12. 2006-10-29 Stefan Jahn * configure.ac: Checking for admsXml program. Aded verilog device directory. 2006-09-11 Stefan Jahn * configure.ac: Don't link using "-s" on MacOSX since it drops lazy dynamic symbol information. 2006-09-01 Stefan Jahn * configure.ac: Released version 0.0.10 and bumped up to version 0.0.11. 2006-05-29 Stefan Jahn * configure.ac: Released version 0.0.9 and bumped up to version 0.0.10. 2006-05-14 Stefan Jahn * configure.ac: Added -s (strip) to linker flags when no debugging enabled. 2006-03-12 Stefan Jahn * configure.ac: Checking for some math functions: jn, yn, erf, erfc and round. 2006-01-30 Stefan Jahn * configure.ac: Checking for correct version of flex. 2006-01-21 Stefan Jahn * configure.ac: Released version 0.0.8 and bumped up to version 0.0.9. 2005-11-12 Stefan Jahn * configure.ac: Checking for size of 'long double' if necessary. 2005-07-22 Stefan Jahn * configure.ac: Released version 0.0.7 and bumped up to version 0.0.8. 2005-06-01 Stefan Jahn * Replaced FSF address everywhere. 2005-05-25 Stefan Jahn * configure.ac: Released version 0.0.6 and bumped up to version 0.0.7. 2005-03-25 Stefan Jahn * configure.ac: Detecting whether flex accepts --nounistd. 2005-03-01 Stefan Jahn * configure.ac: Released version 0.0.5 and bumped up to version 0.0.6. 2004-11-24 Raimund Jacob * 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 * configure.ac: Modified script in order to allow CXXFLAGS and CFLAGS to be given by the user. 2004-10-23 Stefan Jahn * configure.ac: Released version 0.0.4 and bumped up to version 0.0.5. 2004-09-17 Stefan Jahn * 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 * configure.ac: Released version 0.0.3 and bumped up to version 0.0.4. 2004-08-22 Stefan Jahn * configure.ac: Checking for 'ieeefp.h'. 2004-08-21 Stefan Jahn * configure.ac: Additionally checking for strchr() and atan2(). 2004-07-03 Stefan Jahn * configure.ac: Ensured that the default prefix gets set early in the configure script. 2004-07-01 Stefan Jahn * configure.ac: Checking for the 'modf()' function. 2004-06-27 Stefan Jahn * configure.ac: Checking for new platforms. 2004-06-03 Stefan Jahn * configure.ac: Released version 0.0.2 and bumped up to version 0.0.3. 2004-05-29 Stefan Jahn * Makefile.am: Added RELEASE file to CVS. Updated maintainer specific files. 2004-04-30 Stefan Jahn * 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 * configure.ac: Suppressing '-g' compiler option when debug option is disabled. 2003-11-08 Stefan Jahn * 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 * configure.in: Made the double representation configurable. 2003-11-03 Stefan Jahn * complex.cpp: Fixed major bug in complex addition. * logging.c: Added logging facility via 'logprint()'. Changed all callers. 2003-10-20 Stefan Jahn * 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 . 2003-10-18 Stefan Jahn * 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 * 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 * 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 * 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 * property.cpp, object.cpp: Documented each method of both classes and fixed minor bugs. 2003-09-28 Stefan Jahn * 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 * 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.