chiark / gitweb /
version, copyright-year bump
authorstevenj <stevenj@alum.mit.edu>
Mon, 5 Apr 2010 05:58:31 +0000 (01:58 -0400)
committerstevenj <stevenj@alum.mit.edu>
Mon, 5 Apr 2010 05:58:31 +0000 (01:58 -0400)
darcs-hash:20100405055831-c8de0-639bc4d71be55d9df49cc96a5df79352d3c7259e.gz

43 files changed:
COPYING
COPYRIGHT
NEWS
api/deprecated.c
api/f77api.c
api/f77funcs.h
api/general.c
api/nlopt-in.hpp
api/nlopt-internal.h
api/nlopt.h
api/nlopt_minimize_constrained.3
api/optimize.c
api/options.c
auglag/auglag.h
bobyqa/COPYRIGHT
cdirect/cdirect.c
cdirect/cdirect.h
cdirect/hybrid.c
configure.ac
cquad/cquad.h
crs/crs.c
crs/crs.h
isres/isres.c
isres/isres.h
mlsl/mlsl.c
mlsl/mlsl.h
mma/mma.c
mma/mma.h
neldermead/neldermead.h
neldermead/nldrmd.c
neldermead/sbplx.c
newuoa/COPYRIGHT
newuoa/newuoa.c
octave/nlopt_minimize_constrained-mex.c
octave/nlopt_minimize_constrained-oct.cc
test/testopt.cpp
util/nlopt-util.h
util/qsort_r.c
util/redblack.c
util/redblack.h
util/redblack_test.c
util/stop.c
util/timer.c

diff --git a/COPYING b/COPYING
index e5e6279c6328700d77e84393af073b9a54fbc160..9978ba8de5c41dddf0f388303e6f7c9633215712 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -18,7 +18,7 @@ the LGPL.
 Other portions of NLopt, including any modifications to the abovementioned
 packages, are licensed under the standard "MIT License:"
 
-Copyright (c) 2007-2009 Massachusetts Institute of Technology
+Copyright (c) 2007-2010 Massachusetts Institute of Technology
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
index 562e879641d928f620a31b763bacb24d8cca7563..4b94e4357c55e9018013d4d9083a06dfc9e7b66e 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
diff --git a/NEWS b/NEWS
index 44a25dd9b64c41a828d1587ca565d3b4bb483c16..b17ebde3521fadf2e497d2371b0845f010582e91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NLopt 1.3
+
+* New API.
+
+* ... todo: list changes ...
+
 NLopt 1.2 (18 November 2009)
 
 * Added Powell's BOBYQA algorithm for box-constrained optimization
index 6bf07683587164bd8fbe3f9e47a91529b6ea8d94..ecf4d2797691926d0d4e88a43552610f5c8abd0b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 2a52f2a7e557d675cd60f88b4c5b77cee08b48b0..5f91d6a6ec8f743e38643a8d866b6e01147e196b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 045f5b930e8076dcbf00819aad911b37d45b0c1d..2e41e297f9f46947ddd891a1b6b99d0d39225e42 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index f52932f798e80265df0f343010643c72f4ba35d7..6ddd19ba140dc03bd4cbe1a833f8d280926ec8cf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 1aaa27d5aa793d4623966c9bbd8736bf3af269f4..5285c62f99f89ec4048bc4f2fb725a65eb1a9158 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index b2aab302546cb154eb45ea83bd8064cb67a0f5b1..336f77efe84c2b6a8015dd83b07ef694555dde48 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index c7dcdc90765c623dd313aa93caf33731aee26759..7f34090f706f6dcc794a9f42a5cd1f4f57735fb0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 13e393a9f783e55323a554ea587dc2abf98847c2..6a43d3c28466dc70ab920f500be4e1b86374c4c2 100644 (file)
@@ -591,6 +591,6 @@ is implemented for up to 1111 dimensions.
 .SH AUTHORS
 Written by Steven G. Johnson.
 .PP
-Copyright (c) 2007-2008 Massachusetts Institute of Technology.
+Copyright (c) 2007-2010 Massachusetts Institute of Technology.
 .SH "SEE ALSO"
 nlopt_minimize(3)
index c2e596cdde020464eb88ac6aa2bbcce857655bd6..b1448f27e40b42c877ef6672c4147774e5584860 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 465405f6aedda4b8010e2187d6843e57ca959a06..af50c4dab0994f44a576b7c49942e9b27960ed27 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 8afe4cc840d33b409b6f91fc2bb1eefc8d44d07f..45a7511875ebbbc2417fd64b96ef218f1df6d58a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index c5a9e980664895bcc46c0c8a55798a0b01010af5..ef653d496c8ed8ac6b3d3bee5bd5d3c74ec2eabe 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2009 M. J. D. Powell (mjdp@cam.ac.uk)
- * Modifications Copyright (c) 2009 Massachusetts Institute of Technology
+ * Modifications Copyright (c) 2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 629dc59d7001dbd7c0153d853cfb3d87a099af3b..b403e8b457a44cbded274fe9aa3600733c51b462 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index b9b08b4cfdc818a9d271343070bc235ebac97083..0222577eba632a23724df0bdf0c144ad6999bb5f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 72776999938b8a8fbb6dc3eebc95c89fece1a14e..7ed36884dd7169a49c2a3e968a2dfddf2bf9c2e9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index dcd7acfb854e84a83b4f17ef4dc4e88102fdde2b..800e96fe86b10b037da3a627d4dbc23638011190 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 1.2, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 1.3, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="2:0:2" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="3:0:3" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)
index e11af8f8a5031473eb0a65f57a7cbd79828cce23..2232b16affb6b9fcc64735267471388b3eda9b35 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index ce60101400d8350f552fac6bf6710cf1aa1a30a4..49b3a13aa3cc7d26461643e2ffa5d88e82a4700c 100644 (file)
--- a/crs/crs.c
+++ b/crs/crs.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index deca434abc07bc2bc2c985aa1367536ce3876961..4e5e665c1437f9b4609bc60feb45426c8279ef7d 100644 (file)
--- a/crs/crs.h
+++ b/crs/crs.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 243a198913bd61963b87e3164cc2b9f1059dca08..496c7f0a99e4c0ba7419e1b92bd8c6d6447b96f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009 Massachusetts Institute of Technology
+/* Copyright (c) 2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index a994aa97b0e235a815b73b3ed2c5424c59a33bc8..5436c63edfc9837aeb1fa01ef649f6b1a068a7d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 103e9fb817075275bc0d75514ecaf4376e5835d1..434706ca347a5b7732cf8fe30c1bb49b82d72e88 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index c7d39cd94ef8d0646835b405c0ee86e2ea19ca98..541377edde6b74ab21ea8b184dc71c098dd086a7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index a33c016e4e0ec6a3ce6574c0fd69b203af70197c..3451b4971fe44ade1f3fa75d973ed3cc14f37619 100644 (file)
--- a/mma/mma.c
+++ b/mma/mma.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index b62641969bb2f15dc1f0b0d530135889a1299575..3b2c04021681b2e466230981e8a7dd1d902e8be2 100644 (file)
--- a/mma/mma.h
+++ b/mma/mma.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 9b6bc4fa076aa69207226fbe857a6e2f36ce8cb9..f74bbad95cde95b07f9ceec53ad6516b4ed97aef 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 5091e334d27f38f05b2c23847febfd0e3cf67a3e..f991679c8bb27c8ea9117d7a653613fdd9ec4ed8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 0e970c3c50e5ec306dd3614f20234507c7182a0a..e68bc44f6afefc6169aa36f9e59abf6aa0c2bb62 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index f811411a47b28f569278c9c9ad75ab71d87ebafc..73daa0666d03a96aea22c323ad7d4a8a2fa4bd77 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2004 M. J. D. Powell (mjdp@cam.ac.uk)
- * Copyright (c) 2007-2009 Massachusetts Institute of Technology
+ * Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 4d691e262d485545921da89fb65191d9af65e4fa..233b325bdcf6507a768b4e2453041701b2a73f70 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2004 M. J. D. Powell (mjdp@cam.ac.uk)
- * Copyright (c) 2007-2008 Massachusetts Institute of Technology
+ * Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 92620f387b31617879d66625b9344b77f073d8fd..504739f796da817aaee4cb9721b0760c108a48dc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 58b87c6f2464ed0b56a25b168033852a51d2974d..74a71769d040909ee0f95faaf8b2c78265fa4d5a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 4d73c014d92f01cd7c1dc754135cdfd735347542..2319ea1bca110a77100bc2eb58c65fd87fd51b93 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2009 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 93d4cef84f1045b3f5f90275d47d06bef8b7177b..2c3f6542fc7058257a19c9e3f417f4e54323829d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 1bbeecedaddc051fca629b1b051a1a393e75cdaa..06e411d53cb723dc7764098be1ad9d434106bf87 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 8723f2841f510493d515853e09d539cb0d6c4a58..fc45c972ba1166eafa678f81b2a1ede3bd673352 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 656f8509449fd1994de9218ab1a131974bdf539e..91b5e5fdfd4ca632fa60d9c5b3b124153bdc8072 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 3ee8cc829f9a04a9e6f392b3b723443a54d27c8d..e53dbdca7e67cbe7dbed104329c88c84a32af766 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 9800d9064f38ae92f79b31386fcfd5dcbc8fe573..d77683c4463d85ea621e954a9c1609eb78ea9137 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index d8e053f3efc15ed817a02b40aed289a7ebce7f3e..cb2f10bda8523f5bf9b4443e49c0df01e969f81a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2010 Massachusetts Institute of Technology
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the