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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
|
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.
|