- 27 Feb, 2012 1 commit
-
-
* A ./configure macro checks that memory layout of C99/C++ complex types are identical to the old LAL complex structs. If true, each .c file can then chose which complex datatype to use - C99 or LAL - while being able to call code defined in another .c file which may have used a different complex datatype internally. * If LAL_USE_OLD_COMPLEX_STRUCTS macro is not defined (i.e. by default), use C99 complex datatypes. Define macros for constructing C99/C++ complex numbers, and accessing/assigning real and imaginary parts. Macros use some GCC extensions where available. Original: ba26dab7e236328ebe597d8be7320d21c5be67eb
-
- 25 Jan, 2012 3 commits
-
-
Adam Mercer authored
Original: ee7f11db99c0f815f3806f076cbdad53c8a850ac
-
Adam Mercer authored
Original: d7b03c442b95635390093a188f9f9a948ed4b99d
-
Adam Mercer authored
Original: 9901de35d66be8b972814779d4499eb478b477df
-
- 21 Jan, 2012 1 commit
-
-
Adam Mercer authored
Original: b36ec4bca88a043b705907547e50742dc6e0315f
-
- 19 Jan, 2012 1 commit
-
-
Adam Mercer authored
Original: e1cfd1b37034e19f0c5b658cdaa63084cca62a24
-
- 17 Jan, 2012 1 commit
-
-
Adam Mercer authored
Original: ee89edd7052abbf728246cdeb1874673764a675b
-
- 28 Dec, 2011 1 commit
-
-
Adam Mercer authored
Original: fd9e5a864e24a79752eea943acc960928d8db4ff
-
- 29 Nov, 2011 3 commits
-
-
Adam Mercer authored
Original: 2167cd494932f942b86adc75a68895274c95e793
-
Adam Mercer authored
Original: c40e8b651953ad55501eb5c49f4d1d771db65099
-
Adam Mercer authored
Original: 9686afe4d16f58dccc06f913b184a0417fa47407
-
- 28 Nov, 2011 1 commit
-
-
Adam Mercer authored
Original: deac2322b4e5aa72a814d6d7714c2dd8bce5f958
-
- 22 Nov, 2011 1 commit
-
-
Adam Mercer authored
libtool on SL6 passes the /usr/lib64 system library path to the compiler ahead of any local paths, therefore system libraries are linked in preference. this patch overrides the system library path detected by libtool to ensure that system paths aren't passed, hence leading to correct linkage Original: d91568076fe6f0d90d74611c33b5cd2438c73972
-
- 15 Nov, 2011 1 commit
-
-
Adam Mercer authored
Original: d033a9fa99947b695fcf91075292c23bd64fe47f
-
- 27 Oct, 2011 1 commit
-
-
Adam Mercer authored
Original: 88246e908b7935145c8c828dde5be1aaf414bdcf
-
- 09 Oct, 2011 1 commit
-
-
Karl Wette authored
Original: 7d70e1debacba55e84b41b8da94b6d38b20a71f2
-
- 28 Sep, 2011 1 commit
-
-
- Write a .shell file containing generic commands for setting and prepending/appending to (path) environment variables - AWK script generate_user_env.awk generates .csh and .sh user environment scripts from .shell file Original: fb259c866f2c5c7c2a5e7d1be2e5f8b159d157dc
-
- 16 Sep, 2011 1 commit
-
-
Adam Mercer authored
Original: 98ee504925cce2a27bafdd7a439bb422e4a99263
-
- 18 Aug, 2011 1 commit
-
-
Original: 38d5fb81903892ca1e5490e92e3d6a141c5f0d89
-
- 22 Jul, 2011 2 commits
-
-
Adam Mercer authored
Original: f492b7e7d88b1e7c278caa3829899728c44358d2
-
Original: 7dbb777fe543204cce6178868dd1a1e2f8bcdea7
-
- 21 Jul, 2011 1 commit
-
-
- moved psinject from lalapps/src/pulsar here - added online-injection files SIStr.[ch] - provide online-injection compilation target for psinject - closes #113 Original: b134d0e771febbcfdd0167b5e6c0a5fd75132a9c
-
- 20 Jun, 2011 2 commits
-
-
Adam Mercer authored
Original: 448c6b27d79723766696ef9cfa6b09cfccfb7c31
-
Josh Willis authored
* Check for presence of FFTW library in lalapps/configure.ac (patch from Adam Mercer) * Only build lalapps_fftw(f)_wisdom if FFTW library will be used (patch from Adam Mercer) * Cleanup some doxygen issues in fftw(f)_wisdom.c Original: 8a36862ae940d49ca80f0ebfac46962b06dea0de
-
- 07 Jun, 2011 1 commit
-
-
Adam Mercer authored
Original: 552c071a7fcff87da96fbc95868fa95462404fbe
-
- 09 May, 2011 1 commit
-
-
John Douglas Veitch authored
Original: aeb644cad916f3dff7ea9e3710d5eeba6e3a1651
-
- 05 May, 2011 1 commit
-
-
Original: 68807e67a6e25b017e810326561fb41eb421f94c
-
- 03 May, 2011 1 commit
-
-
Adam Mercer authored
Original: 6fd68a717ac53887e916d97b48e10fba9fbe398c
-
- 01 Apr, 2011 2 commits
-
-
Adam Mercer authored
Original: 80a7373374b227de2add66aa56a1ee2040b0b9f8
-
- Previously these variables were marked as "precious" only in LALApps. In particular the value of LALSUITE_BUILD was lost when re-configuring any of the LAL libraries, which caused the re-configuring to fail. - Defines a new macro LALSUITE_ARG_VAR in lalsuite_build.m4 which declared LALSUITE_BUILD and LALSUITE_TOP_SRCDIR "precious", can be used to add other variables in future. - LALSUITE_ARG_VAR now called at the start of every ./configure.ac, apart from the top-level one. Original: b5375c31475f086266a9ca90bf6b6a4eec344553
-
- 23 Mar, 2011 2 commits
-
-
Adam Mercer authored
Original: 23286f12a41e1d222023a1423aa0d8cc7197dd8b
-
Adam Mercer authored
Original: ae5440ef44aef842b036a0c1f2b9b8ce13440216
-
- 03 Jan, 2011 3 commits
-
-
Adam Mercer authored
Original: 8ec282de41c8bafd33164d4f0dfb214bcee14c4a
-
Adam Mercer authored
(cherry picked from commit d79277491b1a4d92dbe32021ba22fbb6f20662a1) Original: ca3e376347087db5db90d20d1359a417080bb133
-
Adam Mercer authored
(cherry picked from commit 35f7c886ad987b872e0ac52773adf7449f2d171e) Original: 9b7f0938fdd37da5949a415386999f08ccb06f3f
-
- 08 Dec, 2010 2 commits
-
-
Adam Mercer authored
Original: df6108628193912ccc70bffe593bb62d164dad74
-
Adam Mercer authored
move pulsar specific functions from lalxml into lalpulsar so that lalxml is an optional dependency of lalpulsar Original: 92c62bbfaa5820f2ad5abe57794aaf4d7b47960f
-
- 23 Nov, 2010 3 commits
-
-
Adam Mercer authored
add the LALSUITE_OSX_VERSION_CHECK macro that contains the check for a supported OSX version, reduces code repetition. Original: 2c60bb75358b4c0aacdb560c55a477fe796e91f4
-
Adam Mercer authored
Original: c690f810dbabc88c5514caefa1a5929343c96e64
-
Adam Mercer authored
Original: 4b613264b1f0dc075b64b25fc6268872d20e7bce
-