[Harbour] SF.net SVN: harbour-project:[14641] trunk/harbour

2010-05-30 Thread vszakats
Revision: 14641
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14641view=rev
Author:   vszakats
Date: 2010-05-30 18:01:29 + (Sun, 30 May 2010)

Log Message:
---
2010-05-30 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * contrib/xhb/hbcompat.ch
  * contrib/xhb/xhbfs.c
! Deleted FILESIZE(). It's not an xhb compatibility function, 
  but one offered as part of CT lib in xhb, and HBCT in Harbour.

  * src/common/hbver.c
+ Added compiler version detection for clang 2.x (and newer)
  Patch by Tamas Tevesz.

  * INSTALL
* Minor.

  * config/bsd/clang.mk
  * config/linux/clang.mk
+ Clearing forced C++ mode if clang 1.x is detected.
  (Patch from Tamas Tevesz. Slight fix added by me to
  set HB_CMP when falling back to C mode. I didn't make
  tests though.)
; NOTE: Probably HB_BUILD_MODE=c should be export-ed
to avoid double evaluation. Pls test it.

  * config/postinst.prg
  * config/ren_sfn.prg
+ Raised warning level to 3.

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/INSTALL
trunk/harbour/config/bsd/clang.mk
trunk/harbour/config/linux/clang.mk
trunk/harbour/config/postinst.prg
trunk/harbour/config/ren_sfn.prg
trunk/harbour/contrib/xhb/hbcompat.ch
trunk/harbour/contrib/xhb/xhbfs.c
trunk/harbour/src/common/hbver.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[14641] trunk/harbour

2010-05-30 Thread Bruno Luciani
thanks viktor

Bruno

2010/5/30 vszak...@users.sourceforge.net

 Revision: 14641

 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14641view=rev
 Author:   vszakats
 Date: 2010-05-30 18:01:29 + (Sun, 30 May 2010)

 Log Message:
 ---
 2010-05-30 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * contrib/xhb/hbcompat.ch
  * contrib/xhb/xhbfs.c
! Deleted FILESIZE(). It's not an xhb compatibility function,
  but one offered as part of CT lib in xhb, and HBCT in Harbour.

  * src/common/hbver.c
+ Added compiler version detection for clang 2.x (and newer)
  Patch by Tamas Tevesz.

  * INSTALL
* Minor.

  * config/bsd/clang.mk
  * config/linux/clang.mk
+ Clearing forced C++ mode if clang 1.x is detected.
  (Patch from Tamas Tevesz. Slight fix added by me to
  set HB_CMP when falling back to C mode. I didn't make
  tests though.)
; NOTE: Probably HB_BUILD_MODE=c should be export-ed
to avoid double evaluation. Pls test it.

  * config/postinst.prg
  * config/ren_sfn.prg
+ Raised warning level to 3.

 Modified Paths:
 --
trunk/harbour/ChangeLog
trunk/harbour/INSTALL
trunk/harbour/config/bsd/clang.mk
trunk/harbour/config/linux/clang.mk
trunk/harbour/config/postinst.prg
trunk/harbour/config/ren_sfn.prg
trunk/harbour/contrib/xhb/hbcompat.ch
trunk/harbour/contrib/xhb/xhbfs.c
trunk/harbour/src/common/hbver.c


 This was sent by the SourceForge.net collaborative development platform,
 the world's largest Open Source development site.
 ___
 Harbour mailing list (attachment size limit: 40KB)
 Harbour@harbour-project.org
 http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[14641] trunk/harbour

2010-05-30 Thread Tamas TEVESZ
On Sun, 30 May 2010, vszak...@users.sourceforge.net wrote:

  + Clearing forced C++ mode if clang 1.x is detected.
(Patch from Tamas Tevesz. Slight fix added by me to
set HB_CMP when falling back to C mode. I didn't make
tests though.)
  ; NOTE: Probably HB_BUILD_MODE=c should be export-ed
  to avoid double evaluation. Pls test it.

it appears to be working as i think it should.

(just noticed, shouldn't the darwin clang spec updated, too? or will 
this xcode-thing work this out differently?)

-- 
[-]

mkdir /nonexistent
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[14641] trunk/harbour

2010-05-30 Thread Viktor Szakáts
Hi,

On 2010 May 30, at 22:10, Tamas TEVESZ wrote:

 On Sun, 30 May 2010, vszak...@users.sourceforge.net wrote:
 
+ Clearing forced C++ mode if clang 1.x is detected.
  (Patch from Tamas Tevesz. Slight fix added by me to
  set HB_CMP when falling back to C mode. I didn't make
  tests though.)
; NOTE: Probably HB_BUILD_MODE=c should be export-ed
to avoid double evaluation. Pls test it.
 
 it appears to be working as i think it should.

Thanks.

 (just noticed, shouldn't the darwin clang spec updated, too? or will 
 this xcode-thing work this out differently?)

It's not supported by latest xcode yet, so didn't want to 
pre-implement it (usually such predictions don't work out ;)

Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour