提交历史

作者 SHA1 备注 提交日期
  Isaac Woods 20865883e0 Make `read_field` and friends take a mutable context 1 年之前
  Isaac Woods 066aa996dc aml: suppress all the warnings produced by the crate 1 年之前
  Mark Poliakov 05c5578c5c AML: Fix DefPackage len < NumElements failing 1 年之前
  Mark Poliakov 0e1534640e aml: `DefSizeOf` implementation 1 年之前
  Isaac Woods d5def73b37 Add hack to get `aml` compiling on 32-bit platforms 2 年之前
  Ron Williams 8e71a960f7 Update syntax of literal zero 2 年之前
  Isaac Woods b2931f402f aml: update to `bitvec v1.0.1` as `funty v1.2` has been yanked 2 年之前
  Hannes Karppila 0552e88dfd Execute PciRoute LinkObject if it's a method 3 年之前
  Isaac Woods 556969a41d Handle conversions to buffers from as_type 3 年之前
  Isaac Woods fb1bc5870a Support reads from buffer fields, implicitly converting to integer or buffer 3 年之前
  Isaac Woods b7afb442b6 Implement zero-extension in stores to buffer fields 3 年之前
  Isaac Woods 8cb1df1f64 Support writes from buffers into buffer fields (minus zero extension) 3 年之前
  Isaac Woods 14e966731c Handle writes from integers into buffer fields 3 年之前
  Isaac Woods 6a610dc1d8 Wrap buffer data in spinning_top::Spinlock 3 年之前
  Isaac Woods 1eedc2a931 Leave note about Packages also probably needing to be Arced 3 年之前
  Isaac Woods c1597aba3d Switch locals and args to being stored in arrays 3 年之前
  Isaac Woods 7e495f8b57 Add representation of buffer fields 3 年之前
  Isaac Woods f814fd61f8 Reference count inner data of AML buffer values 3 年之前
  Isaac Woods e39bf68355 Fix tests 3 年之前
  Isaac Woods 6f92f675a4 Implement DefConcat 3 年之前
  Isaac Woods b303da95f9 Convert booleans to integers when asked 3 年之前
  Isaac Woods 667b64a3ef Add namespace values for devices and thermal zones 3 年之前
  Isaac Woods 7f6bb2ee53 Parse `DefPowerResources` 3 年之前
  Michael Melanson 92ab90a36d Regression: `AmlContext: Send + Sync` again. 3 年之前
  Casper Verhaar 939a06b1eb Add `AmlError::UnexpectedResourceType` 4 年之前
  Casper Verhaar ad1b6a8696 Record attempted conversion in error 4 年之前
  Isaac Woods c7ba997bd1 Tidy up Debug implementation of MethodCode 4 年之前
  Isaac Woods f389da0aff Provide nice method for creating native method AmlValues 4 年之前
  Isaac Woods 0ec427443a Provide constructors for AML numerical constants: ZERO, ONE, ONES 4 年之前
  Isaac Woods d29abef14c Support native functions 4 年之前