- 20 Jul, 2012 7 commits
-
-
Nickolas Fotopoulos authored
This will prevent significant gratuitous linkage for programs using pkg-config to link against lal and company, but shouldn't break static linkage. Original: 7c9e0e84c201335588efd85c9d44c1e4807f9716
-
John Douglas Veitch authored
Original: 9b9f1a9baeb42aa38e0df2f1265f711dec79a09f
-
John Douglas Veitch authored
Original: b58f9bbe0cf610a5a1cc6218423f7c3ff05e42ba
-
Karl Wette authored
- Never compute a small-numbered factorial again! Original: a843b6639f24732582c0cf8022947fe6615eeb64
-
Karl Wette authored
Original: 1bb6d6b843e640d97862dbb936c17562344db37f
-
Karl Wette authored
Original: 250bd0da960043219fec0a70663ff7213e76af64
-
Karl Wette authored
- The less said about this ... Original: 07c58e5de5332a4d7729c8f673d5e8611b113381
-
- 19 Jul, 2012 3 commits
-
-
Brian Moe authored
Original: 7dbbfd3784bea40e42e577b9ec7e242046a7287c
-
Matthew David Pitkin authored
Original: 6724c889bb8685e52e605e2b14703b9049c93322
-
Matthew David Pitkin authored
Original: 1364049fbdfcd991f1a321d892c010f68d56b267
-
- 18 Jul, 2012 10 commits
-
-
Brian Moe authored
Original: 4b6be2bed60a1d7077defa99f00cc90ee8985e31
-
Leo Pound Singer authored
Original: 40265290f102d94177af1e1339fac31b1c354480
-
Matthew David Pitkin authored
LALInferenceProposal: fixed LALInferenceUpdateAdaptiveJumps so that the code does not fail is adaptableSteps is not set Original: 339064c5bc0c5196f6f1eb81ce871fe3f5c30add
-
Karl Wette authored
- PyArray_GETITEM() actually returns a new reference - who knew?? Original: 49490a9b25683e2926eabd46675ed85c1b993ca9
-
Adam Mercer authored
Original: 1840ecb66ff02ebbca9fb1cee8fc558e5fed3762
-
Karl Wette authored
- No need to explicitly link against Python library, apparently Original: 68c3e45b8f7d010f183450c218261478b0c03488
-
Benjamin Farr authored
Original: 4dc4f8e6b18705969c78ecaed7cc5271c71219cc
-
Matthew David Pitkin authored
Original: d585d800315698980f311ed6aee8766fed46598e
-
John Douglas Veitch authored
Original: 010975fb5ccf43ff1f19242547bd0dcdb9d81261
-
John Douglas Veitch authored
Original: c278a6f947d9885b5dad16dd295260eec42cf403
-
- 17 Jul, 2012 4 commits
-
-
Leo Pound Singer authored
Original: 5f476005cfa02b93b6f80efbc7debfb37bd88c7c
-
Benjamin Farr authored
Original: a88cd6188bf059e6f387260bb4279a38a72fd778
-
John Douglas Veitch authored
Original: baea789a20ac641e16a110a131cb1cef806f2289
-
Matthew David Pitkin authored
Original: a4974cff7bf39c34189eb962faae0f52066a6113
-
- 16 Jul, 2012 16 commits
-
-
Karl Wette authored
- Prevent interface from being regenerated when trying to perform a 'make clean' Original: 5efda070c156339828123e2881594bef627f8a8b
-
Karl Wette authored
Original: 741655ee9f744cdc16eae80eb11b6f57196b11f0
-
Karl Wette authored
Original: eadbb1cf4bbf73ecd5f62ece6c6532659b6a4b19
-
Karl Wette authored
- All strings should be const char *const to prevent memory leaks - Making structs and struct members const ensures that SWIG wrappings of the same are also read-only Original: 51b2676678a0cecbe8114d06d97c569c2cf5c531
-
Karl Wette authored
- library VCS info is declared in static LAL*LibVCSInfo.h, defined in LAL*VCSInfo.c - header VCS info is declared and defined in LAL*VCSInfo.h, generated from LAL*VCSInfo.h.in - LAL*VCSInfo.h includes LAL*LibVCSInfo.h, so still contains both header and library VCS info Original: 70466511a60ec79974127de43c0ea7060dda6966
-
Nickolas Fotopoulos authored
Original: 250ec0e0b482dc89ef86b022be043191a894c825
-
John Douglas Veitch authored
Original: 6ee667a928ecaabdb8bf047ece4af37ef8b5478a
-
John Douglas Veitch authored
Original: f264d21dc3692646bf568fd554374f9afff6cc31
-
John Douglas Veitch authored
Original: 131b4ee4a917805351facdf9bd50449dcf1098d9
-
Matthew David Pitkin authored
Original: 0622923817994cac59ecf1f3f25657df96681662
-
Reinhard Prix authored
- uses gettimeofday measured in microseconds to set seed instead, if /dev/urandom is unavailable Original: a44bd6e76f832f09c83a01c4189ad8449da3960f
-
Reinhard Prix authored
- this is the optimal choice mimizing |t - tRefInt|^n - refs #456 Original: 9090f3072c857e13e86c748cd5a3527aefbc74b9
-
Reinhard Prix authored
- activated for 'make check' Original: 0cc52e937b7b4ed1bd950e9e71aac521d956d4f0
-
Reinhard Prix authored
- restore search-region frequency-band info after calling DopplerInit() - correctly count number of search frequency-bins to be consistent with non-resampling DopplerScan conventions: use "1+floor(Band/df)" instead of "ceil(Band/df)" - refs #432 Original: 65ccbcf942ebfd3ae3d4fc3a338436d52e9b84d4
-
Reinhard Prix authored
- v2 resampling option will be tested in separate test-script - refTime handling in v1 is broken with f1dot-bands and will be removed - refs #432 Original: 493550b3257c0a04e29ffbc14212fd2a91ab173d
-
Reinhard Prix authored
--timerCounter: now updates progress meter 'every N seconds', instead of 'every N templates' - progress meter is displayed outside of frequency-loop to be consistent if resampling or not - fixed timing estimation for resampling case Original: a64ac5ef3639fa1941ddfb1665ba562f6cb7fc78
-