<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/InputCommon/ControlReference/FunctionExpression.h, branch release-prep-2603a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #13315 from jordan-woyak/func-exp-cleanup</title>
<updated>2025-02-02T16:23:13+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2025-02-02T16:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9ff833e2f41d64223d590b187f4e058569596c95'/>
<id>9ff833e2f41d64223d590b187f4e058569596c95</id>
<content type='text'>
InputCommon/ExpressionParser: Function argument parsing minor cleanup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InputCommon/ExpressionParser: Function argument parsing minor cleanup.</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon/ExpressionParser: Make ValidateArguments access existing</title>
<updated>2025-01-29T02:15:45+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-01-29T01:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=67b8100cd2eb7e13d075937bac78b87a332eab5a'/>
<id>67b8100cd2eb7e13d075937bac78b87a332eab5a</id>
<content type='text'>
members instead of passing arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
members instead of passing arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon: Fix input expression assignment operator behavior.</title>
<updated>2025-01-28T20:32:39+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2024-11-07T17:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c9ad5430d03d8c7d1be4dd7f1cc8b948bc4076d8'/>
<id>c9ad5430d03d8c7d1be4dd7f1cc8b948bc4076d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: convert GPLv2+ license info to SPDX tags</title>
<updated>2021-07-05T02:35:56+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2021-07-05T01:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e149ad4f0a9874f354221a7fc76d8f1841e47808'/>
<id>e149ad4f0a9874f354221a7fc76d8f1841e47808</id>
<content type='text'>
SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon: Allow controller settings specified with input expresions.</title>
<updated>2020-02-08T20:01:55+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2019-10-18T19:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e8152b700f76da97d346b93662ef8492bc93190c'/>
<id>e8152b700f76da97d346b93662ef8492bc93190c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::string_view</title>
<updated>2019-11-22T20:36:18+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-11-22T19:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=10fea99d8049d3224f736bcfaa1cf981fa0d14ec'/>
<id>10fea99d8049d3224f736bcfaa1cf981fa0d14ec</id>
<content type='text'>
There's nothing within this function that requires a copy of the string
to be made, so we can make use of a non-owning view
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's nothing within this function that requires a copy of the string
to be made, so we can make use of a non-owning view
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon/FunctionExpression: Remove cyclical include</title>
<updated>2019-11-22T20:36:18+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-11-22T19:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=64bc6f53fd22fabedeef56016080d5996a144fdb'/>
<id>64bc6f53fd22fabedeef56016080d5996a144fdb</id>
<content type='text'>
This header was including itself, which is likely not intended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This header was including itself, which is likely not intended.
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon/FunctionExpression: Collapse namespaces</title>
<updated>2019-11-22T20:36:14+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-11-22T19:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cb8fbe872e86705136bd1fa5f50b2bccfbb9b50a'/>
<id>cb8fbe872e86705136bd1fa5f50b2bccfbb9b50a</id>
<content type='text'>
Since we target C++17, we can collapse the namespaces into a single
declaration specifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we target C++17, we can collapse the namespaces into a single
declaration specifier.
</pre>
</div>
</content>
</entry>
<entry>
<title>ExpressionParser: Show error message with expected arguments.</title>
<updated>2019-10-12T00:38:18+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2019-10-12T00:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4d41bd64c8c01884fa0c2a663cc76a696c30adbb'/>
<id>4d41bd64c8c01884fa0c2a663cc76a696c30adbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ExpressionParser: Remove ! character from function syntax. Remove unused serialization functions.</title>
<updated>2019-10-11T23:12:18+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2019-04-04T22:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b57178d246640270779d791b00d3a5b8fd7c13f2'/>
<id>b57178d246640270779d791b00d3a5b8fd7c13f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
