- Aug 13, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4055 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 22, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4054 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 21, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4051 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 17, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4047 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 16, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4044 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 15, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4043 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
Fixing the last commit. This revision will apply better when doing updates if m4 is not in version control. Updating the bootstrap script to ensure a m4 directory is created. Moving the ax_check_compile_flag.m4 back to the config directory. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4040 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
As part of the daqd bootstrap process aclocal needs an m4 directory. Moving the src/daqd/ax_check_compile_flag.m4 file to src/daqd/m4 as that is a better place for it and it ensures the directory exists. Creating a src/nds/m4 folder as well for the bootstrap process in src/nds. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4039 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 14, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4038 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 10, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4037 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 09, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4036 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
as this would save a bogus number. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4035 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4034 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4033 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 01, 2015
-
-
Rolf Bork authored
This location was discussed at the July 1, 2015 CDS meeting. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4031 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 30, 2015
-
-
Rolf Bork authored
part of the make, make-install process. - make command produces build/modelepics/config/adcListSorted.txt - make install-model produces a target/modelname/param/model_adclist.txt file. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4030 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4029 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4028 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 25, 2015
-
-
James Batch authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4026 6dcd42c9-f523-4c6d-aada-af552506706e
-
James Batch authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4023 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
Ed Maros did the first pass of work to introduce typedefs that hide the differences. Jonathan Hanks make some changes and updated the configure/build structure to build on against either version of ldas-tools. Tested on x1boot. Added the ax_check_compile_flag.m4 file to allow configure to check for compilation flags (-std=c++0x or -std=c++11). Added a conditional define to daqd.cc DAQD_CPP11 which is used to select the proper hash/map needed in code which checks for duplicate names. Ldas-tools 2+ requires C++ 11 and the older hash_map or ext/hash_map includes no longer work. Fixed one C++ 11 incompatibility. trend.cc had a local var named 'errno'. With the C++11 flags set errno was expanded as a macro and the variable no longer existed, solved by renaming the local variable. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4022 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 19, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4020 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 18, 2015
-
-
Rolf Bork authored
offsets and gains. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4019 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4017 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 12, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4016 6dcd42c9-f523-4c6d-aada-af552506706e
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4015 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 10, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4014 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 05, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4013 6dcd42c9-f523-4c6d-aada-af552506706e
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4012 6dcd42c9-f523-4c6d-aada-af552506706e
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4011 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 01, 2015
-
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4010 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 29, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4009 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 15, 2015
-
-
Rolf Bork authored
These changes also committed to branch-2.9. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4008 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 14, 2015
-
-
Rolf Bork authored
This change also checked into branch-2.9 for release 2.9.3. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4006 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 06, 2015
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4004 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 05, 2015
-
-
Keith Thorne authored
Requests 691, 854 - DAQ build finds EPICS, framecpp, names threads, can set real-time priority, CPU affinity - check README in src/daqd git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4003 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Apr 24, 2015
-
-
Rolf Bork authored
that run too long (>45usec) for transmission to reach end/corner in time. This delay is set on a per model basis by adding the line rfm_delay to the Parameter block. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3999 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Apr 16, 2015
-
-
Rolf Bork authored
was complete before triggering user applications. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3996 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 26, 2015
-
-
Rolf Bork authored
Had to add writing a new fec.snap whenever tables changes made from the SDF_TABLE display. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3989 6dcd42c9-f523-4c6d-aada-af552506706e
-
Rolf Bork authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3986 6dcd42c9-f523-4c6d-aada-af552506706e
-