Sergey Prigogin
013cb1036a
Cosmetics.
2011-05-31 02:54:08 +00:00
Sergey Prigogin
bb1eb7f5f7
Cosmetics.
2011-05-31 01:46:31 +00:00
Andrew Gvozdev
91dba9031a
bug 347534: CWD Locator misinforms ErrorParserManager in case of parallel builds done with -j option
2011-05-28 05:17:34 +00:00
Chris Recoskie
95bf88c5a0
Bug 133881 - Make refreshing after building optional
...
Code cleanup.
2011-05-27 18:36:52 +00:00
Vivian Kong
37a7387a3f
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu
2011-05-27 18:20:29 +00:00
Vivian Kong
a2c86151ad
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu
2011-05-27 18:18:43 +00:00
Sergey Prigogin
e02f52d475
Added javadoc.
2011-05-25 05:44:59 +00:00
Sergey Prigogin
b63228738d
Comment adjustment.
2011-05-25 04:04:39 +00:00
Sergey Prigogin
1da1b878f6
Cosmetics.
2011-05-25 03:58:19 +00:00
Sergey Prigogin
b8cb729795
Cosmetics.
2011-05-25 03:15:22 +00:00
Sergey Prigogin
b8e33bce4f
Cosmetics.
2011-05-25 02:57:05 +00:00
Sergey Prigogin
a5d6d697f5
Cosmetics.
2011-05-24 17:47:49 +00:00
Sergey Prigogin
9a867fd85e
Cosmetics.
2011-05-24 03:36:07 +00:00
Sergey Prigogin
d42416a53b
Cosmetics.
2011-05-24 03:33:09 +00:00
Sergey Prigogin
b4b606edc1
Cosmetics.
2011-05-24 03:18:32 +00:00
Sergey Prigogin
b84541a5e7
Cosmetics.
2011-05-24 03:16:16 +00:00
Sergey Prigogin
2d93ca6df4
Cosmetics.
2011-05-24 03:00:48 +00:00
Sergey Prigogin
8a2d3674f6
Bug 319632 - Name resolution gets thrown off by a namespace in an unrelated file.
2011-05-24 02:28:56 +00:00
Sergey Prigogin
ed4a45991a
Cosmetics.
2011-05-24 00:39:30 +00:00
Sergey Prigogin
8fc40a2884
Bug 248853 - Index source and include files discovered by CEditor
2011-05-23 22:30:12 +00:00
Sergey Prigogin
9cf88808e0
Cosmetics.
2011-05-23 03:39:54 +00:00
Sergey Prigogin
8037e2ff5e
Cosmetics.
2011-05-23 02:18:12 +00:00
Sergey Prigogin
ad1982ec67
Cosmetics.
2011-05-20 19:05:21 +00:00
Sergey Prigogin
c10ca12cd3
Cosmetics.
2011-05-20 01:10:49 +00:00
Sergey Prigogin
8d7890cb73
Cosmetics.
2011-05-20 00:43:59 +00:00
Sergey Prigogin
15ef53b2b7
Cosmetics.
2011-05-20 00:42:43 +00:00
Sergey Prigogin
6b6920a6d4
Cosmetics.
2011-05-19 22:58:16 +00:00
Sergey Prigogin
fe9af4f721
Cosmetics.
2011-05-19 03:57:51 +00:00
Sergey Prigogin
73def3b95b
Fixed a typo.
2011-05-17 22:31:15 +00:00
Sergey Prigogin
5dfe553d80
Cosmetics.
2011-05-17 22:29:38 +00:00
Sergey Prigogin
9c930dfff3
Cosmetics.
2011-05-17 22:28:18 +00:00
Sergey Prigogin
379dcc20dd
Cosmetics.
2011-05-16 23:19:39 +00:00
Sergey Prigogin
1f33df1de4
Fixed a typo.
2011-05-16 23:16:51 +00:00
Chris Recoskie
6a8b930ea6
Bug 133881 - Make refreshing after building optional
...
- changed scheduling rule to be null so that the platform handles the locking on individual resources
- fixed it so only the given project's settings are serialized in its project description
- fixed it so projects/folders/files can be refreshed even if they were removed from the resource tree but not the filesystem
- optimized resource delta processing
2011-05-16 18:18:34 +00:00
Anton Leherbauer
f87a7ad4e3
Bug 345834 - Enumerators disappear from outline after reconciling the editor
...
Patch by Patrick Hofer
2011-05-16 07:16:48 +00:00
Anton Leherbauer
db1a6be8f8
Small performance enhancement, related to 343538
2011-05-13 07:08:43 +00:00
Anton Leherbauer
c3d3296b60
Bug 343538 - Index not updated when complete folder deleted
2011-05-12 13:41:58 +00:00
Sergey Prigogin
135c54443a
Cosmetics.
2011-05-11 17:58:59 +00:00
Anton Leherbauer
fe42af7abe
Initialize file descriptors with -1 in case of exec_detached, related to 345164
2011-05-11 12:12:30 +00:00
Anton Leherbauer
19370c7dcf
Bug 345164 - Spawner leaks pipes
2011-05-11 08:35:03 +00:00
Sergey Prigogin
21a2b93c96
Fixed insertion of extraneous space character.
2011-05-10 23:06:24 +00:00
Sergey Prigogin
2ba3a82120
Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton Gorenkov.
2011-05-10 19:44:49 +00:00
Chris Recoskie
af28c6569c
Bug 133881 - Make refreshing after building optional
...
- changed scheduling rules for refreshes to be the set of resources to be refreshed for a given project
2011-05-10 18:55:15 +00:00
Marc Khouzam
04e7974825
Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI
2011-05-10 17:38:42 +00:00
Chris Recoskie
b609ec68ba
Bug 133881 - Make refreshing after building optional
...
- serialize/deserialize to/from C project description
- fix stack overflow issue on load
- move ResourceExclusion and friends to internal packages
2011-05-10 16:53:37 +00:00
Sergey Prigogin
496fe2cc92
Cosmetics.
2011-05-10 03:02:17 +00:00
Sergey Prigogin
ab3d7d9a43
Cosmetics.
2011-05-10 02:36:00 +00:00
Sergey Prigogin
be029369eb
Cosmetics.
2011-05-10 02:34:46 +00:00
Marc Khouzam
371fea8238
Bug 345164 - Spawner leaks pipes
2011-05-09 18:18:38 +00:00
Vivian Kong
f3be8a1ae2
Bug 340523 - Found 2 consecutive single quotes in text not handled by Java MessageFormat class
2011-05-06 19:31:54 +00:00