Commit | Date | |
---|---|---|
2012-06-09 01:54:22 |
View
Download |
|
[r1848]
(20.7 kB)
by
delphidabbler
Added TWarnings.Defaults class method that creates a TWarnings object containing a list of default warnings. |
2012-06-08 14:32:31 |
View
Download |
[r1845]
(20.0 kB)
by
delphidabbler
Removed TWarning constructor that took only a symbol name as parameter and modified code that called it (in only a single place in same unit) to use full form of constructor, passing dummy min. compiler and state values. |
2012-06-08 12:43:40 |
View
Download |
[r1844]
(20.4 kB)
by
delphidabbler
* Modified to permit a warning to be switched on as well as off, with state being set by new TWarning.State parameter. |
2012-06-08 12:34:42 |
View
Download |
[r1843]
(19.9 kB)
by
delphidabbler
Renamed TWarnings.SwitchOff property as Enabled. NOTE: Name of item relating to TWarnings.Enabled in User.config remains "SwitchOffWarnings" for backward compatibility reasons. |
2012-06-04 22:22:55 |
View
Download |
[r1757]
(20.1 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r916]
(20.1 kB)
by
delphidabbler
Simplified enumerator code. Replaced custom enumerator with calls to the TList<T> enumerator. Removed redundant code. |
2010-09-24 15:54:20 |
View
Download |
[r763]
(22.7 kB)
by
delphidabbler
* Renamed internal list that maintains list of warnings in TWarnings. |
2010-05-25 19:56:14 |
View
Download |
2010-05-25 19:45:45 |
View
Download |
|
[r745]
(12.1 kB)
by
delphidabbler
Added new UWarnings unit that encapsulate Delphi $WARN directives used to switch off unwanted compiler warnings. |
2010-05-25 12:01:22 |
View
Download |