• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision311ff4ff4e274640d866b8c5f0039e949fa6b3b0 (tree)
Time2023-07-27 01:06:59
AuthorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Added OSDN-links for handCompiled-files in (last 3) QuickNotes

Change Summary

Incremental Difference

diff -r 5f900fc69024 -r 311ff4ff4e27 CCastle/3.Design/B.Workshop/short/3.sendingEvents.rst
--- a/CCastle/3.Design/B.Workshop/short/3.sendingEvents.rst Wed Jul 26 17:08:10 2023 +0200
+++ b/CCastle/3.Design/B.Workshop/short/3.sendingEvents.rst Wed Jul 26 18:06:59 2023 +0200
@@ -16,6 +16,8 @@
1616 .. seealso::
1717
1818 * :file:`.../SIEVE/1.WorkCopy/CC-event-sieve.Castle-handCompiled.c`
19+ |BR|
20+ (`also on OSDN <https://osdn.net/users/albertmietus/pf/CC-Castle/scm/blobs/tip/src-example/hand-compiled/CC-event-sieve.Castle-handCompiled.c>`__)
1921 * The Machinery part is now in :ref:`QN_EventMachinery`
2022 * The Jinja templating study can be found in :ref:`QN_EventTemplate`
2123
diff -r 5f900fc69024 -r 311ff4ff4e27 CCastle/3.Design/B.Workshop/short/4.Events_Machinery.rst
--- a/CCastle/3.Design/B.Workshop/short/4.Events_Machinery.rst Wed Jul 26 17:08:10 2023 +0200
+++ b/CCastle/3.Design/B.Workshop/short/4.Events_Machinery.rst Wed Jul 26 18:06:59 2023 +0200
@@ -14,6 +14,8 @@
1414
1515 * :ref:`QN_SendEvent` for the generic part
1616 * :file:`.../SIEVE/2.GCD-work/CC-event-sieve.Castle-handCompiled.c`
17+ |BR|
18+ (not yet on OSDN)
1719
1820 The generated code depends on :ref:`TheMachinery`. For sending an event, this however only a minor change. In this quick-note, we study the difference, for just one case: :ref:`QN_SendEvent_1`
1921
diff -r 5f900fc69024 -r 311ff4ff4e27 CCastle/3.Design/B.Workshop/short/5.EventTemplate.rst
--- a/CCastle/3.Design/B.Workshop/short/5.EventTemplate.rst Wed Jul 26 17:08:10 2023 +0200
+++ b/CCastle/3.Design/B.Workshop/short/5.EventTemplate.rst Wed Jul 26 18:06:59 2023 +0200
@@ -17,6 +17,8 @@
1717
1818 * The study of generated code in: :ref:`QN_SendEvent`
1919 * :file:`.../SIEVE/1.WorkCopy/CC-event-sieve.Castle-handCompiled.c`
20+ |BR|
21+ (`also on OSDN <https://osdn.net/users/albertmietus/pf/CC-Castle/scm/blobs/tip/src-example/hand-compiled/CC-event-sieve.Castle-handCompiled.c>`__)
2022
2123
2224 Events, Eventshandlers & code