60 Commits (e5f3393251f3b7b8b8df1e5300559828bc73d8f0)

Author SHA1 Message Date
  Matthew Jason Benson 3628209a35 problems 49079, 48961 15 years ago
  Matthew Jason Benson 16d4f876a8 problems 49079, 48961 15 years ago
  Stefan Bodewig c767541c7d As Jesse points out, equalsIgnoreCase is not locale-sensitive 15 years ago
  Stefan Bodewig 58f0bb04db if user input is compared to fixed strings in a case insensitive manner we should use the default locale. Use Locale.ENGLISH consistently 15 years ago
  Stefan Bodewig 8a848413c4 better deal with null projects 16 years ago
  Stefan Bodewig df102bb3a3 Move "don't check conditions if the attribute hasn't been set at all" logic 16 years ago
  Stefan Bodewig c6b7ba94ce Make target's if/unless treat true/false strings as booleans 16 years ago
  Stefan Bodewig e25dc381ca implement a new ${ant.refid:} syntax to expand project references as properties 16 years ago
  Stefan Bodewig e2c45d16da method level Javadocs for PropertyHelper 16 years ago
  Stefan Bodewig 12d6181057 Improve PropertyHelper documentation 16 years ago
  Stefan Bodewig b312b88638 wrong classname 16 years ago
  Stefan Bodewig b8a829b11b make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time. 17 years ago
  Scokart Gilles 4c4ad3483d Thread safety fix (list of delegates were modified and copied concurrently without common lock). The hashtable is thread safe and not published outside the class, so no need to copy it (synchronize non atomic modification is enought). However, the list contained in the delegates hashtable are published and should thus be copied. I put the copy in the add method so that the getDelegates doesn't need to be synchronized. 17 years ago
  Stefan Bodewig 979cf1d7ca whitespace 17 years ago
  Scokart Gilles 1c7138c4df fix very unlikely thread safety issue (may occur if PropertyHelperTask is used in a parallel, which would be a strange use case) 17 years ago
  Matthew Jason Benson 65b09851fd scale back synchronization 17 years ago
  Peter Reilly 902b72ec83 Some cleanups of property expansion 18 years ago
  Peter Reilly 735315c1ea allow a propertyevalulator to signal that it 'owns' the property, but the property is not set 18 years ago
  Peter Reilly 68d4cfaac3 add in property delegate to set properties 18 years ago
  Peter Reilly 8967c1546c add some helper methods on PropertyHelper to access the get/get methods 18 years ago
  Peter Reilly af8481f32b opps 18 years ago
  Peter Reilly 073153dd37 checkstyle 18 years ago
  Matthew Jason Benson 9d2aa2ba1d fix interface detection; I knew this. :( 18 years ago
  Matthew Jason Benson 73ebd04c68 refine clone() 18 years ago
  Matthew Jason Benson 339e72629f Cloneable; update Delegate order on re-add 18 years ago
  Matthew Jason Benson 1e599c6651 BZ 42736: PropertyHelper API changes 18 years ago
  Matthew Jason Benson 5850df1c86 fmting 18 years ago
  Matthew Jason Benson 4212c03c3d fmting, add getProject() 18 years ago
  Peter Reilly 15789b09bb Bugzilla: 41594 copy setnewproperty sanity protection to setproperty 19 years ago
  Matthew Jason Benson bf283617db Synchonization issues in PropertyHelper. Bugzilla 41353. 19 years ago
  Peter Reilly 290108eb35 checkstyle 19 years ago
  Peter Reilly 40b8196df0 Perforamce: 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Stefan Bodewig 1d3df84f02 2006 19 years ago
  Steve Loughran 6747349936 Moving some magic names to a single file 19 years ago
  Steve Loughran 4da759f146 bug# 31972 20 years ago
  Peter Reilly cfdc7c5f3e date 21 years ago
  Peter Reilly 781a2ed11e revert local property patch until memory leakage problem is fixed 21 years ago
  Peter Reilly b2b649d12d Attempt to cut down on memory usage of local properties 21 years ago
  Stefan Bodewig d0a27f1de9 2005 21 years ago
  Peter Reilly 540da9c081 remove a printf 21 years ago
  Peter Reilly 7517bc7058 **** EXPERMINTAL ************ 21 years ago
  Matthew Jason Benson 8e9a25e46f For non-debug (verbose) log messages, enclose property names in double quotes 21 years ago
  Peter Reilly f16558e639 use copy constructor Simplified copying of Hashtables in propertyhelper.java 21 years ago
  Peter Reilly be8d99f40e javadoc fixes 21 years ago
  Stefan Bodewig 5ee9f7e6b5 -breakiterator fixes by Jack Woehr 21 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago