Commit Graph

5 Commits

Author SHA1 Message Date
Julien Fischer
05e16d889c Avoid potentially ambiguous pragmas in benchmarks.
benchmarks/*/*.m:
    As above.
2021-06-19 21:45:36 +10:00
Zoltan Somogyi
4910a8564d Update programming style. 2021-01-26 14:33:09 +11:00
Zoltan Somogyi
d33273d033 Tell vim not to expand tabs in Makefiles.
This file-specific setting will override a default setting of expandtabs
in $HOME/.vimrc.

*/Makefile:
*/Mmakefile:
    As above.

tests/hard_coded/.gitignore:
    Don't ignore the purity subdir. This ignore must have been left over
    from when purity.m was a test in hard_coded, not hard_coded/purity,
    and it ignored an executable, not a directory.
2015-01-08 22:07:29 +11:00
Julien Fischer
39c2f5abec Fix compilation warnings in benchmarks.
benchmarks/progs/compress/bmio.m:
benchmarks/progs/mandelbrot/mandelbrot.m:
	As above.

benchmarks/progs/compress/*.m:
	Update syntax used in these files: there are no
	changes to any algorithms.
2013-04-29 17:58:09 +10:00
Paul Bone
ea06fd8cde Add the benchmarks directory into the main Mercury repository.
This was a seperate repository in CVS and so it missed the conversion.

benchmarks/
    As above.
2013-01-04 12:13:53 +11:00