Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » why are these recent changes in upp files of plugins
why are these recent changes in upp files of plugins [message #2607] Tue, 18 April 2006 23:27 Go to next message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
recently 3 of the project files changes in subdirs of uppsrc/plugin. For example tif.upp:
...
options
	"-DSTDC",
	"-DCHECK_JPEG_YCBCR_SUBSAMPLING",
	-DDEFAULT_EXTRASAMPLE_AS_ALPHA,
	-DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP,
	-DPIXARLOG_SUPPORT,
	-DZIP_SUPPORT,
	-DOJPEG_SUPPORT,
	-DJPEG_SUPPORT,
	-DLOGLUV_SUPPORT,
	-DNEXT_SUPPORT,
	-DTHUNDER_SUPPORT,
	-DLZW_SUPPORT,
	-DPACKBITS_SUPPORT,
	-DCCITT_SUPPORT,
	-DFILLODER_LSB2MSB;
...
The change is that some options are now quoted. It seems inconsistent. Is there some importance of this? Or is this quoting just accidental, and parsed the same way?
Re: why are these recent changes in upp files of plugins [message #2622 is a reply to message #2607] Wed, 19 April 2006 08:52 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
hojtsy wrote on Tue, 18 April 2006 17:27

recently 3 of the project files changes in subdirs of uppsrc/plugin. For example tif.upp:
...
options
	"-DSTDC",
	"-DCHECK_JPEG_YCBCR_SUBSAMPLING",
	-DDEFAULT_EXTRASAMPLE_AS_ALPHA,
	-DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP,
	-DPIXARLOG_SUPPORT,
	-DZIP_SUPPORT,
	-DOJPEG_SUPPORT,
	-DJPEG_SUPPORT,
	-DLOGLUV_SUPPORT,
	-DNEXT_SUPPORT,
	-DTHUNDER_SUPPORT,
	-DLZW_SUPPORT,
	-DPACKBITS_SUPPORT,
	-DCCITT_SUPPORT,
	-DFILLODER_LSB2MSB;
...
The change is that some options are now quoted. It seems inconsistent. Is there some importance of this? Or is this quoting just accidental, and parsed the same way?


Byproduct of fixing Linux. Quotes are harmless - ide uses them if option text contains ',' or ';' or ' '.

When Tom was fixing Linux ide, he was accidentaly using some older version of ide which required quotes - so he started to fix .upp files to get it going (wrongly), then found the better version.... and forget to fix it back. Sorry for confusion.

Mirek
Previous Topic: Status and Roadmap on webpage
Next Topic: Qt/Windows Open Source
Goto Forum:
  


Current Time: Sat Apr 20 13:48:43 CEST 2024

Total time taken to generate the page: 0.04753 seconds