File: CHANGELOG

package info (click to toggle)
bam 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,532 kB
  • sloc: ansic: 21,261; python: 731; makefile: 43; sh: 35; cpp: 30
file content (14 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Release 0.5.1
	- Fixed issues with CC environment variables
	- Out of bounds fixed to debug output and output cache ( RyanLucchese )
	- Solaris compiler support ( RyanLucchese )
	- XLC compiler support ( RyanLucchese )
	- Fixed parallel build with make ( hasufell )
	- Syntax hilighting for the readme ( mailaender )

Release 0.5.0
	- Upgraded to Lua 5.3.3 from 5.1
	- More accurate cache to reduce recompiles when switching parameters
	- Make use of CC environment variables when available by default
	- Build should now be reproducable and not add date or timestamps into the executable
	- Many more changes that isn't listed here