aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-29Meson: Remove old OpenCL optionThomas White
2023-07-28Allow detgeom_free(NULL)Thomas White
2023-07-27Fix some more memory leaksThomas White
2023-07-26asdf: Fix a memory leakThomas White
2023-07-26indexamajig: Fix a few small memory leaksThomas White
2023-07-26intcontext_free: Free the intcontext structure itselfThomas White
2023-07-26Fix memory leaks in header cachingThomas White
2023-07-25Add DOIsThomas White
2023-07-25indexamajig: Add missing initialiserThomas White
2023-07-11partialator: Add --unmerged-outputThomas White
2023-07-06CI: Update artifact definition for build-centos7Thomas White
Unfortunately, multiple artifacts with different parameters aren't (yet) supported: https://gitlab.com/gitlab-org/gitlab/-/issues/18744
2023-07-06CI: build-centos7: Fix artifact path for test logs (again)Thomas White
2023-07-06CI: build-centos7: Fix artifact path for test logsThomas White
2023-07-06CI: Add JUnit test reportThomas White
2023-07-05Use the latest version of git on max-display node.Parthasarathy Tirumalai
2023-07-04Add variable SECURE_FILES_DOWNLOAD_PATH for build-deploy-local-maxwell.Parthasarathy Tirumalai
2023-07-04Add secure projects downloader.Parthasarathy Tirumalai
2023-07-04Update .gitlab-ci.yml file so as to merge local maxwell build and deploy...Parthasarathy Tirumalai
2023-07-03Update .gitlab-ci.yml file for build-centos7 so as to copy the installed ↵Parthasarathy Tirumalai
files...
2023-06-21CI: Add libcurl-devel to build-centos7Thomas White
2023-06-21CI: Add 'which' for build-centos7Thomas White
2023-06-21CI: Add curl for build-centos7Thomas White
2023-06-21CI: Add secure files downloadThomas White
2023-06-15Homebrew: Add Eigen dependencyThomas White
2023-06-14Enable meson wrap system and build dependent libraries.Parthasarathy Tirumalai
2023-06-14INSTALL.md: Advertise Homebrew formulaThomas White
2023-06-09ASAP::O: Set correct ingest mode for producerThomas White
2023-06-06MsgPack: Fix incorrect array index for bad pixel mapThomas White
2023-06-06Meson: Look for msgpack-c and msgpackThomas White
The pkg-config name for MsgPack has unhelpfully changed: https://github.com/msgpack/msgpack-c/blob/c_master/CHANGELOG.md#-breaking-changes-
2023-06-06Remove limit on number of children in the profiling graphThomas White
2023-06-06MsgPack: Complain if geometry file has placeholder dimensions or stacked panelsThomas White
2023-06-06Merge branch 'asapo-producer'Thomas White
2023-06-03ASAP::O: Add verbose logging for hits-only streamThomas White
Caution: extreme console spam
2023-06-03ASAP::O: Increase number of sender threadsThomas White
2023-06-03Support Seedee format f8<Thomas White
2023-06-03ASAP::O: Reduce verbosityThomas White
2023-06-03Fix missing error textThomas White
2023-06-03ASAP::O: Use unique filename for hitsThomas White
2023-06-03ASAP::O: Reduce producer timeoutThomas White
2023-06-03ASAP::O: Fix some uninitialised stuffThomas White
2023-06-02ASAP::O: Make output stream write conditionalThomas White
2023-06-02Seedee: Handle u4< data typeThomas White
2023-06-02ASAP::O: Use input stream name as output (add _hits to data source)Thomas White
This means we don't need a stream name any more, so --asapo-output-stream became a simple flag parameter.
2023-06-02ASAP::O: Use XX_hits for producer data sourceThomas White
2023-06-02Avoid strcmp(..., NULL)Thomas White
2023-06-01Meson: Factorise RPATH and include ASAP::O libraries folderThomas White
2023-06-01indexamajig: Add --asapo-output-stream (hits only)Thomas White
2023-06-01ASAP::O: Use message ID as serial numberThomas White
2023-06-01Meson: Add ASAP::O producer dependencyThomas White
2023-06-01indexamajig: Avoid is_hdf5_file(NULL, ...)Thomas White