Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 49105ed

Browse files
committed
[Changelog] Fixes #275. Noted the type of the BuildStartTime property as System.DateTime
1 parent a0f48f8 commit 49105ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
10-Jul-2016 Fixes #279. The string indexer on C.CModuleContainer, used to identify individual source files (generally for subsequent settings patching), now throws an exception when there is no match for the filename provided.
44

5-
01-Jul-2016 Fixes #275. Added BuildStartTime property to Bam.Core.ProcessState, as the time that the BAM process was launched. Retrieve this through Bam.Core.Graph.Instance.ProcessState.BuildStartTime. This is intended as a potentially useful piece of information that can be used alongside IProductDefinition.
5+
01-Jul-2016 Fixes #275. Added BuildStartTime property to Bam.Core.ProcessState, as the time that the BAM process was launched (type System.DateTime). Retrieve this through Bam.Core.Graph.Instance.ProcessState.BuildStartTime. This is intended as a potentially useful piece of information that can be used alongside IProductDefinition.
66

77
01-Jul-2016 Fixes #278. VisualCCommon conversions of the C.ICommonLinkerSettings now honours the Bits property, converting it to the MACHINE linker option (both command lines and .vcxproject settings).
88

0 commit comments

Comments
 (0)