<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Externals/expr, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Externals/expr: Resolve -Wshadow warning</title>
<updated>2023-12-13T20:29:31+00:00</updated>
<author>
<name>Lioncash</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-12-13T20:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5450b64951bbd4b4e29c5ad86cba0a94503b7fc0'/>
<id>5450b64951bbd4b4e29c5ad86cba0a94503b7fc0</id>
<content type='text'>
We already made changes to this library, so we can also resolve the lone
shadowing warning within it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already made changes to this library, so we can also resolve the lone
shadowing warning within it.
</pre>
</div>
</content>
</entry>
<entry>
<title>expr: increase size of `varname`</title>
<updated>2023-11-18T22:53:19+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2023-11-18T22:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5792eefdafff9fc33e1fba28538bed0768ad2bf1'/>
<id>5792eefdafff9fc33e1fba28538bed0768ad2bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add callstack to conditional breakpoints.  Checks entire stack for value.</title>
<updated>2022-12-04T03:52:17+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2022-12-03T08:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=76bf1b5f7d77323a407de90b3714208771901e88'/>
<id>76bf1b5f7d77323a407de90b3714208771901e88</id>
<content type='text'>
  Use: callstack(0x80000000).
  !callstack(value) works as a 'does not contain'.
Add strings to expr.h conditionals.
  Use quotations: callstack("anim") to check symbols/name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use: callstack(0x80000000).
  !callstack(value) works as a 'does not contain'.
Add strings to expr.h conditionals.
  Use quotations: callstack("anim") to check symbols/name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Grow internal expr int representation to 64 bits</title>
<updated>2022-10-07T04:34:44+00:00</updated>
<author>
<name>smurf3tte</name>
<email>75271109+smurf3tte@users.noreply.github.com</email>
</author>
<published>2020-12-19T20:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=341792016746eecd2fef255a4d4c62a8332f9b50'/>
<id>341792016746eecd2fef255a4d4c62a8332f9b50</id>
<content type='text'>
This is necessary to retain precision above 32 bits, but more importantly to prevent an expression like (0x80000000 | 1) from flipping the sign of the result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to retain precision above 32 bits, but more importantly to prevent an expression like (0x80000000 | 1) from flipping the sign of the result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand expr's support for numeric literals</title>
<updated>2022-10-07T04:34:44+00:00</updated>
<author>
<name>smurf3tte</name>
<email>75271109+smurf3tte@users.noreply.github.com</email>
</author>
<published>2020-12-18T01:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=11851a01e62fa698a7aad392c4719a9be1e3881f'/>
<id>11851a01e62fa698a7aad392c4719a9be1e3881f</id>
<content type='text'>
- Support hex prefix 0x or OX
- Support scientific notation

Also, reconcile the bitwise complement operator with C (use ~ instead of ^).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Support hex prefix 0x or OX
- Support scientific notation

Also, reconcile the bitwise complement operator with C (use ~ instead of ^).
</pre>
</div>
</content>
</entry>
<entry>
<title>Debugger: Initial implementation of conditional breakpoints</title>
<updated>2022-10-07T04:34:44+00:00</updated>
<author>
<name>smurf3tte</name>
<email>75271109+smurf3tte@users.noreply.github.com</email>
</author>
<published>2020-12-16T23:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7842f9a715f143e5bae2e3886148379279976bbc'/>
<id>7842f9a715f143e5bae2e3886148379279976bbc</id>
<content type='text'>
Expression class to store compiled expressions and associated variable list.

Co-authored-by:  TryTwo &lt;taolas@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expression class to store compiled expressions and associated variable list.

Co-authored-by:  TryTwo &lt;taolas@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
