2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 1 year ago.
Jun 06, 2023 — Jul 06, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix occurrences of sprintf(filename,NAME_CURRENT_COMP); -> sprintf(filename,"%s",NAME_CURRENT_COMP); to make clang happier More... about 1 year ago
Fix printf specifier to correct integer type More... about 1 year ago
Use _POSIX_C_SOURCE 200809L instead of obsolete _POSIX_SOURCE More... about 1 year ago
Fix warning by transitioning to non-deprecated bison statements More... about 1 year ago
Hardwire _POSIX_SOURCE on non-windows platforms More... about 1 year ago
Fix a few trivial compilation warnings and valgrind reports More... about 1 year ago
Add a few casts to remove warnings (on local-ubuntu-gcc) and errors (on conda-CI-osx) More... about 1 year ago
Try to make the legacy-ncrystal PYTHONPATH injection bash code a bit more robust More... about 1 year ago
Add 'set -e' to the general preamble of all bash scripts More... about 1 year ago
Move up definition of NCRYSTAL_LEGACY_USE to before it is actually used in .in scripts More... about 1 year ago
Make TOOLS_CC and others work in relocatable conda package More... about 1 year ago
Improve search for flex/bison on windows More... about 1 year ago
Improve search for flex/bison on windows More... about 1 year ago
Do not enable Fortran by default More... about 1 year ago
Do not enable Fortran by default More... about 1 year ago
Fix RPM dependency nonsense More... about 1 year ago
Fix RPM dependency nonsense More... about 1 year ago
Fix RPM dependency nonsense More... about 1 year ago
Require recent CMake More... about 1 year ago
Require recent CMake More... about 1 year ago
Further local tweaks More... over 1 year ago
This will in fact only work in non-mpi settings, since merge is performed in the component FINALLY section, which surprisingly happens after the instr FINALLY? Should order in fact be reversed? More... over 1 year ago
Include system call to mcpltool to probe binary blob More... over 1 year ago
Follow-up to 840f4c6, fixing https://github.com/McStasMcXtrace/McCode/issues/1505 (tested with McStas and McXtrace builds), thanks @MilanKlausz More... over 1 year ago
Ensure correct pick-up of batch snippet also in "pure CMake" build case More... over 1 year ago
Since mcpltool may --forcemerge there is no reason to maintain the hack from 66e2ad07195842a88f5cfada1113051fdf753389. Reverting on MCPL_output galore. More... over 1 year ago
Candidate fix for https://github.com/McStasMcXtrace/McCode/issues/1506 More... over 1 year ago
Merge branch 'main' of https://github.com/McStasMcXtrace/McCode into main More... over 1 year ago
Adjust to specifics of machine More... over 1 year ago
Work along the lines of https://github.com/McStasMcXtrace/McCode/issues/1504 More... over 1 year ago