Codebase list wfmath / dbf66e4e-e384-4394-ad23-d3658f8f37bd/main ChangeLog
dbf66e4e-e384-4394-ad23-d3658f8f37bd/main

Tree @dbf66e4e-e384-4394-ad23-d3658f8f37bd/main (Download .tar.gz)

ChangeLog @dbf66e4e-e384-4394-ad23-d3658f8f37bd/mainraw · history · blame

   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
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
commit e1a4a38
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-08-31

    Release 1.0.2.

NEWS
configure.ac

commit cb281c6
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-08-31

    Added tool for checking ABI compat.

.gitignore
support/generate_abi_report.sh

commit cad2d17
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-08-31

    Generete ChangeLog automatically from Git.

ChangeLog
Makefile.am
support/ChangeLog-CVS
support/generate-ChangeLog.sh

commit 775fec8
Merge: d404294 3b76187
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-06-22

    Merge pull request #6 from bregma/ppc-comparisons
    
    Fix floating point comparisons for some hardware.

commit 3b76187
Author: Stephen M. Webb <stephen.webb@bregmasoft.ca>
Date:   2013-06-21

    Fix floating point comparisons for some hardware.
    
    FLoating point comparisons are inexact:  this change fixes some
    code that was causing testsuite failure on PPC hardware.

wfmath/intersect_decls.h

commit d404294
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-04-21

    Harmonize autogen.sh within project.
    
    This version should work on all supported platforms, opting to using
    autoreconf if available.

autogen.sh
configure.ac

commit fc66a6a
Author: Erik Ogenvik <erik@ogenvik.org>
Date:   2013-04-21

    Ignore common transient files.

.gitignore

commit 39e2154
Author: Al Riddoch <alriddoch@localhost>
Date:   2012-10-01

    Add support for compiling in C++11 mode

Makefile.am
acinclude.m4
autogen.sh
configure.ac
m4/ax_cxx_compile_stdcxx_11.m4
m4/pkg.m4

commit 7fe9abc
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-10-24

    Bump version to 1.0.1 and release

NEWS
configure.ac

commit 43ca10c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-09-02

    Correct a type from float to CoordType

wfmath/line.h

commit 1f34280
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-07-08

    Provide definitions for some consts
    
    This fixes link errors that only occur in some kinds of build

wfmath/randgen.cpp

commit 8492766
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-28

    Remove a cast that I missed

wfmath/polygon_funcs.h

commit c109911
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-25

    It is useful to have a line of only one vertex

wfmath/atlasconv.h

commit 7f35fbe
Merge: 033ecd8 ab1424e
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-24

    Merge branch 'master' of github.com:worldforge/wfmath

commit 033ecd8
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-24

    Add Line.moveCorner
    
    I can't believe I missed this one

wfmath/line.h
wfmath/line_test.cpp

commit ab1424e
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-21

    Add release news

NEWS

commit 2430d19
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-21

    Increment version to 1.0.0 for release

configure.ac

commit b00a787
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-21

    Remove stray line commited in error

wfmath/polygon_intersect.cpp

commit 2e7217f
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-21

    Specialize the Z functions only in 3D case
    
    This prevents a warning, and will actually cause a complilation error
    in code that would otherwise compile and crash.

wfmath/point.h
wfmath/rotmatrix.h
wfmath/vector.h

commit fd0eaa1
Merge: 131e563 5e98647
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-15

    Merge branch 'template_probability'

commit 131e563
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-15

    Clean up namespace usage

wfmath/atlasconv.h
wfmath/int_to_string.cpp
wfmath/line_test.cpp
wfmath/polygon_test.cpp
wfmath/probability_test.cpp

commit e896dc5
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-14

    We're calling it 1.0 now

.gitignore
Makefile.am
atlas/Makefile.am
configure.ac
wfmath-0.3.pc.in
wfmath-1.0.pc.in
wfmath/Makefile.am

commit d28dc97
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-14

    Use CoordType, not float

doc/shape.h

commit 6d52ede
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-03-14

    Use CoordType, not float

wfmath/line.h
wfmath/line_funcs.h
wfmath/stream.h

commit dd3f722
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Some more inlining

wfmath/rotmatrix.h
wfmath/rotmatrix_funcs.h
wfmath/segment.h
wfmath/segment_funcs.h

commit 5d3e392
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Add a little more inlining

wfmath/rotbox.h
wfmath/rotbox_funcs.h

commit 3632294
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Add a little inlining

wfmath/line.h
wfmath/line_funcs.h

commit 2d7b85d
Merge: 8265a36 42eef0a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Merge branch 'master' of github.com:worldforge/wfmath

commit 8265a36
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Clean up some includes

wfmath/line.cpp
wfmath/line.h
wfmath/polygon.cpp
wfmath/polygon.h

commit 01a03ae
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Add an efficient way to construct an identity quaternion

wfmath/quaternion.h
wfmath/quaternion_test.cpp

commit 42eef0a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Explicit float type to avoid warnings

wfmath/rotmatrix_test.cpp

commit 498ec3a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Explicitly cast to avoid a warning

wfmath/randgen_test.cpp

commit e067a7e
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Remove note

TODO

commit 7311cc1
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Remove WFMATH_EPSILON

atlas/atlas_0_6_test.cpp
wfmath/const.h

commit b95c87e
Merge: 399dad4 bc0c32c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Merge branch 'epsilon_cleanup'

commit 399dad4
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-28

    Inline some short methods

wfmath/axisbox.h
wfmath/axisbox_funcs.h
wfmath/ball.h
wfmath/ball_funcs.h
wfmath/point.cpp
wfmath/point.h
wfmath/point_funcs.h
wfmath/polygon.h
wfmath/polygon_funcs.h

commit bc0c32c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-27

    Replace epsilon macro with a const expression function

TODO
wfmath/atlasconv.h
wfmath/axisbox.h
wfmath/ball.h
wfmath/ball_funcs.h
wfmath/const.h
wfmath/general_test.h
wfmath/int_to_string.cpp
wfmath/intersect.cpp
wfmath/intersect.h
wfmath/line.h
wfmath/point.h
wfmath/point_funcs.h
wfmath/polygon.h
wfmath/polygon_funcs.h
wfmath/polygon_intersect.cpp
wfmath/polygon_intersect.h
wfmath/quaternion.cpp
wfmath/quaternion.h
wfmath/rotbox.h
wfmath/rotmatrix.cpp
wfmath/rotmatrix.h
wfmath/rotmatrix_funcs.h
wfmath/rotmatrix_test.cpp
wfmath/segment.h
wfmath/stream.h
wfmath/vector.h
wfmath/vector_funcs.h
wfmath/vector_test.cpp

commit 51cb5d9
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Do some inline

wfmath/vector.h
wfmath/vector_funcs.h

commit f758340
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    This cast is no longer required

wfmath/polygon_intersect.cpp

commit f7b5601
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Turn on some optimisations.
    
    Let me know if these cause anyone a problem.

configure.ac

commit c0602cb
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Remove an item, add an item

TODO

commit f7f3641
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Use C++ sqrt and log

wfmath/MersenneTwister.h

commit 2eec92a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Use cos() in C++ library

wfmath/MersenneTwister.h

commit 62346b0
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-25

    Use the C++ template versions of math library functions

wfmath/point_funcs.h
wfmath/polygon_funcs.h
wfmath/polygon_intersect.cpp
wfmath/polygon_intersect.h
wfmath/rotmatrix.cpp
wfmath/rotmatrix_funcs.h
wfmath/vector.cpp
wfmath/vector_funcs.h

commit 7d92ca1
Merge: 6512dd8 ea23816
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-20

    Merge branch 'master' of github.com:worldforge/wfmath

commit 6512dd8
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-20

    Make Cross a friend, and the method they use private

wfmath/vector.h

commit da0c3e1
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-20

    Use std::fabs to avoid a conversion

wfmath/point_funcs.h

commit e762e2a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-16

    Remove some unneeded declarations

wfmath/intersect.cpp
wfmath/intersect.h

commit b4d1b2a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-16

    I'm not sure this really needs to be a friend

wfmath/axisbox_funcs.h

commit ea23816
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-14

    Avoid unsigned mismatch warning

wfmath/atlasconv.h

commit 5e3da4b
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-14

    Add a test to checkout rand function results

wfmath/Makefile.am
wfmath/randgen_test.cpp

commit 2c7cd48
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-14

    Ignore vim swap files

.gitignore

commit 8031fdb
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-14

    Add more flexible random float methods

wfmath/MersenneTwister.h

commit c86a92c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-14

    Put everything in the namespace

wfmath/randgen.cpp

commit 8729a7d
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-13

    Fix for 3D corner conversions

atlas/atlas_0_6_test.cpp
wfmath/atlasconv.h

commit 02cd425
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-13

    Clear out the typedefs used in legacy support

wfmath/atlasconv.h

commit 5e98647
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-13

    Clean up some conversions

wfmath/probability.cpp

commit e84d0dc
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-11

    Convert probability code to be templated on float type

wfmath/probability.cpp
wfmath/probability.h

commit 7a291b3
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-11

    Remove pointless "using namespace"

wfmath/line.cpp

commit 2d8c21d
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-11

    VC++ no longer needs this hack

wfmath/const.cpp

commit 62f3537
Merge: 7e53045 d3a7167
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-10

    Merge branch 'numeric_constants'

commit d3a7167
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-10

    Use C++ library for type safe epsilon

wfmath/const.h
wfmath/probability.cpp
wfmath/probability_test.cpp

commit 3cfb166
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-10

    Replace definitions of max/min with std library

wfmath/const.h
wfmath/rotmatrix.cpp
wfmath/vector_funcs.h

commit 28e0107
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-10

    Remove old constants

wfmath/const.h

commit d65efab
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Convert to numeric_constants

atlas/atlas_0_6_test.cpp

commit ec339d0
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Convert to using numeric_constants

wfmath/rotmatrix_test.cpp
wfmath/shape_test.cpp

commit b945d1d
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Convert to using numeric_constants

wfmath/probability.cpp

commit 4d94619
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Clean up formatting, and add double constants

wfmath/const.h

commit 3fd244c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Use static inline methods for consts
    
    Maybe VC++ will be happy now

wfmath/const.h
wfmath/point_test.cpp
wfmath/shape_test.h
wfmath/vector.cpp
wfmath/vector_test.cpp

commit 7bc7de7
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-09

    Sort out the types in the traits class

wfmath/const.h

commit 7e53045
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-05

    Update doc class to use size_t for corners

doc/shape.h

commit 90be12f
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-05

    Initialise m_points in default constructor
    
    This does nothing other than add clarify, and suppress an effc++
    warning

wfmath/line.h

commit 7024a58
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-05

    Clean up init, and add note to clean up further

wfmath/timestamp.cpp

commit 40f31d6
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-05

    Move the timestamp code into namespace

wfmath/timestamp.cpp

commit 76e75cc
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-02-05

    Make definition stattc as it's not declared or used

wfmath/timestamp.cpp

commit 0dd7477
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-31

    Add coverage for line copy constructor

wfmath/line_test.cpp

commit 61c7e8c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-31

    Actually properly implement the copy constructor

wfmath/line.h
wfmath/line_funcs.h
wfmath/stream.h

commit 0d9e497
Merge: 2222eb0 b68f136
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-31

    Merge branch 'line_shape'

commit 2222eb0
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-30

    Catch that last size_t for indices

wfmath/polygon.h
wfmath/polygon_funcs.h

commit de274bf
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Fix all the conversion warnings

wfmath/vector_test.cpp

commit fddd74f
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Correct the return type

wfmath/const.cpp
wfmath/const.h

commit aaf9c2e
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Add a traits style class for contants
    
    This avoids conversions, and explicit casts

wfmath/const.h
wfmath/shape_test.h
wfmath/vector.cpp

commit 25096e9
Merge: d37aaf6 8eaeb4a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Merge branch 'master' of github.com:worldforge/wfmath

commit d37aaf6
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Remove unnecessary cast

wfmath/point_funcs.h

commit 8eaeb4a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Remove unused header

wfmath/wfmath.h

commit 55e6d46
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Use FloatMax to avoid conversion

wfmath/general_test.h

commit 931e225
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-29

    Use float epsilon for float maths
    
    Make an additional epsilon scaling function for float epsilon,
    and convert all epsilon reference when doing CoordType operations
    over to CoordType. This should still allow CoordType to be
    switch at will to double.
    
    I spent a long time looking into whether there is a reason to use
    double for scaling epsilon while using float for math, and there
    really doesn't seem to be. Using float (as CoordType) everywhere
    gets rid of expensive conversions thanks to the availability
    of float specific cmath function in the C++ library headers.

wfmath/axisbox.h
wfmath/axisbox_funcs.h
wfmath/ball.h
wfmath/ball_funcs.h
wfmath/const.cpp
wfmath/const.h
wfmath/point.h
wfmath/point_funcs.h
wfmath/polygon.cpp
wfmath/polygon.h
wfmath/polygon_funcs.h
wfmath/polygon_intersect.cpp
wfmath/quaternion.cpp
wfmath/quaternion.h
wfmath/rotbox.h
wfmath/rotbox_funcs.h
wfmath/rotmatrix.h
wfmath/rotmatrix_funcs.h
wfmath/segment.h
wfmath/segment_funcs.h
wfmath/stream.cpp
wfmath/stream.h
wfmath/vector.h
wfmath/vector_funcs.h

commit fffe1be
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-27

    Remove "using namespace WFMath" from the library code

wfmath/ball.cpp
wfmath/const.cpp
wfmath/intersect.cpp
wfmath/polygon_intersect.cpp
wfmath/probability.cpp
wfmath/quaternion.cpp
wfmath/rotbox.cpp
wfmath/rotmatrix.cpp
wfmath/segment.cpp
wfmath/stream.cpp

commit b68f136
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-27

    Use generic bounding box/sphere functions for line

wfmath/axisbox.cpp
wfmath/ball.cpp
wfmath/line.h
wfmath/line_funcs.h

commit b9c6d7b
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-27

    Correct specialisation in return value

wfmath/ball_funcs.h

commit 946001b
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Add boundingBox and test

wfmath/line_funcs.h
wfmath/line_test.cpp

commit 053ec00
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Implement assignment, and test

wfmath/line_funcs.h
wfmath/line_test.cpp

commit 8073add
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    size_t for indices

wfmath/line.h

commit 214e826
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Add unit test stub, to check equality

wfmath/Makefile.am
wfmath/line_test.cpp

commit e2419ec
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Fix incorrect index in line comparison

wfmath/line_funcs.h

commit 4197501
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Don't re-run this test either

atlas/Makefile.am

commit 05eca4a
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    More size_t for indices

wfmath/axisbox.h
wfmath/ball.cpp
wfmath/ball.h
wfmath/point.h
wfmath/polygon.h
wfmath/rotbox.cpp
wfmath/rotbox.h
wfmath/segment.h
wfmath/segment_funcs.h
wfmath/shape_test.h

commit d3c8c6c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    size_t for indeces

wfmath/polygon_intersect.cpp
wfmath/polygon_intersect.h

commit 3784077
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    size_t for indices

wfmath/polygon.cpp
wfmath/polygon.h
wfmath/polygon_funcs.h

commit ea5dd4d
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    size_t for indexes

wfmath/axisbox.h
wfmath/axisbox_funcs.h
wfmath/ball.h
wfmath/point.h
wfmath/polygon.h
wfmath/rotbox.h
wfmath/rotbox_funcs.h
wfmath/segment.h
wfmath/stream.h

commit 2bd0dae
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    size_t for sizes, std::streamsize for precision

wfmath/axisbox.h
wfmath/ball.h
wfmath/point.h
wfmath/polygon.h
wfmath/rotbox.h
wfmath/segment.h
wfmath/stream.cpp

commit b947154
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Use streamsize for precision as the library does

wfmath/stream.cpp
wfmath/stream.h

commit e25d90f
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Avoid a size type conversion

wfmath/polygon.h

commit 766d91b
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Enable silent rules

configure.ac

commit cf44c47
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Anonymise unused parameters

wfmath/ball.cpp
wfmath/ball.h

commit af665a8
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    I am absolutely certain this ; should not be there.
    
    1. The indentation makes no sense if the ; is supposed to be there
    2. This whole block has been there since the file was originally
       authored, so this was not intentionally added later.
    3. The line does nothing if the ; is there.
    4. nonzero_dim always ends up being dim - 1

wfmath/polygon_intersect.h

commit 049a31d
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Anonymise unused parameters

wfmath/point.h

commit 53fc4ff
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Revert a very old change from static consts to enum
    
    I am fairly sure this is no longer required for portability, and extra
    warnings are generated comparing enums with integers.

wfmath/MersenneTwister.h

commit ef5a0e3
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Anonymise unused parameter
    
    This gets rid of some warnings

wfmath/polygon.h

commit 88cb941
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Remove const as it is meaningless
    
    Returning a const integral type generates a warning if extra warnings are
    enabled, because the qualifier has no effect at all. Note that returning a
    const object by value is correct, and works, but for integral types it is
    meaningless.

wfmath/vector.h
wfmath/vector_funcs.h

commit 8ed965c
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Add the output operator for Line required by Atlas tests

wfmath/stream.h

commit 134be80
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-26

    Add more protocol so that atlas conversion works

atlas/atlas_0_6_test.cpp
wfmath/atlasconv.h
wfmath/line.h

commit 7ef5a46
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-25

    Add initial stub implementation of line shape
    
    Rather like polygon, this is intended for sequences of points which
    don't intrinsicly close at the end, and will be the basis of describing
    a range of linear features in the world, such as paths, river courses
    and other geographical features.

wfmath/Makefile.am
wfmath/line.cpp
wfmath/line.h
wfmath/line_funcs.h

commit 403f399
Author: Alistair Riddoch <alriddoch@googlemail.com>
Date:   2012-01-25

    Correct documentation is good documentation

wfmath/rotbox.cpp

2012-01-18  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.12, interface version 6

2012-01-18  Al Riddoch  <alriddoch@googlemail.com>

	* Fix a number of portability bugs. Make a bunch of performance
	  improvements, mostly be avoiding converting between double and float.
	  Switch to using standard C++ library for math functions, as the way
	  templates work makes getting the right float type way more efficient.
	  Fix some bad namespacing which broke on some compilers.

2011-02-12  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.11, interface version 5

2011-02-12  Al Riddoch  <alriddoch@googlemail.com>

	* Inline all Atlas related methods in atlasconv.h to avoid linking
	  issues. Explicitly instantiate all templates and avoid including
	  headers full of big functions in client apps. Make all public
	  templates default to 3 dimensions. Clean out assertions
	  which might cause runtime crashes, or lead to instability in
	  non-debug builds. Fix a number of bugs with intersection and
	  barycenter functions.

2009-12-29  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.10

2009-12-29  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/int_to_string.cpp: Reduce the scope of some const variables.

	* wfmath/vector.cpp: Add some template specialisations.

2009-08-04  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/axisbox.h: Add writable accessors to the axisbox
	  corner points.

2009-06-18  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/point.h, wfmath/point_funcs.h,
	  wfmath/vector.h, wfmath/vector_funcs.h: Fix copy constructors
	  to take a reference, and don't inline the heavy loop.

2009-01-26  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.9

	* NEWS: Update date on release news item.

2009-01-12  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/axisbox.cpp, wfmath/axisbox.h: Fix a missing include.

2009-01-12  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/atlasconv.h: Move the inlined constructor from Atlas
	  data here to keep it out of the library compiled code.

	* wfmath/axisbox.cpp, wfmath/axisbox.h: Don't include all the code
	  as inlined by default, and instead force instantiation of the
	  templates in the library.

	* wfmath/const.h: Fill out the set for forward declarations.

	* wfmath/intersect_decls.h, wfmath/axisbox.h:
	  Remove the now redundant forward declarations.

	* wfmath/point.cpp: Include axisbox_funcs.h as it contains
	  Point functions which require AxisBox.

2009-01-11  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/zero.h: Add a new line to the end of zero.h.

	* configure.ac: Check for fabsf.

	* wfmath/atlasconv.h: Move inlined constructors into this file
	  to ensure code that requires Atlas-C++ isn't linked by the main
	  library.

	* wfmath/const.cpp: Add a special float implementation of Equal
	  to use more efficient underlying mechanism.

	* wfmath/const.h: Add forward declarations for major classes.

	* wfmath/point.cpp, wfmath/vector.cpp: Add specialisations of
	  some previously inlined code to reduce dependency mess.
	  Force instantation of templates so code is included in the
	  library for things that should not be inlined.

	* wfmath/point.h, wfmath/vector.h: Remove forward declarations
	  and unnecessary includes. Strip out asserts as including cassert
	  interferes with application code. Remove some messy inlined
	  code and clean up the declaraions of 3D only methods. Don't
	  force inclusaion of the _funcs.h headers which contains most
	  of the implementation.

	* wfmath/point_funcs.h, wfmath/vector_funcs.h: Clean up formatting
	  and scoping. Remove inline from a number of methods.

	* wfmath/quaternion.cpp: Use CoordType, not float.

	* wfmath/rotbox.h: Include quaternion.h as required.

	* wfmath/rotmatrix.h: Remove asserts as they interfere with
	  application code.

	* wfmath/rotmatrix_funcs.h: Add cassert include back here as
	  required.

2009-01-05 Erik Hjortsberg <erik@worldforge.org>

	* wfmath/atlasconv.h: Provide proper templated parsing methods for all 
	current terrain mods and shapes.

	* wfmath/zero.h: Add a helper class for holding zero values of points
	and vectors.

	* wfmath/ball.h, wfmath/polygon.h, wfmath/rotbox.h: Add toAtlas and 
	fromAtlas methods, implemented in atlasconv.h. Also add contstructor
	which takes Atlas data.

	* wfmath/atlas_0_6_test.cpp: Added tests for parsing shapes from Atlas.


2008-11-15  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.8

	* NEWS: Update date on release news item.

	* configure.ac: Increment version number.

2008-11-10  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/intstring_test.cpp, wfmath/probability_test.cpp:
	  Force debug mode before including <cassert>.

2008-11-10  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/quaternion_test.cpp, wfmath/rotmatrix_test.cpp,
	  wfmath/shape_test.cpp, wfmath/vector_test.cpp: Force debug mode
	  before include <cassert>.

2008-11-09  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/polygon_intersect.h: Convery the warning about unfinished
	  functionality to a big FIXME section.

2008-11-09  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/intersect.h: Add another set of parentheses to make things
	  clearer.

2008-11-07  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath/intersect.h: Move parentheses to a more appropriate place.

2008-11-04  Anders Petersson  <demitar@worldforge.org>

	* configure.ac: Added AC_PROG_CXX to prevent a circular dependency in
	  AC_CHECK_HEADERS(sstream strstream, ...)

2007-11-25  Al Riddoch  <alriddoch@googlemail.com>

	* wfmath.spec.in: Create new sub package for generated documentation.

2007-11-25  Al Riddoch  <alriddoch@googlemail.com>

	* configure.ac: Add support for cross compiling, and fix up the
	  comments.

2007-11-25  Al Riddoch  <alriddoch@googlemail.com>

	* Release 0.3.7

2007-11-25  Al Riddoch  <alriddoch@googlemail.com>

	* NEWS: Update date on release news item.

	* acinclude.m4: Include the latest version of the pkgconfig macro.

	* configure.ac: Increment version number, and use latest pkgconfig
	  check syntax.

	* AUTHORS, wfmath.spec.in: Update contact email addresses,

	* atlas/Makefile.am: Remove Atlas-C++ 0.4 test programs.

2007-11-24  Al Riddoch  <alriddoch@zepler.org>

	* wfmath.spec.in: Split static libraries out into their own
	  package.

2007-11-20  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/atlasconv.h: Initialise age when setting up Quaternion from
	  Atlas data.

2007-07-20  Al Riddoch  <alriddoch@zepler.org>

	* NEWS: Update date on release news item.

	* Release 0.3.6

2007-07-18  Al Riddoch  <alriddoch@zepler.org>

	* configure.ac: Increment version number to 0.3.6

2007-07-18  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/axisbox.h, wfmath/axisbox_funcs.h, wfmath/ball.h,
	  wfmath/ball_funcs.h, wfmath/point.h, wfmath/point_funcs.h:
	  Tighten up template specicialisations to deal with stricter
	  rules in gcc 4.2.

2007-02-13  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/polygon_intersect.cpp, wfmath/polygon_intersect.h,
	  wfmath/rotmatrix_funcs.h: When an assert is used to detect
	  a bad condition in a function, ensure that in a production build
	  where asserts are disabled, the function still returns a sane
	  value, to avoid compiler warnings.

2006-08-18  Al Riddoch  <alriddoch@zepler.org>

	* NEWS: Update date on release news item.

	* Release 0.3.5

2006-08-18  Al Riddoch  <alriddoch@zepler.org>

	* autogen.sh: Get rid of non-functional --enable-compile-warnings
	  flag, and enable debug by default when invoking configure from
	  autogen.

2006-08-17  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/Makefile.am: Remove useless AM_CXXFLAGS.

	* configure.ac: Straighten out interface version numbers, remove
	  unused substitutions, and add debug compiler flag support. Increment
	  version for release.

	* NEWS: Add provisional news item for release.

2006-08-17  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/point.h, wfmath/point_funcs.h, wfmath/quaternion.cpp,
	  wfmath/quaternion.h, wfmath/vector.h, wfmath/vector_funcs.h:
	  Re-order and reimplement some of the operators, so they
	  are more efficient and in some cases cleaner.

	* wfmath/quaternion_test.cpp: Output values for the results of
	  test calculations to make them easier to debug when they fail.

2006-08-16  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/intstring_test.cpp: Switch to using atol instead of
	  atoi to ensure longs work on platforms where long is bigger
	  than int.

2006-08-04  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/quaternion.cpp: If a quaternion is initialised with values
	  which would make it normalise with division by zero, or be
	  initialised with NaN, mark as invalid and return.

	* autogen.sh: Remove references to long removed mainainer mode.

2005-12-02  James Turner  <james@worldforge.org>

	* Add X-Code 2.0 project file (ProjectBuilder project will be deleted
	  shortly).

2005-09-22  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/atlasconv.h: If a quaternion is initialised with values
	  which would make it normalise with division by zero, mark
	  as invalid and return.

2005-06-11  Al Riddoch  <alriddoch@zepler.org>

	* wfmath.spec.in: Minor changes to spec.

	* NEWS: Update NEWS.

	* Release 0.3.4

2005-04-30  Al Riddoch  <alriddoch@zepler.org>

	* wfmath/Makefile.am: Don't force compilation with -O2. There are
	  good reasons not to.

	* configure.ac: Update autoconf usage.

	* acinclude.m4: Remove unused AM_PATH_ATLAS, and add required
	  pkg-config macro.

2005-04-12  Al Riddoch  <alriddoch@zepler.org>

	* configure.ac: Fix a bug in initialising the version to a non-literal.

	* doc/Doxyfile.in: Use VERSION instead of WFMATH_VERSION as intended by
	  autoconf.

2005-04-11  Al Riddoch  <alriddoch@zepler.org>

	* configure.ac: Increment version to 0.3.4 for release, and clean
	  up a bit.

2004-12-31  Al Riddoch  <alriddoch@zepler.org>

	* wfmath.spec.in: Update spec with License URL Package Vendor
	  and Distribution tags.

Sunday, October 10th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Changed CXXFLAGS to AM_CXXFLAGS in the atlas
	  Makefile.am to fix a configure warning.
	* Change a comma operator in an assert() to && to
	  fix a compile warning.

Saturday, October 9th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Added missing 'inline' keywords in int_to_string.h.

2004-07-19  Al Riddoch  <alriddoch@zepler.org>

	* Minor update to the rpm spec. No need to re-spin the release.

Wednesday, July 19th, 2004   Ron Steinke <rsteinke@w-link.net>

	* 0.3.3 release.

Wednesday, June 30th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Erik Hjortsberg's gcc 3.4 compile fixes, part 2.

Wednesday, June 30th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Erik Hjortsberg's gcc 3.4 compile fixes.

2004-06-06  Al Riddoch  <alriddoch@zepler.org>

	* Fix devel dependencies in rpm spec.

2004-06-03  James Turner  <james@worldforge.org>

	* XCode project updates

Saturday, March 6th, 2004 Al Riddoch <alriddoch@zepler.org>

	* wfmath/atlasconv.h: Add typedefs so the tests still work
	  with the 0.4 series.

Wednesday, March 3rd, 2004 James Turner <james@worldforge.org>

	* Made atlasconv.h use the new Atlas::Message public typdefs, instead
	  of the current Element typedefs, which are becoming private.
	* ProjectBuilder updates for X-Code 
	
Wednesday, February 18th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Fixed 'no newline at end of file' warning for timestamp_test.cpp.

Sunday, February 15th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Changed the Atlas forward declaration workaround to return
	  a reference to Atlas::Message::Element instead of a copy.

Thursday, February 5th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Got the fooCorner() fix right.
	* 0.3.2 release! for the last time!

Wednesday, February 4th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Added wfmath.spec to EXTRA_DIST to ease rpm building.
	* 0.3.2 release! (no, really! this time I mean it!)

Wednesday, February 4th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Added a missing word to some descriptive text in wfmath.spec.
	* 0.3.2 release!

Friday, January 30th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Changed the fooCorner() functions in Ball from {assert(false);}
	  to {assert(false); abort();}, per Al's comments, so they
	  fail properly if used when NDEBUG is defined.

Thursday, January 29th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Updated the AUTHORS file.

Thursday, January 29th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Bumped version to 0.3.2, in preparation for a release
	  tommorow.

Thursday, January 29th, James Turner <james@worldforge.org>

        * Add a test for the timestamp/timediff code (not exhaustive
          by any means)

Thursday, January 29th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Fixed the TimeDiff constructor from milliseconds to
	  set the is_valid flag (thanks James!).

Tuesday, January 27th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Changed the Shuffle() function to use the new random
	  number API instead of the old one, and use
	  std::vector<>::size_type instead of unsigned for
	  greater portability. Added a basic test to make sure
	  it builds and runs.

Sunday, January 18th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Made the Quaternion costructor from a Vector<3> (for
	  a rotation around that axis) 'explicit'.

Sunday, January 18th, 2004   Ron Steinke <rsteinke@w-link.net>

	* Added round-off age checks to the functions where
	  Quaternion and RotMatrix<3> rotate each other.
	* Added rotate() convienience wrappers to RotMatrix,
	  Quaternion and Vector for cases where rotation
	  is just multiplication.

Sunday, January 18th, 2004   Ron Steinke <rsteinke@w-link.net>

	* wfmath/point.h, wfmath/axisbox.h, wfmath/axisbox_funcs.h,
	  wfmath/segment.h, wfmath/segment_funcs.h, wfmath/ball.h,
	  wfmath/rotbox.h, wfmath/rotbox_funcs.h, wfmath/polygon.h,
	  wfmath/polygon_funcs.h, wfmath/polygon.cpp: Added
	  Quaternion-based rotation functions and toParentCoords(),
	  toLocalCoords() to all shapes, in parallel to those
	  functions previously added to Point.
	* wfmath/rotmatrix*, wfmath/quaternion*: Added functions
	  to let RotMatrix<3> and Quaternion rotate each other.
	  RotMatrix<3>::rotate(Quaternion) was needed for
	  Quaternion-based rotation of RotBox<3>.

Sunday, January 18th, 2004   Ron Steinke <rsteinke@w-link.net>

	* wfmath/MersenneTwister.h, wfmath/const.h, wfmath/miniball_funcs.h:
	  Replace ANSI C headers #include <foo.h> with #include <cfoo>.
	* wfmath/stream.h: Removed commented-out sstream #include.
	* wfmath/timestamp.*: Moved winsock.h #include into the .cpp file,
	  moved timeval class declaration for win32 inside the TimeStamp
	  class.

Sunday, January 11th, 2004   Ron Steinke <rsteinke@w-link.net>

	* wfmath/timestamp.h: Pull winsock #include outside of
	  WFMath namespace.

Sunday, December 21st, 2003   Ron Steinke <rsteinke@w-link.net>

	* wfmath/timestamp.h: Pull in winsock2.h instead of winsock.h
	  under win32.

Friday, December 19th, 2003   Al Riddoch <alriddoch@zepler.org>

	* Remove Serial from rpm spec as it is not required, and messes up
	  deps.

Saturday, December 6th, 2003   Ron Steinke <rsteinke@w-link.net>

	* wfmath/polygon_intersect.cpp: Got rid of the only
	  new/delete calls in the whole library, as the
	  object in question could just as well be declared
	  on the stack.

Saturday, December 6th, 2003   Ron Steinke <rsteinke@w-link.net>

	* wfmath/timestamp.cpp: Added James' patch to make
	  valgrind happy.

Thursday, November 27th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Only one of the Point/Quaterion and Point/Matrix coordinate
	  transformation functions can or needs to have a default
	  rotation argument.

Thursday, November 27th, 2003   Ron Steinke <rsteinke@w-link.net>

	* The inverse of a Quaternion is q.inverse(), not -q.

Thursday, November 27th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Added local/parent coordinate transformation functions
	  and quaternion based 3D rotations to Point, still need to
	  add these to the rest of the shape classes.

Sunday, October 26th, 2003   Ron Steinke <rsteinke@w-link.net>

	* wfmath/quaternion.cpp, wfmath/atlasconv.h: Set validity
	  of vector component of Quaternion in three other places
	  we'd missed.
	* wfmath/rotmatrix*, wfmath/quaternion*: Added roundoff aging
	  code. As we do many floating point calculations, RotMatrix
	  and Quaternion will tend to drift from their respective
	  normalizations due to roundoff error. The new code adds
	  an m_age, which keeps track of how many computations ago
	  they were normalized, and automatically renomalizes them
	  after a given number of computations. Because we know that
	  they're still close to being normalized, the renormalization
	  code is linearized, so it's not too horrible as a speed hit.

Sunday, October 26th, 2003   Al Riddoch <alriddoch@zepler.org>

	* wfmath/quaternion.cpp: Ensure vector component is valid when
	  constructing a valid quaternion.

Sunday, September 21st, 2003   Ron Steinke <rsteinke@w-link.net>

	* Some cleanups to int_to_string.cpp
	* Added some macros to const.h for future
	  normalization-aging checks in RotMatrix
	  and Quaterion.
	* 0.3.1 release

Monday, August 25nd, 2003   Ron Steinke <rsteinke@w-link.net>

	* Moved hash() function out of MersenneTwister.h to
	  randgen.cpp, to get time_t and clock_t out of the
	  header.

Friday, August 22nd, 2003   Ron Steinke <rsteinke@w-link.net>

	* Forgot to make deprecated IRand(), Drand() (which
	  now wrap Mersenne Twister) inline. Now fixed.

Tuesday, August 19th, 2003   Al Riddoch <alriddoch@zepler.org>

	* Remove obsolete file wfmath.m4.

Tuesday, August 19th, 2003   Al Riddoch <alriddoch@zepler.org>

	* Updated spec.

Sunday, August 17th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Moved config.h include after timestamp.h include
	  in timestamp.cpp, since it's only the unistd.h include
	  that's causing the FreeBSD problem.

Sunday, August 17th, 2003   Al Riddoch <alriddoch@zepler.org>

	* wfmath/timestamp.cpp: Moved include of timestamp.h
	  to workaround problem on FreeBSD.

	* Makefile.am: Remove obsolete .pbxproj from DIST list.

Saturday, August 16th, 2003   James Turner <james@worldforge.org>

	* Update ProjectBuilder files. Move along, nothing to see
	  here, unless you're on OS-X. If you are, please let me
	  know if these are useful.

Thursday, August 14th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Fixed typos in a #error message in atlasconv.h.
	* Changed atlas/Makefile.am to build the tests with 0.3.
	* 0.3.0 release!

Friday, August 8th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Changed to using Mersenne Twister for random number
	  generation. Anyone who wants the old interface
	  should #define WFMATH_USE_OLD_RAND.
	* Dropped old, deprecated intersect interface version.
	  This version of the API was used briefly in stage
	  at one point, and that was at least a year ago.

Friday, August 8th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Forgot to change to 0.3 in wfmath/Makefile.am, fixed that.
	* Got rid of support for old 'list of lists' encoding
	  for AxisBox in atlasconv.h. Also got rid of a bunch
	  of push_back() calls by predeclaring the size of
	  Atlas::Message::Foo::ListType instances.

Friday, August 8th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Updated version number to 0.3 in preparation for doing
	  a release next week.
	* Got rid of wfmath-config, we won't support it in 0.3.
	* Added instring_test, which tests both IntToString() and IRand().
	* Got rid of operator<() in all classes except for those
	  in timestamp.*. It was only there 'so we could use wfmath
	  classes as keys in std::map'. However, since equality
	  isn't transitive (a == b && b == c does not imply a == c),
	  this has some problems. If you really want a map of spatial
	  objects, you probably want something like stage's OctTree
	  instead.
	* Fixed IRand() to deal with the fact that UINT_MAX is often
	  larger than RAND_MAX.
	* Added a few inline IntToString() cases to make sure short
	  and int get cast to the appropriate (signed or unsigned)
	  version of long.
	* Added int_to_string.h to wfmath.h.

Monday, August 4th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Added IntToString() utility function, because I'm tired of
	  writing the same code in a dozen different applications.

Tuesday, July 22nd, 2003   Ron Steinke <rsteinke@w-link.net>

	* More poly-atlas tweaks. Forgot to inline some wrapper
	  functions, had to add a template AtlasInType constructor
	  to take advantange of the fact that the Atlas::Message::Foo
	  constructor is overloaded (needed that to build Eris).

Tuesday, July 22nd, 2003   Ron Steinke <rsteinke@w-link.net>

	* Changes to support both Atlas-C++ 0.4 and 0.6 with atlasconv.h
	* Changed needless 'const CoordType' for pass-by-value
	  in some Quaternion function calls to 'CoordType'

Tuesday, July 22nd, 2003   Ron Steinke <rsteinke@w-link.net>

	* Fixed a couple more m_valid bugs.

Monday, July 21st, 2003   Al Riddoch <alriddoch@zepler.org>

	* wfmath/atlasconv.h: Use AsNum() rather than AsFloat() so that
	  integers don't cause exceptions.

	* wfmath/quaternion.h: Fix operator=() so it copies m_valid to
	  the assignee.

Thursday, July 3rd, 2003   Al Riddoch <alriddoch@zepler.org>

	* Update rpm spec to be cleaner, and make the technical sections
	  more generic.

Friday, June 27th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Did a Quaternion-specific implementation of rotation(from, to)
	  instead of just calling the RotMatrix version and
	  converting. Also changed RotMatrix<2>::rotation(from, to)
	  not to throw ColinearVectors in the case where the
	  inputs are antiparallel, since in 2d there's only
	  one possible plane of rotation and we can give
	  a canonical answer.

Tuesday, June 24th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Fixed a bug in RotMatrix::rotation(from, to),
	  added a Quaternion wrapper for the same function

Tuesday, June 3rd, 2003   Ron Steinke <rsteinke@w-link.net>

	* Instantiated Intersect(), Contains() functions
	  and stream operators for dim=2,3 in .cpp files
	* Made most template functions inline, bumped
	  the interface number in case this broke
	  compatibility

Tuesday, May 27th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Added elements() const accessors to the underlying
	  arrays in Vector and Point.

Sunday, May 4th, 2003   Ron Steinke <rsteinke@w-link.net>

	* Toned down chuck's more explicit message for the
	  failure of the configure check for Atlas. Anyone
	  who doesn't know what Atlas is isn't going to care
	  about the Atlas::Message::Object encoding code
	  stubs, and it's best not to make them think they
	  need to download another library if they don't have to.

Thursday, May 1st, 2003   Ron Steinke <rsteinke@w-link.net>

	* Changed configure.in to configure.ac, since
	  it now contains code which is incompatible
	  with autoconf 2.13

Thursday, April 24th, 2003   Al Riddoch <alriddoch@zepler.org>

	* Add news item, and fix rpm spec.

	* Release 0.2.11, API 0.2, interface version 1.

Wednesday, April 23rd, 2003   Al Riddoch <alriddoch@zepler.org>

	* Update spec file, and set the interface version ready for
	  release.

Wednesday, April 23rd, 2003   James Turner <james@worldforge.org>

	* Updated configure.in to use pkg-config to detect Atlas-C++,
	  removing the need for AM_PATH_ATLAS in one more place.
	* Wrapped the sstream / strstream include tests in an
	  AC_LANG(C++) section, which they need in order to detect
	  correctly, at least on OS-X.

Tuesday, April 22nd, 2003   James Turner <james@worldforge.org>

	* Added the ProjectBuilder files to EXTRA_DIST in
	  anticipation of a new stable release. 

Tuesday, April 22nd, 2003 	Ron Steinke <rsteinke@w-link.net>

	* Added trivial RotMatrix<>::parity() function.

Thursday, April 17th, 2003	James Turner <james@worldforge.org>

	* Add support for the Atlas tests to the ProjectBuilder files
	  (you'll need to update the reference to Atlas.framework to
	  whereever you built it). Again, all the tests pass.

Wednesday, April 16th, 2003 	James Turner <james@worldforge.org>

	* Updated the ProjectBuilder files, including targets for some of
	  the test cases, which all pass with flying colours.

Friday, January 31, 2003	Al Riddoch <alriddoch@zepler.org>

	* Convert to using pkg-config

Saturday, January 11, 2003	James Turner <james@worldforge.org>

	* Changed 'libtool' to 'libtoolize' in autogen.sh so
	  an autoXXXX build works under Mac OS-X.
	* Added project builder files to produce a WFMath framework
	  If you use this or have any comments, please let me know.

Monday, November 4, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added isValid() member functions to TimeStamp, TimeDiff
	  (the flags were already there)
	* Improved TimeStamp, TimeDiff documentation

Saturday, November 2, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added documentation. With the exception of those associated
	  with Polygon, all API functions should now be documented.

Saturday, November 2, 2002	Al Riddoch <alriddoch@zepler.org>

	* Add rpm spec.

Friday, November 1, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added Doxyfile.in to CVS, did some work towards docs

Wednesday, October 30, 2002     Michael Koch <konqueror@gmx.de>

	* Added manpage for wfmath-config.

Wednesday, October 23, 2002	Ron Steinke <rsteinke@w-link.net>

	* Portability fix. Apparently debian on sparc uses
	  int instead of long for the usec field of struct timeval.

Monday, October 10, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed operator==() for quaternions to regard two
	  quaternions as equal iff they produce the same
	  3x3 rotation matrix. This means q == -q is true.
        * Added a Shuffle() function which randomizes the order
          of elements contained in a std::vector.
	* Doc updates
	* Bumped version number to 0.2.10

Monday, September 2, 2002	Ron Steinke <rsteinke@w-link.net>

	* Bumped version number to 0.2.9

Friday, August 2, 2002		Ron Steinke <rsteinke@w-link.net>

	* Fixed a bug involving the machine dependence of the
	  behavior of % for negative numbers

Monday, July 22, 2002		Ron Steinke <rsteinke@w-link.net>

	* Wraped a declaration of a variable which is only used in
	  an assert() in #ifndef NDEBUG

Saturday, June 23, 2002		Ron Steinke <rsteinke@w-link.net>

	* Added timestamp class from Eris
	* Added random number generators (really wrappers for rand())
	* Added Quaternion::inverse()

Saturday, May 11, 2002		Ron Steinke <rsteinke@w-link.net>

	* Bumped version number to 0.2.8, due to the sign convention changes

Friday, May 10, 2002		Ron Steinke <rsteinke@w-link.net>

	* Added an isValid() flag to all classes. Point and Vector
	  also have a setValid() function, since you can assign
	  values directly to the array elements.
	* Switched _Poly2Orient to use the Point and Vector isValid()
	  flags, rather than having its own flags.

Friday, May 10, 2002		Ron Steinke <rsteinke@w-link.net>

	* Switched sign convention for quaternions to match
	  the more sensible convention used by cyphesis.
	  This fixes a bug with wfmath and cyphesis miscommunicating
	  about orientations over the network, but introduces
	  a similar problem with older versions of wfmath.
	  Everyone is urged to upgrade wfmath.

Friday, April 26, 2002		Ron Steinke <rsteinke@w-link.net>

	* Added WFMATH_DEPRECATE_OLD_INTERSECT flag to build
	  without the old intersect API. Fixed wfmath to build
	  with the old API removed.

Friday, April 26, 2002		Ron Steinke <rsteinke@w-link.net>

	* Bumped version number for 0.2.7 release

Sunday, April 21, 2002		Ron Steinke <rsteinke@w-link.net>

	* Changed format sent by AxisBox<>::toAtlas() for better
	  network optimization

Wednesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* The eris-support-on-msvc changes now work

Wednesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* Hopefully have enough of wfmath working on msvc now to support eris

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).7

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).6

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).5

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).4

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).3

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* (Continued work on MSVC++ workarounds).2

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* Continued work on MSVC++ workarounds

Tuesday, April 9, 2002		Ron Steinke <rsteinke@w-link.net>

	* Started adding workarounds to compile with MSVC++
	* Started adding doxygen docs

Friday, March 24, 2002		Ron Steinke <rsteinke@w-link.net>

	* Tweaked the syntax of the new Parallel() function slightly

Thursday, March 23, 2002	Ron Steinke <rsteinke@w-link.net>

	* Finished Intersect(Polygon, Polygon). Now I've just got to
	  test all those intersection functions
	* Added Parallel() and Perpendicular() functions to compare the
	  orientation of two vectors
	* Incremented version number to 0.2.6

Tuesday, March 23, 2002		Ron Steinke <rsteinke@w-link.net>

	* Fixed bug with declaring the default value of the "proper"
	  argument of the intersection functions twice
	* Moved the function definitions for intersection-oriented
	  members of _Poly2Orient from polygon_funcs.h into
	  polygon_intersect.h
	* Wrote definitions for Contains(Polygon, AxisBox),
	  Contains(Polygon, RotBox), and Contains(Polygon, Polygon).
	  Got most of Intersect(Polygon, Polygon) done, except
	  for the case where the two planes containing the polygons
	  intersect in a line (the standard case in 3d)

Thursday, March 21, 2002	Ron Steinke <rsteinke@w-link.net>

	* Fixed Polygon<> intersection functions with AxisBox<> and
	  RotBox<> in polygon_intersect.h
	* Replaced separate Intersect() and IntersectProper() functions
	  with a "bool proper" argument to Intersect(), did the same
	  for Contains(). For backwards compatibility, make the "proper"
	  argument default to false, and wrote generic IntersectProper()
	  and ContainsProper() templates to call Intersect() and Contains()
	  with proper = true (keep them? deprecate them? which API is better?).

Tuesday, March 12, 2002		Ron Steinke <rsteinke@w-link.net>

	* Added a default value of 1.0 for the norm in Vector::normalize()
	* Added a virtual destructor to the exception defined in atlasconv.h
	* Fixed a terminate-the-loop-proberly bug in probability.cpp
	  (replaced DBL_MIN by DBL_EPSILON)
	* Got test functions to compile with gcc-3.0

Saturday, March 9, 2002		Dan Tomalesky <grim@xynesis.com>

    * Added acinclude.m4 for atlas so people without atlas can still
      autogen.sh and configure will give warning instead of getting
      bizarre macro missing error for atlas when atlas is not installed

Thursday, March 7, 2002		Ron Steinke <rsteinke@w-link.net>

	* Fixed error in configure check for sstream vs. strstream

Wednesday, March 6, 2002	Ron Steinke <rsteinke@w-link.net>

	* Merged in Grimicus' patch to add wfmath-config

Wednesday, March 6, 2002	Ron Steinke <rsteinke@w-link.net>

	* Redid sstream vs. strstream compatibility code

Wednesday, March 6, 2002	Ron Steinke <rsteinke@w-link.net>

	* Got rid of stupid "set fail bit" on parse errors for
	  operator>>(), it now throws instead
	* Added configure check for sstream vs. strstream,
	  compatibility code

Monday, March 04, 2002	Al Riddoch <alriddoch@zepler.org>

	* wfmath/error.h: Added destructor with throw(); to exception class.

	* wfmath/polygon.h: Removed trailing comma from enumeration.

	* wfmath/polygon.h, wfmath/stream.h: Fixed std:: namespace issues,
	  and made typenames explicit.

Wednesday, February 27, 2002	Ron Steinke <rsteinke@w-link.net>

	* Commented out horribly broken intersection functions
	  with AxisBox and RotBox in polygon_intersect.h

Wednesday, February 27, 2002	Ron Steinke <rsteinke@w-link.net>

	* Autogen.sh cleanups

Tuesday, February 26, 2002	Ron Steinke <rsteinke@w-link.net>

	* Bump version number to 0.2.5, so we can have an official
	  version needed by the stage patches.

Monday, February 25, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added rotation() functions to RotMatrix<3> and Quaternion
	  which take a single Vector<3> as argument (as opposed to
	  a vector for the rotation axis and an angle), and determine
	  the rotation angle from the length of the vector. This
	  is nice for things like the rotation generated by
	  (angular velocity) * dT, since it handles the zero-length
	  axis case cleanly, and avoids an extra call to sqrt().
	* Fixed an error in atlasconv.h, where specializations
	  of AxisBox<>::fromAtlas() to particular dimensions
	  weren't marked as inline

Friday, February 22, 2002	Ron Steinke <rsteinke@w-link.net>

	* Broke the Polygon<> intersection functions out of
	  polygon_funcs.h and polygon.cpp into the separate
	  files polygon_intersect.h and polygon_intersect.cpp 
	* Moved the implementations of the boundingBox() and
	  boundingSphere() functions in Point out of point_funcs.h
	  into axisbox_funcs.h and ball_funcs.h. This lets me
	  remove the include dependence of Point on AxisBox and Ball.
	* Fixed up list of files included in wfmath.h. It now
	  includes everything but atlasconv.h, which is intentionally
	  excluded.

Wednesday, February 20, 2002	Ron Steinke <rsteinke@w-link.net>

	* Fixed RotBox to match the new sense of RotMatrix<>
	  rotation, still need to look at its interaction
	  with Polygon<> to get that right
	* Wrote Intersect(RotBox, AxisBox) for 2d, 3d
	* Removed a needless <iostream> dependency from atlasconv.h
	* Bump version number to 0.2.4

Sunday, February 17, 2002	Ron Steinke <rsteinke@w-link.net>

	* Some doc fixes
	* Added a #warning about using the Polygon<> Intersect()
	  and Contains() functions

Thursday, February 14, 2002	Ron Steinke <rsteinke@w-link.net>

	* Missed a change in rotation sense in Vector<3>::rotate(const Quaterion&),
	  fixed now

Thursday, February 14, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added comments to many assert()'s
	* Switched the sense of rotation in RotMatrix<> and Quaternion
	  to be compatible with OpenGL and the rest of Worldforge. Also
	  used this as an excuse to scrap all the Euler angle stuff,
	  since: 1) with different axis conventions floating around, it's
	  very confusing, and 2) I have yet to see someone try to use
	  it in the case where it is the correct solution

Tuesday, February 12, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed Point<>:origin() to Point<>::setToOrigin()
	* Added assert() checks on array indices passed to
	  many functions

Tuesday, February 12, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added Equal() template to call foo->isEqualTo().
	* Replaced "const CoordType&" with CoordType everywhere it
	  was used.
	* Got rid of scaleEpsilon member function in Point<> in favor
	  of calling _ScaleEpsilon directly, minimized use of
	  _scaleEpsilon member function in Vector<>
	* Improved efficiency of some member functions in Segment<>
	* Got rid of <iostream> in wrapped_array.h, got rid of
	  MINIBALL_NO_STD_NAMESPACE test on whether to include
	  <list> or <list.h> and <cassert> or <assert.h> (since
	  we're including them as <list> and <assert.h> elsewhere),
	  got rid of miniball_config.h

Friday, February 1, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed IsFloatEqual() to Equal(), removed FloatAdd()
	  and FloatSubtract(), vastly improved precision checks
	  for round-off error. The intersection functions still
	  need to be audited to make sure they're handling it
	  right.
	* API change, increment version to 0.2.3

Monday, January 28, 2002	Ron Steinke <rsteinke@w-link.net>

	* Cleanups to const.h, const.cpp suggested by Jesse Jones
	  in the code review, and associated repurcussions to the
	  rest of the codebase.

Friday, January 25, 2002	Ron Steinke <rsteinke@w-link.net>

	* Some efficiency improvements and generalizations to the
	  backend of the probability functions
	* Wrote Polygon<3> intersections with AxisBox<3> and RotBox<3>

Thursday, January 24, 2002	Ron Steinke <rsteinke@w-link.net>

	* Karsten's Makefile.am fixes for srcdir != builddir
	* New probability distribution functions, Gaussian
	  and Poisson distributions
	* Increment version to 0.2.2

Tuesday, January 22, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed namespace from WF::Math to WFMath
	* Changed fromAtlas() to throw an exception instead of
	  returning bool, added constructors from Atlas::Message::Object
	  to appropriate types
	* Incremented version number to 0.2.1, since there were API changes
	  and other people are starting to care about dependencies on this
	  library; there'll probably be a lot of 0.2 versions

Tuesday, January 22, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed the atlas functions for Quaternion and AxisBox<>
	  to conform to atlas specs, got rid of atlas functions which
	  still used string conversion
	* Fixed Contains(Polygon<2>, Segment<2>) and
	  Contains(Polygon<2>, Polygon<2>) for endpoint intersection;
	  commented out Intersect(RotBox<>, AxisBox<>) and
	  IntersectProper(RotBox<>, AxisBox<>) because I'm
	  pretty sure the algorithm's wrong
	* Added another rotation() function to RotMatrix<>, this
	  one constructs the rotation necessary to rotate one vector
	  into another
	* Got versioning on library build working correctly
	* Changed version to 0.2.0, implementation of remaining
	  Polygon<> intersection routines delayed until a later version

Sunday, January 20, 2002	Ron Steinke <rsteinke@w-link.net>

	* Wrote all the Polygon<2> intersection functions, and
	  about half of the general Polygon<> intersection functions;
	  a few of the 2d functions still need more work
	* Changed intersect_test back to shape_test; decided one
	  test program was sufficient for all of AxisBox<>, Ball<>,
	  Segment<>, and RotBox<>
	* Wrote test code for Polygon<> to call the generic tests;
	  added the generic tests to shape_test; wrote fairly complete
	  test code for Quaternion
	* Changed from FromAtlas() and ToAtlas() functions to fromAtlas()
	  and toAtlas() member functions; changed Vector<> and Point<>
	  from sending string objects to atlas to sending lists, so
	  we're more compatible with the getPos() and getVelocity()
	  methods of Atlas::Objects::Entity::RootEntityData
	* Upped version number to 0.1.9. The library now implements
	  the functionality in stage/math, plus the mathematical
	  parts of coal and eris. Will go to 0.2 when the polygon
	  intersect functions are done, and the unit tests are
	  more complete

Tuesday, January 15, 2002	Ron Steinke <rsteinke@w-link.net>

	* Cleaned up Euler angle stuff in RotMatrix<> and Quaternion,
	  changed everything to z-y-z convention
	* Moved template specialization declarations from vector.h
	  to vector_funcs.h
	* Made Vector<> and Point<> mathematical operators all friends
	  instead of members, to allow friendship for mathematical
	  operators which take mixed types

Friday, January 11, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added Quaternion class, based on code from eris
	* Renamed matrix.h, matrix_funcs.h, matrix.cpp, matrix_test.cpp
	  to rotmatrix.h, rotmatrix_funcs.h, rotmatrix.cpp, rotmatrix_test.cpp;
	  this matches the name of the class, and it's best to have the
	  matrix.h slot available in case we need it later. Need to do
	  this now before everyone starts using the library

Wednesday, January 9, 2002	Ron Steinke <rsteinke@w-link.net>

	* Added BoundingBox(), BoundingSphere() functions for a
	  container of points. The BoundingSphere() function
	  uses the (GPL'd) miniball code of Bernd Gaertner
	  <http://www.inf.ethz.ch/personal/gaertner>
	* Moved the implementations of operator<<() and operator>>()
	  for Polygon<2> out of stream.h and into stream.cpp, fixing
	  a linker error for any file which included stream.h (oops).

Wednesday, January 9, 2002	Ron Steinke <rsteinke@w-link.net>

	* Started on Polygon<> class
	* Wrote some test functions for the generic
	  part of the class interface (operator=(), isEqualTo(), etc.)
	  and the generic shape interface (getCorner(), boundingBox(), etc.)
	* Added Midpoint() function in point.h
	* Cleaned up operator<() to check !IsFloatEqual()
	  when comparing variables of type CoordType
	* Added autogen.sh

Friday, January 4, 2002		Ron Steinke <rsteinke@w-link.net>

	* Got atlas_test working

Thursday, January 3, 2002	Ron Steinke <rsteinke@w-link.net>

	* Changed Barycenter() to take a container of Point<>
	  instead of an array, added BoundingBox() for a
	  container of AxisBox<>
	* Optimized special cases in AxisBox::getCorner() and
	  RotBox::getCorner(), got rid of AxisBox::lowCorner()
	  and AxisBox::highCorner()
	* Extended RotMatrix<> to allow for mirror image flips
	  in addition to rotations, added mirror() functions to
	  both RotMatrix<> and Vector<>
	* Removed foolish const from return value of
	  RotMatrix<>::rotation()
	* Wrote better member accessors for most shapes (there's
	  no reason not to have direct access to the members in
	  anything but AxisBox<>)
	* Inlined some of the simpler class member functions
	* Moved atlasconv.h from atlas/ into wfmath/, since we don't
	  need Atlas to install it, just to build the test code

Monday, December 31, 2001	Ron Steinke <rsteinke@w-link.net>

	* Added boundingSphere(), boundingSphereSloppy() to all
	  the shapes
	* Wrote FloatMin(), FloatMax(), and FloatClamp(). This
	  let me remove std::min() and std::max(), and with
	  them the dependency on <algorithm>
	* Cleaned up the inclusion of outside headers
	* Replaced double with CoordType everywhere, with the
	  exception of the precision/tolerance/epsilon arguments
	  of float comparison functions and the intenals of
	  IsFloatEqual()
	* Switched CoordType from double to float. This puts
	  the library precision at about 3e-6 (on my machine),
	  close to the precision of the strings being passed by
	  ToAtlas() and FromAtlas()
	* Replaced fromStream() with operator>>(), using fail()
	  flag to indicate a bad parse
	* Upped the version number from 0.0.1 to 0.1.0, as
	  the shape API appears to be settling down, and
	  it sure doesn't feel like 0.0 anymore

Monday, December 31, 2001	Ron Steinke <rsteinke@w-link.net>

	* Cleaned up string and stream stuff, classes only need
	  to include <iosfwd>, everything else is in stream.h/stream.cpp,
	  removed stringconv.h/stringconv.cpp

Sunday, December 30, 2001	Ron Steinke <rsteinke@w-link.net>

	* Finished the RotBox<> intersection functions
	* Cleaned up use of namespaces in *.cpp files
	* Added to the test code
	* Miscelaneous bug fixes

Saturday, December 29, 2001	Ron Steinke <rsteinke@w-link.net>

	* Fixed an error in the README

Saturday, December 29, 2001	Ron Steinke <rsteinke@w-link.net>

	* Wrote some documentation, cleaned up the little that was
	  already there.

Saturday, December 29, 2001	Ron Steinke <rsteinke@w-link.net>

	* Removed some unnecessary template specifications, changed
	  Vector<len> to Vector<dim> and RotMatrix<size> to RotMatrix<dim>
	  for cross class consistency in the name of the template parameter
	* Removed the base Shape<> class, leaving a bunch of simple classes
	  for basic shapes which possess a common interface
	* Changed test code to use toString() method directly rather than
	  through operator<<()
	* Changed ToAtlas() and FromAtlas() to use toString() and fromString(),
	  eliminating the need for a separately compiled atlas conversion
	  library
	* Added the shape interface functions to Point<>
	* Replaced the symlinks to COPYING and INSTALL files added by automake
	  with the files themselves. This should hopefully let me get them
	  into CVS.
	* More work on intersection functions

Tuesday, December 18, 2001	Ron Steinke <rsteinke@w-link.net>

	* Some cleanup on RotMatrix<>::setVals() backend, Atlas conversion
	  functions
	* Added Ball<>, Segment<>, RotBox<> classes (not all RotBox<>
	  intersection functions written yet)

Monday, December 17, 2001	Ron Steinke <rsteinke@w-link.net>

	* Wrote Shape<> base class
	* Wrote AxisBox<> class
	* Cleaned up header file naming convention, so foo_funcs.h is
	  always the function templates for the class in foo.h

Friday, December 14, 2001	Ron Steinke <rsteinke@w-link.net>

	* .cvsignore fixes
	* Rearranged the ordering of function declarations in the
	  classes in an attempt at a cross-class standard, added
	  some bits I'd missed
	* Added polar, spherical coordinate conversions to Point<> and Vector<>

Thursday, December 13, 2001	Ron Steinke <rsteinke@w-link.net>

	* Added setVals() method to Matrix<>
	* Added operator>> for Vector<>, Matrix<>, Point<> to give
	  string read capability, added stream_funcs.cpp
	* Added toString() and fromString() for Vector<>, Matrix<>, Point<>,
	  changed operator<< to use toString(), removed operator>>

Wednesday, December 12, 2001	Ron Steinke <rsteinke@w-link.net>

	* Created atlas_funcs.cpp, wrote GetAtlasDoubleList() and
	  SetAtlasDoubleList() to handle most of the Atlas
	  interface work
	* Got a test for Atlas into configure.in
	* First CVS upload
`	* Copied the CoalCoord class in as Point<>, moved CoordType
	  and IsFloatEqual() into const.h, const.cpp
	* Added FloatAdd() and FloatSubtract() to handle numbers
	  whose sum/difference is (nearly) zero
	* Modified Vector<> and Matrix<> to use CoordType

Tuesday, December 11, 2001	Ron Steinke <rsteinke@w-link.net>

	* Got test functions working with RotMatrix<>
	* Created atlas_funcs.h to hold Atlas interface code,
	  wrote ToAtlas() and FromAtlas() for Vector<> and
	  Matrix<>

Monday, December 10, 2001	Ron Steinke <rsteinke@w-link.net>

	* After coversation with Rakshasa about how matrices are actually
	  being used in stage, replaced Matrix<> with RotMatrix<>


Friday, December 7, 2001	Ron Steinke <rsteinke@w-link.net>

	* Created some tests in matrix_test
	* Added GPL information to all the source files

Thursday, December 6, 2001	Ron Steinke <rsteinke@w-link.net>

	* Added more tests to vector_test
	* Implemented sloppyMag and associated functions
	  for Vector<2>, Vector<3>
	* Added a script, bc_sloppy_mag_3, to calculate some constants
	  for the Vector<3> implementation of sloppyMag
	* Got rid of RowVector<> and ColumnVector<> classes,
	  added rowSet() and columnSet() to Matrix<>

Wednesday, December 5, 2001	Ron Steinke <rsteinke@w-link.net>

	* First ChangeLog entry
	* Autoconf is working, and the Vector<> and Matrix<> class compile
	* Got the README, AUTHORS, and TODO files written
	* Changed #include "foo.h" to #include <wfmath/foo.h> in
	  the header files
	* Added const.h
	* Created vector_test.cpp, matrix_test.cpp, started work on
	  vector_test