Wiki

root/cobra/trunk/HowTo

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @2544 [2544] 11 months Charles.Esterbrook Internal.
(edit) @2460 [2460] 18 months Chuck.Esterbrook Code cleanup.
(edit) @2459 [2459] 19 months Chuck.Esterbrook Code cleanup.
(edit) @2458 [2458] 19 months Chuck.Esterbrook (Minor) Point to the new WPF Notepad sample. Clean up @ref's.
(edit) @2437 [2437] 20 months Chuck.Esterbrook Add a How-To for using OpenTK.
(edit) @2418 [2418] 22 months Chuck.Esterbrook (minor) Added .skip. to XNA How-To as XNA is not commonly installed. …
(edit) @2416 [2416] 22 months Chuck.Esterbrook Code cleanup.
(edit) @2415 [2415] 22 months Chuck.Esterbrook Code cleanup.
(edit) @2414 [2414] 22 months Chuck.Esterbrook Added new XNA How-To courtesy of Kurper. Can you outrun the dog?
(edit) @2411 [2411] 22 months Chuck.Esterbrook Minor. Use ? over if() as appropriate in this How-To. reported-by:kurper
(edit) @2344 [2344] 2 years Chuck.Esterbrook Break out @ref and @args from the testify-only .args. directive. This is …
(edit) @2338 [2338] 2 years Chuck.Esterbrook Code cleanup.
(edit) @2337 [2337] 2 years Chuck.Esterbrook Improvements to a How To.
(edit) @2335 [2335] 2 years Chuck.Esterbrook Improvements to the How-To's.
(edit) @2321 [2321] 2 years Chuck.Esterbrook Added a .skip.
(edit) @2306 [2306] 2 years Chuck.Esterbrook Reduce run times for thread examples for the benefit of testify.
(edit) @2278 [2278] 2 years Chuck.Esterbrook New thread How To's. credit:todd.a
(edit) @2261 [2261] 2 years Chuck.Esterbrook Add STAThread which is the normal approach for WinForms programs.
(edit) @2216 [2216] 3 years Chuck.Esterbrook Expand How To Use Lists.
(edit) @2215 [2215] 3 years Chuck.Esterbrook Expand How To Use Lists.
(edit) @2214 [2214] 3 years Chuck.Esterbrook Added How-To "Use Lists" Not done yet, but stable and still useful.
(edit) @2138 [2138] 3 years Chuck.Esterbrook Mark .skip. since most test systems won't have Qyoto installed.
(edit) @2127 [2127] 3 years Chuck.Esterbrook Take out is shared on def main in the how-to's.
(edit) @2125 [2125] 3 years Chuck.Esterbrook Added Qyoto How To. credit:Kurper
(edit) @2120 [2120] 3 years Chuck.Esterbrook Update doc string.
(edit) @2113 [2113] 3 years Chuck.Esterbrook Add testify directive to .require. dotnet
(edit) @2046 [2046] 3 years Chuck.Esterbrook Initializers must now start with a call to another initializer in the same …
(edit) @2019 [2019] 3 years Chuck.Esterbrook Introduce .typeOf as a cross platform means of getting the type of an …
(edit) @2002 [2002] 3 years Chuck.Esterbrook Added @ref directive for specifying library references in source code.
(edit) @2001 [2001] 3 years Chuck.Esterbrook Compiler directives have changed to @foo. ticket:109
(edit) @1999 [1999] 3 years Chuck.Esterbrook Minor. Add .compile-only. testify directive to recent WPF HowTo?.
(edit) @1996 [1996] 3 years Chuck.Esterbrook Added new How To.
(edit) @1983 [1983] 3 years Chuck.Esterbrook Update How To's to match the current Cobra syntax and feature set.
(edit) @1932 [1932] 3 years Chuck.Esterbrook Fixed error about ambiguous reference to "Object". This was caused by an …
(edit) @1930 [1930] 3 years Chuck.Esterbrook Use new cue init in HowTo?.
(edit) @1895 [1895] 3 years Chuck.Esterbrook Fixed: Cobra finds the definitions of identifiers in the parent namespaces …
(edit) @1823 [1823] 3 years Chuck.Esterbrook Added How To Use Arrays. ticket:88 credit:hopscc,Chuck
(edit) @1816 [1816] 3 years Chuck.Esterbrook Show an example of ... is protected, override
(edit) @1795 [1795] 3 years Chuck.Esterbrook Update the WinForms example: * More substance. * Latest syntax. * …
(edit) @1673 [1673] 4 years Chuck.Esterbrook Modified commandline options so -r becomes synonym for -run rather than …
(edit) @1661 [1661] 4 years Chuck.Esterbrook Updates for new use capability to locate libraries.
(edit) @1619 [1619] 4 years Chuck.Esterbrook Fix a bug regarding qualified enumeration types. Bug was introduced in an …
(edit) @1596 [1596] 4 years Chuck.Esterbrook Test that the default type for vars, properties and method arguments is …
(edit) @1509 [1509] 4 years Chuck.Esterbrook Add a note about finding more WinForms code in the new ObjectExplorer.
(edit) @1497 [1497] 4 years Chuck.Esterbrook Added another book to "Recommended reading"
(edit) @1470 [1470] 4 years Chuck.Esterbrook Print stmt fix courtesy of Greg Kress.
(edit) @1463 [1463] 4 years Chuck.Esterbrook Remove a warning which testify doesn't like.
(edit) @1462 [1462] 4 years Chuck.Esterbrook Tweak.
(edit) @1461 [1461] 4 years Chuck.Esterbrook Cover more syntactical elements.
(edit) @1460 [1460] 4 years Chuck.Esterbrook Enhance testify .require. directive to understand DLLs. Mark appropriate …
(edit) @1457 [1457] 4 years Chuck.Esterbrook New HowTo?.
(edit) @1454 [1454] 4 years Chuck.Esterbrook Added new sort examples. Thanks to Max Grender-Jones "themaniac".
(edit) @1433 [1433] 4 years Chuck.Esterbrook Fixed: Calling Application.init in a GTK application causes a false …
(edit) @1424 [1424] 4 years Chuck.Esterbrook Added new .require. directive for -testify
(edit) @1406 [1406] 4 years Chuck.Esterbrook New snapshot of the compiler.
(edit) @1399 [1399] 4 years Chuck.Esterbrook Support putting a code block of one statement on the same line as a …
(edit) @1398 [1398] 4 years Chuck.Esterbrook Add a link to the Mono Gtk Namespace Docs.
(edit) @1383 [1383] 4 years Chuck.Esterbrook Add GTK example.
(edit) @1370 [1370] 4 years Chuck.Esterbrook Documentation improvements courtesy of Peter Ennis.
(edit) @1351 [1351] 4 years chuck Spacing tweaks.
(edit) @1324 [1324] 4 years chuck Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
(edit) @1315 [1315] 4 years chuck Add new How To for WinForms.
(edit) @1311 [1311] 4 years chuck Add new Threads.cobra in HowTo?.
(edit) @1310 [1310] 4 years chuck Added new HowTo? on Contracts.
(edit) @1236 [1236] 4 years chuck Minor updates to make -testify happy.
(edit) @1204 [1204] 4 years chuck Updates to Samples, How-To's and Reusables for latest version of Cobra.
(edit) @1180 [1180] 4 years chuck New domain name is: cobra-language.com
(edit) @1134 [1134] 4 years chuck New How To's
(edit) @1129 [1129] 4 years chuck Fixes.
(edit) @1127 [1127] 4 years chuck Improvements and fixes to HowTo?'s and Samples.
(edit) @1079 [1079] 4 years chuck Added MySQL example.
(edit) @948 [948] 5 years chuck Added new HowTo? for yield statement. Note that two bugs in the compiler …
(edit) @739 [739] 5 years chuck mod
(edit) @650 [650] 5 years Chuck mod
(edit) @647 [647] 5 years Chuck mod
(edit) @586 [586] 5 years Chuck mod
(edit) @584 [584] 5 years Chuck mod
(edit) @517 [517] 5 years Chuck mod
(add) @445 [445] 6 years echuck mod
Note: See TracRevisionLog for help on using the revision log.