<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/ide, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Merge PR #14068: [build] Remove leftovers of code signing / OSX IDE infrastructure</title>
<updated>2021-04-19T18:46:31+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-19T18:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c3d7754ec2045a964974698821adb73c586b4e41'/>
<id>c3d7754ec2045a964974698821adb73c586b4e41</id>
<content type='text'>
Reviewed-by: Zimmi48
Ack-by: jfehrle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Zimmi48
Ack-by: jfehrle
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14060: Coqide: on MacOS X, allow the command (⌘) key to be set/unset as a modifier</title>
<updated>2021-04-19T17:06:18+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-19T17:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d89f5c935af6e6055691b9980c7dfdfa481b6c4f'/>
<id>d89f5c935af6e6055691b9980c7dfdfa481b6c4f</id>
<content type='text'>
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>[build] Remove leftovers of codesigning / OSX IDe infrastructure.</title>
<updated>2021-04-19T11:44:08+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2021-04-04T13:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=819e8a4f84bc6798b4e890090fb74a3f02626d6b'/>
<id>819e8a4f84bc6798b4e890090fb74a3f02626d6b</id>
<content type='text'>
This is not used anymore, and after #14122 the makefile parts for the
dmg generation are not used anymore.

Closes #7476 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not used anymore, and after #14122 the makefile parts for the
dmg generation are not used anymore.

Closes #7476 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Coqide: on MacOS X, allow the command key to be set/unset as a modifier.</title>
<updated>2021-04-18T17:18:45+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2021-04-02T17:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=32cc7cb03f879d089e226958ab8e89cbcde79d10'/>
<id>32cc7cb03f879d089e226958ab8e89cbcde79d10</id>
<content type='text'>
This is done by:
- allowing the &lt;Meta&gt; gtk modifier (gtk internal name for Command) to
  be used as a modifier by default on MacOS X
- printing it &lt;cmd&gt; in the preference window when on MacOS X
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done by:
- allowing the &lt;Meta&gt; gtk modifier (gtk internal name for Command) to
  be used as a modifier by default on MacOS X
- printing it &lt;cmd&gt; in the preference window when on MacOS X
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14046: make critical sections safe in the presence of exceptions</title>
<updated>2021-04-12T12:34:16+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-12T12:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=271445decd0fc1a37da3009f148f2e68c7168fe1'/>
<id>271445decd0fc1a37da3009f148f2e68c7168fe1</id>
<content type='text'>
Reviewed-by: ejgallego
Ack-by: gares
Ack-by: SkySkimmer
Ack-by: gadmm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ejgallego
Ack-by: gares
Ack-by: SkySkimmer
Ack-by: gadmm
</pre>
</div>
</content>
</entry>
<entry>
<title>Make critical sections safe in the presence of exceptions</title>
<updated>2021-04-09T19:05:43+00:00</updated>
<author>
<name>Lasse Blaauwbroek</name>
</author>
<published>2021-04-01T07:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=520ac61dfe5a6e865cb7b10f4a822c0d72f3ded9'/>
<id>520ac61dfe5a6e865cb7b10f4a822c0d72f3ded9</id>
<content type='text'>
We introduce the `with_lock` combinator that locks a mutex in an atomic fashion.
This ensures that exceptions thrown by signals will not leave the system in a
deadlocked state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduce the `with_lock` combinator that locks a mutex in an atomic fashion.
This ensures that exceptions thrown by signals will not leave the system in a
deadlocked state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a GTK warning in CoqIDE introduced by #14063.</title>
<updated>2021-04-08T14:14:24+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-08T14:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=bfb350e2cd04699893832531f66746d85538896d'/>
<id>bfb350e2cd04699893832531f66746d85538896d</id>
<content type='text'>
The Variant entry was appearing twice, leading to a duplicate warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Variant entry was appearing twice, leading to a duplicate warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14062: Fixes #11690: wrongly toggled coqide printing matching flag</title>
<updated>2021-04-08T11:32:09+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-08T11:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2b8d8b996b7ae9b5c170792cbf45c4fd96ed3658'/>
<id>2b8d8b996b7ae9b5c170792cbf45c4fd96ed3658</id>
<content type='text'>
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14077: Add odoc warnings for empty packages.</title>
<updated>2021-04-06T18:12:14+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-06T18:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=daba2de6b642383293dd196a76db95c685868992'/>
<id>daba2de6b642383293dd196a76db95c685868992</id>
<content type='text'>
Reviewed-by: ejgallego
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ejgallego
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13741: Remove omega tactic (deprecated in 8.12)</title>
<updated>2021-04-06T14:55:06+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-06T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2360e5ba31c350f25d49fc71736282bfad9975ed'/>
<id>2360e5ba31c350f25d49fc71736282bfad9975ed</id>
<content type='text'>
Reviewed-by: Zimmi48
Ack-by: JasonGross
Ack-by: silene
Ack-by: SkySkimmer
Ack-by: olaure01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Zimmi48
Ack-by: JasonGross
Ack-by: silene
Ack-by: SkySkimmer
Ack-by: olaure01
</pre>
</div>
</content>
</entry>
</feed>
