Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASLTS: Update all copyrights to 2018 | Robert Moore | 2018-01-04 | 1 | -1/+1 |
| | | | | All ASL code in the test suite. | ||||
* | ASLTS: Automated cleanup, no functional changes | Robert Moore | 2018-01-04 | 3 | -19/+16 |
| | | | | Mostly trailing spaces and extra lines at EOF. | ||||
* | Tests: Fix an incorrect argument count | Robert Moore | 2017-07-27 | 1 | -1/+1 |
| | | | | | The _ERR method requires three arguments, not two. Eliminates a warning message. | ||||
* | ASLTS: misc: adding ASL/ASL+ converter sample | Erik Schmauss | 2017-05-31 | 1 | -0/+84 |
| | | | | Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> | ||||
* | Tests: Update copyright notices to 2017 | Robert Moore | 2017-01-06 | 1 | -1/+1 |
| | | | | Affects all source files. | ||||
* | Grammar test: Deploy __LINE__ macro to simplify debugging | Robert Moore | 2016-11-18 | 1 | -74/+75 |
| | | | | ERR_ method now accepts __LINE__ from caller | ||||
* | Tests: Update copyright notices to 2016 | Robert Moore | 2016-01-06 | 1 | -1/+1 |
| | | | | Affects all source files. | ||||
* | Update grammar.asl test | Robert Moore | 2015-12-18 | 1 | -2/+4 |
| | | | | A couple of small updates. | ||||
* | Update test file permissions (2) | Robert Moore | 2015-09-23 | 2 | -0/+0 |
| | | | | Set correctly to 644. | ||||
* | Update test file permissions (1) | Robert Moore | 2015-09-23 | 2 | -0/+0 |
| | | | | Set execute bit to force commit. | ||||
* | iASL: Add new warnings for method LocalX and ArgX variables. | Robert Moore | 2015-06-25 | 1 | -0/+7 |
| | | | | | | 1) Warn if a Local is set but never used 2) Warn if a ArgX is never used (for non-predefined method names) 3) Warn if a ArgX that is used as a local is never used | ||||
* | Update Copyright headers to 2015. | David E. Box | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Revert "source and test: update copyright notices to 2015" | David E. Box | 2015-01-27 | 2 | -10680/+10680 |
| | | | | | | This reverts commit 28a95326289ca5ee7cd95f8e8e809dc5564d9509. Commit mistakenly changes file format to CRLF from default LF. | ||||
* | source and test: update copyright notices to 2015 | David E. Box | 2015-01-23 | 2 | -10680/+10680 |
| | |||||
* | Tests: Update all copyrights to 2014. | Robert Moore | 2014-01-06 | 1 | -1/+1 |
| | | | | Test suites only. Includes headers in all ASL test code. | ||||
* | ASLTS: Serialize all methods that create named objects. | Robert Moore | 2013-08-02 | 1 | -42/+42 |
| | | | | | This change greatly reduces the remark that iASL emits when a non-serialized control method creates named objects. David Box. | ||||
* | Tests: Update all copyrights to 2013. | Robert Moore | 2013-01-08 | 1 | -1/+1 |
| | | | | Test suites only. Includes headers in all ASL test code. | ||||
* | AcpiExec: Update to test multiple notify handler support. | Robert Moore | 2012-04-20 | 1 | -0/+14 |
| | | | | | Installs/removes multiple notify handlers. Also update grammar.asl to test multiple handlers. | ||||
* | Tests: Update all copyrights to 2012. | Robert Moore | 2012-01-03 | 1 | -1/+1 |
| | | | | Test suites only. | ||||
* | Update badcode.asl example for resource tag length checks. | Robert Moore | 2011-09-28 | 1 | -3/+36 |
| | | | | | iASL now checks lengths of fields created against resource tags, they must match. | ||||
* | badcode.asl: update for iASL return value checking change. | Robert Moore | 2011-04-13 | 1 | -0/+5 |
| | | | | | Add a new case for a method that returns no value, but one is expected. | ||||
* | badcode.asl: Show warning for _REG with no region. | Robert Moore | 2011-03-30 | 1 | -0/+10 |
| | | | | | Example of warning if a _REG has no corresponding operation region declaration within the same scope. | ||||
* | Tests: Update badcode.asl for iASL GPE type collision detection. | Robert Moore | 2011-02-08 | 1 | -4/+16 |
| | | | | Add a collision between _Lxx and _Exx names, iASL now detects this. | ||||
* | iASL: Warn if reserved method incorrectly returns a value. | Robert Moore | 2011-01-27 | 1 | -0/+11 |
| | | | | | | Many predefined names are defined such that they do not return a value. If implemented as a method, issue a warning if such a name returns a value. ACPICA BZ 855. | ||||
* | Tests: Update all copyrights to 2011. | Robert Moore | 2011-01-03 | 1 | -1/+1 |
| | | | | test suites only. | ||||
* | Tests: update badcode example file for new iASL error messages. | Robert Moore | 2010-11-03 | 1 | -1/+10 |
| | | | | new _CID/_HID error messages. | ||||
* | Tests: Update badcode.asl for new iASL error checks. | Robert Moore | 2010-10-06 | 1 | -5/+30 |
| | | | | New _HID checks and null resource descriptor check. | ||||
* | Tests: Add new file with examples of extended iASL error checking. | Robert Moore | 2010-04-23 | 1 | -0/+295 |
| | | | | | Shows advanced error checking ability of iASL. Compiles with no errors with ASL. | ||||
* | Tests: Update grammar.asl for iASL changes - resource descriptors. | Robert Moore | 2010-04-23 | 1 | -17/+17 |
| | | | | Fix errors caused by new error checking in iASL. | ||||
* | Tests: Automated cleanup and copyright update to 2010. | Robert Moore | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | Update all module headers with 2010 copyright. Also includes the automated cleanup, this is the first time it has been run on the test suite source, so there are quite a few changes (removal of extra spaces at the end-of-line, etc.) | ||||
* | Add grammar.asl test module. | Robert Moore | 2009-05-11 | 1 | -0/+10266 |
This module provides a quick test of both the compiler and interpreter. It excercises most of the ASL constructs and operators. |