Development RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • r53827 -trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms

    Author: jacksonDate: 2005-12-02 03:28:33 -0500 (Fri, 02 Dec 2005)New Revision: 53827Modified:Log:* TreeView.cs: When imagelists are used the image area isselectable as well as the text.- If there are no selected nodes select the first one.* TreeNodeCollection.cs: Getting the TreeView is mildly e...

    0 answers | 3190 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • New: ICE with SAVE attribute and (FIRST|LAST)PRIVATE

    When -fopenmp is enabled, SAVE attribute causes an ICE when the entity isreferenced in a FIRSTPRIVATE or LASTPRIVATE clause, e.g.:PRGRAM p IMPLICIT NNE ! This can be SAVE :: K and gfortran will ICE too SAVE INTEGER :: K, I K = 3 ! These two can be replaced with ! !$MP PARALLEL D LASTPRIVATE(K) a...

    2 answers | 516 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • identifying strong clustering

    I have 130 or so rows of questionnaire data. It is 67 columns widemostly of categorical nature (and often yes/no).I have been using daisy, pam and plot to view cluster plots with subsetsof columns. With different subsets, there is great variation in thedegree of overlap of the clusterplot ellips...

    0 answers | 960 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • r53826 - in trunk/cecil/lib: . Mono.Cecil

    Author: jbevainDate: 2005-12-02 03:12:41 -0500 (Fri, 02 Dec 2005)New Revision: 53826Modified: trunk/cecil/lib/ChangeLogLog:2005-12-02 Jb Evain <jbevain (AT) gmail (DOT) com>* Mono.Cecil/TypeDefinition.cs:Fix interface import. Patch by Thomas Gil.Modified: trunk/cecil/lib/ChangeLog trunk/ce...

    0 answers | 1314 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Evaluating subversion for an enterprise installation

    David Johnson <johnson_d (AT) cox (DOT) netwrote on 02.12.2005 04:41:36:2. Customer service - it is a novel idea to some folks that there can besuperior customer service without a company to back the product.Instead of getting a help desk operator with canned scripts that don'tever quite...

    0 answers | 1008 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • coping with different coding styles

    Dmitry Beransky <db01 (AT) dembel (DOT) orgwrote on 02.12.2005 00:15:32:Commits isn't the only place where different coding style may become aproblem. A diff between the working base and the working copy can alsogetscrewed up by reformatted code.I understand that I may need to adopt a co...

    0 answers | 1603 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Integrating Subversion/Apache with Windows Active directory (LDAP)

    Hi,I had the same problem (Apache dies) switching to subversion 1.2.x(well, the problem is in Apache 2.0.55 not in svn).Really I don't remember details about my googling, but my workaround wasto use mod_auth_ldap.so and util_ldap.sofrom Apache 2.0.50 distribution.Hope it helps.Guido....

    0 answers | 336 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • r53825 -trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms

    Author: jacksonDate: 2005-12-02 02:41:39 -0500 (Fri, 02 Dec 2005)New Revision: 53825Modified:Log:* TreeView.cs: When imagelists are used the image area isselectable as well as the text.Modified: 2005-12-02 06:53:45 UTC (rev 53824) 2005-12-02 07:41:39 UTC (rev 53825)@@ -1,5 +1,10 @@ 2005-12-01 Ja...

    0 answers | 2086 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • fix pr25180, ICE caused by PowerPC peephole2

    This bug is caused by an oversight in the peephole2 that optimizescomparisons with large constants if the register operand is dead, tryingto zero the high bits and comparing the result with a small constant.The pattern was not checking that the matching insns were reallyconstructing a constant,...

    0 answers | 2982 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Swig-Mingw-DistUtil Extension - Entry Point Not Found?

    I am using distutils and mingw to create an extension from some C++code for Python 2.4.1.It builds fine, but on import the following error comes up:python.exe - Entry Point Not FoundThe procedure entry point _ctype could not be locatid in the dynamiclink library msvcr71.dllI am not using ctype d...

    0 answers | 691 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Anyone ever tried to run NAnt on mono on Windows?

    Hi AtsushiNot sure what the effect of that registry bug was ,but the Mono 1.1.9.2release was working just fine here for running a version of NAnt built usingNET 1.1. However its failing badly attempting to run NAnt built using .NET2.0:** ERRR **: Can't find custom attr constructor image: &l...

    1 answers | 2322 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • mono-service

    Hey guys,I just was browsing through some of the mono code/assemblies and ran acrossmono-service. It appears that this is a windows service like implementationthat could now be used under linux or whatever other mono supportedplatform. I was just curious about the status of this and supportingas...

    0 answers | 593 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • r53824 - in trunk/mcs/class/Mono.Cairo: . Mono.Cairo

    Author: benmDate: 2005-12-02 01:53:45 -0500 (Fri, 02 Dec 2005)New Revision: 53824Modified:Log:2005-12-02 Ben Maurer <bmaurer (AT) ximian (DOT) com>* Mono.Cairo/Graphics.cs: Api fixups- Make Point, et al. structs like all other apis- Use properties rather than public fields- the plurality o...

    0 answers | 9047 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Testsuite cleanups

    Commited to 4.1 and 4.2:2005-12-01 Jerry DeLisle <jvdelisle (AT) gcc (DOT) gnu.org>* gfortran.dg/pr24489.f90: Delete, replaced by read_eor.f90.* gfortran.dg/pr24584.f90: Delete, replaced by namelist_empty.f90.These were duplicate files that I created before renaming them with descriptivena...

    0 answers | 402 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • New - System.Type.DeclaringMethod has wrong return type

    Please do not reply to this email- if you want to comment on the bug, go to theURL shown below and enter your comments there.Changed by alp (AT) atoker (DOT) com. shadow/768782005-12-02 02:18:30.000000000 -0500 shadow/76878.tmp.57982005-12-02 02:18:30.000000000 -0500@@ -0,0 +1,29 @@+Bug#: 76878+...

    0 answers | 1306 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Development"
DEV.THATSCRIPTS.COM