Export to GitHub

mono-soc-2008 - default

Source Commits


Commits

Author Date Commit Message
nestor.salceda Jul 23, 2008 364 Change class name.
nestor.salceda Jul 23, 2008 363 Now the reports are generated without problems
nestor.salceda Jul 23, 2008 362 Added the Master Pipeline.
nestor.salceda Jul 23, 2008 361 Add the IPipeline interface for creating new pipelines. Add one IPipeline stub f
jeremie.laval Jul 23, 2008 360 * Added ManualResetEventSlim. * Completed some Parallel.For and Parallel.ForEach
jeremie.laval Jul 22, 2008 359 * Speed refactoring in PEBlockingCollection. Splitted the Enumerator in two clas
Ed.Ropple Jul 22, 2008 358 Added a port scanner sort of tool to automatically run XSP2 on different ports f
nestor.salceda Jul 22, 2008 357 Oops, be careful with this empty statement.
jeremie.laval Jul 22, 2008 356 * Implemented First and FirstOrDefault operators. * Added Mono's Linq unit tests
igfgt1 Jul 22, 2008 355 Work on cleaning/restructuring the code
nestor.salceda Jul 22, 2008 354 Create the object once.
nestor.salceda Jul 22, 2008 353 Create only one action.
nestor.salceda Jul 22, 2008 352 Put a property for set the DestinationFile.
nestor.salceda Jul 22, 2008 351 Allow only 1 document.
nestor.salceda Jul 22, 2008 350 Pass only one document to the action.
nestor.salceda Jul 22, 2008 349 Speed up the test.
nestor.salceda Jul 22, 2008 348 Allow only one document for input.
jeremie.laval Jul 21, 2008 347 * Added a dedicated IParallelEnumable<T> for Repeat operator. * In addition to t
jeremie.laval Jul 20, 2008 346 * Other bunch of PLinq operators. Some who require ordering aren't correct for t
jeremie.laval Jul 19, 2008 345 * Implemented PLinq's special Aggregate operator with corresponding unit-test. *
nestor.salceda Jul 18, 2008 344 Pass only one document to this action.
nestor.salceda Jul 18, 2008 343 Test that the process with one input, produces one output.
nestor.salceda Jul 18, 2008 342 Added the last rule commited.
nestor.salceda Jul 18, 2008 341 Use the params keyword.
nestor.salceda Jul 18, 2008 340 Changed tests in order to compile the new Action.
nestor.salceda Jul 18, 2008 339 Start the change for allowing multiple input documents and multiple output docum
jeremie.laval Jul 18, 2008 338 * PLinq seems to work well in this commit. * Refactored ParallelEnumerable<T> in
nestor.salceda Jul 18, 2008 337 Update the xsl file.
nestor.salceda Jul 18, 2008 336 Fix the two medium.
nestor.salceda Jul 18, 2008 335 Add links for each report.
nestor.salceda Jul 18, 2008 334 Select the element directly.
nestor.salceda Jul 18, 2008 333 Fix a trouble with the names.
nestor.salceda Jul 18, 2008 332 This code passes the tests.
nestor.salceda Jul 17, 2008 331 Add the advances, I should only fill the empty method.
nestor.salceda Jul 17, 2008 330 Add tests in order to count the amount of elements reported.
nestor.salceda Jul 17, 2008 329 The files creation works.
nestor.salceda Jul 17, 2008 328 I should check this creation.
nestor.salceda Jul 17, 2008 327 Some fix for the correct building and test running.
nestor.salceda Jul 17, 2008 326 Add a generated xml file, I will use it for testing the FilterBy.
nestor.salceda Jul 17, 2008 325 Change the class name for a better name.
nestor.salceda Jul 17, 2008 324 Added stubs for the new action.
nestor.salceda Jul 17, 2008 323 Added problem and solution.
nestor.salceda Jul 17, 2008 322 Refactored code in order to improve readability.
nestor.salceda Jul 17, 2008 321 This helped me running a testing rule against Mono.
nestor.salceda Jul 17, 2008 320 Added tests and code in order to skip all .Format methods whose declaring type i
jeremie.laval Jul 17, 2008 319 * More PLinq operator and their test. * Changed the way parallelism is handled i
nestor.salceda Jul 17, 2008 318 This code passes the tests.
nestor.salceda Jul 17, 2008 317 Add the test case pointed by Sebastien in my Proposal Email.
nestor.salceda Jul 17, 2008 316 This code passes the tests.
nestor.salceda Jul 17, 2008 315 Added test when we are loading the string from a local (and there are other stri
nestor.salceda Jul 17, 2008 314 Added System.Xml.Linq. Excluded Mono.C5, a strange error with PE.
jeremie.laval Jul 17, 2008 313 * Refactored ParallelEnumerable logic in a generic Process method. * Implemented
nestor.salceda Jul 17, 2008 312 We don't treat strings that we are not able to discover (perhaps only in runtime
nestor.salceda Jul 17, 2008 311 Use char instead of string for the list. Add a test with various brackets.
nestor.salceda Jul 17, 2008 310 Add test with other characters.
nestor.salceda Jul 17, 2008 309 Make the regexp simpler, as the String.Format does.
nestor.salceda Jul 17, 2008 308 Use the matches for determine repeated indexes. This code passes the tests.
nestor.salceda Jul 17, 2008 307 Added test with repeated indexes.
nestor.salceda Jul 17, 2008 306 The String.Format method counts the number of arguments only with the '{' token,
jeremie.laval Jul 17, 2008 305 * Parallel.ForEach algorithm rewrite.
jeremie.laval Jul 17, 2008 304 * Parallel.For algorithm rewrite. * Implemented Dop (Degree of Parallelism) supp
nestor.salceda Jul 17, 2008 303 This code passes the tests.
nestor.salceda Jul 17, 2008 302 Added test when the code is creating the array in order to pass.
nestor.salceda Jul 17, 2008 301 Remove the ugly MoreDateTime and add a more complete one.
nestor.salceda Jul 17, 2008 300 Added the case of hypens on formatter.
nestor.salceda Jul 16, 2008 299 This code passes the tests.
nestor.salceda Jul 16, 2008 298 Add test for parameters and a format, as datetimes.
nestor.salceda Jul 16, 2008 297 This code trims down the false positivo.
nestor.salceda Jul 16, 2008 296 Add cases when you are obtaining the string from somewhere ...
nestor.salceda Jul 16, 2008 295 Fix the erratic test.
nestor.salceda Jul 16, 2008 294 Add a testcase with more than one parameter.
nestor.salceda Jul 16, 2008 293 Red, Green ... Refactor!
nestor.salceda Jul 16, 2008 292 This code passes the tests.
nestor.salceda Jul 16, 2008 291 Added tests for the two basic cases.
nestor.salceda Jul 16, 2008 290 Added initial tests and code which passes.
nestor.salceda Jul 16, 2008 289 Added two libraries needed for running the tests.
nestor.salceda Jul 16, 2008 288 Added the Correctness namespace. Added the skeletons for the new rule.
jeremie.laval Jul 16, 2008 287 * Major unit tests adding and tuning. * Couple of bug fixes thanks to these test
jeremie.laval Jul 16, 2008 286 * Completed BlockingCollection<T>. * Fix for ThreadWorker sleeping time that was
nestor.salceda Jul 15, 2008 285 Add the mdb patch, recently applied.
nestor.salceda Jul 15, 2008 284 Run the tests against the built sources, not against the installed ones. This (
nestor.salceda Jul 15, 2008 283 Organize the code in functions.
jeremie.laval Jul 15, 2008 282 * Implemented correctly IConcurrentColelction's Remove in ConcurrentStack and Co
Ed.Ropple Jul 14, 2008 281 CloverleafService is working. Right now it's a dumb script that just runs as a s
nestor.salceda Jul 14, 2008 280 Delete directory if exists.
nestor.salceda Jul 14, 2008 279 Generate the reports with the script.
jeremie.laval Jul 14, 2008 278 * Added BlockingCollection<T> first implementation. * Some Parallel rework. * Ag
nestor.salceda Jul 14, 2008 277 Added several rules with the spreadsheet information.
nestor.salceda Jul 14, 2008 276 Start implementing the planned rules in the spreadsheet.
nestor.salceda Jul 13, 2008 275 Update the bugs reported document.
Ed.Ropple Jul 13, 2008 274 -Added CloverleafLocator to wrap Mono.Zeroconf. -The Zeroconf checker works for
Ed.Ropple Jul 12, 2008 273 Adding the Zeroconf libraries in the project root. Will add the Avahi provider w
jeremie.laval Jul 12, 2008 272 * More Oops : forgot to replace literal values by their const var counterpart.
jeremie.laval Jul 12, 2008 271 * Oops : remove scwls.
jeremie.laval Jul 12, 2008 270 * Fixed some stuff in Future<T> (mirroring changes from Task). * Parallel.ForEac
jeremie.laval Jul 12, 2008 269 * Make the ThreadWorker starts immediately and disable Pulse, seems to stall the
nestor.salceda Jul 11, 2008 268 Update the equivalence document.
nestor.salceda Jul 11, 2008 267 Reduce the Severity of the field fault.
nestor.salceda Jul 11, 2008 266 Remove the unnecesary String.Format call.
nestor.salceda Jul 11, 2008 265 Change some local var names.