]> OCCT Git - occt-wok.git/log
occt-wok.git
12 years agoClean up obsolete files
kgv [Tue, 10 Jul 2012 08:16:30 +0000 (12:16 +0400)]
Clean up obsolete files

12 years ago0021949: Changes in "collect_binary" files
ilv [Wed, 21 Nov 2012 13:00:50 +0000 (17:00 +0400)]
0021949: Changes in "collect_binary" files

12 years agocollect_binary.bat refactored;
ibs [Wed, 21 Nov 2012 06:44:21 +0000 (10:44 +0400)]
collect_binary.bat refactored;

tclIndex copying added; vc11 support added; unused files copying removed

12 years agowgenproj creates the required "inc" folder in the [pwd]
ibs [Tue, 20 Nov 2012 08:16:15 +0000 (12:16 +0400)]
wgenproj creates the required "inc" folder in the [pwd]

12 years ago0021949: Further improvements in reference documentation
ilv [Mon, 19 Nov 2012 12:14:34 +0000 (16:14 +0400)]
0021949: Further improvements in reference documentation

Added graphical representation of dependencies between modules and toolkits
Add command "wgendoc" to generate occt doxygen documentation
Add CHM file generation

12 years ago0023217: Reference documentation of V3d_TypeOf... enums is mixed up
ilv [Tue, 6 Nov 2012 14:14:37 +0000 (18:14 +0400)]
0023217: Reference documentation of V3d_TypeOf... enums is mixed up

1) Now documentation from ENUMERATION gets after definition of enumeration
2) fix bug when documentation  was lost  due to empty comment "--\n"

example
---Purpose .....
--
--  some text ....

3)Added warning messages when documentation didn't attached to hxx files  (when you compile occt by wok)

example ( v3d.cdl )

        class AmbientLight;
        ---Purpose: Services of ambient light sources.

you can't find this documentation line in hxx files

now all text print to WarningMsg(), removed printf

delete commented code associated with using ListOfComments
Coding rules applied to patch

Removing output of CheckCommentListIsEmpty function

12 years ago0023545: The env.bat:CASROOT variable is not correctly calculated
ibs [Mon, 19 Nov 2012 12:09:01 +0000 (16:09 +0400)]
0023545: The env.bat:CASROOT variable is not correctly calculated

wok_tclshrc.tcl:relativePath function refactored

12 years agospecified tclIndex file added
ibs [Fri, 2 Nov 2012 10:38:44 +0000 (14:38 +0400)]
specified tclIndex file added

12 years ago23505: The nmake support are not used about 5-6 years and the one requires to be...
ibs [Mon, 19 Nov 2012 11:46:10 +0000 (15:46 +0400)]
23505: The nmake support are not used about 5-6 years and the one requires to be removed

OS:MKMAK, osutils:mkmak, osutils:mkmakx functions and template.mak, template.makx files have been removed
unused items have been removed from FILES files

12 years ago23445: Improve configure.ac script to check native products properly
vsr [Fri, 26 Oct 2012 11:14:46 +0000 (15:14 +0400)]
23445: Improve configure.ac script to check native products properly

FREETYPE and FTGL search algorithms have been refactored

12 years ago23481: WOK cannot be launched if the variable "LIB" or "INCLUDE" is not set
jgv [Fri, 26 Oct 2012 09:57:59 +0000 (13:57 +0400)]
23481: WOK cannot be launched if the variable "LIB" or "INCLUDE" is not set

WOK launches if the variable "LIB" or "INCLUDE" is set possibility has been added

12 years agoThe scripts prepare a WOK "binary" directory from compiled WOK sources
ibs [Mon, 19 Nov 2012 12:35:34 +0000 (16:35 +0400)]
The scripts prepare a WOK "binary" directory from compiled WOK sources

.bat arguments: %1 - vc version; %2 - architecture; %3 - debug or release; %4 - related "binary" directory name (package - by default)
The nix script prepares a WOK "binary" directory from compiled WOK sources

.sh arguments: $1- debug or release; $2 - compiler name; $3 - related binary directory name (package - by default)

12 years ago000000: The WOK doesn't generate AUTOMAKE metafile building the OpenCascade
vtn [Fri, 26 Oct 2012 08:56:23 +0000 (12:56 +0400)]
000000: The WOK doesn't generate AUTOMAKE metafile building the OpenCascade

wgenproj: option -IDE=amk added

The WOK generates automake files are building the OpenCascade possibility has been added

12 years ago23485: The WOK doesn't generate cmake metafile building the OpenCascade
ibs [Mon, 19 Nov 2012 10:56:02 +0000 (14:56 +0400)]
23485: The WOK doesn't generate cmake metafile building the OpenCascade

WOK generates cmake metafile building the OpenCascade possibility has been added (using command with argument: wgenproj option -IDE=cmk)

No_Exception flag added for win; _OCC64, HAVE_CONFIG_H, OCC_CONVERT_SIGNALS definitions added; -mthreads flag added for mingw
the CMake meta-file lets to choose list of toolkits

12 years agowgenproj: option -IDE=<ide> added
dbv [Fri, 26 Oct 2012 06:40:09 +0000 (10:40 +0400)]
wgenproj: option -IDE=<ide> added

Choice of compilation IDE has been added to the WOK function wgenproj

Possible ide values: "vc7","vc8","vc9","vc10","cbp"

12 years agoFREETYPE and FTGL library searches have been refactored
kgv [Mon, 29 Oct 2012 11:30:27 +0000 (15:30 +0400)]
FREETYPE and FTGL library searches have been refactored

Also some (for *nix systems) CSF_* variables are modified

12 years agoCode Block projects files generation refactored
dbv [Thu, 19 Jul 2012 13:55:13 +0000 (17:55 +0400)]
Code Block projects files generation refactored

Now WOK adds necessary directories to search path.
wgenproj command now creates codeblocks.sh and draw.sh scripts in the workbench root directory

12 years agoscript fixes added
ibs [Mon, 19 Nov 2012 10:35:59 +0000 (14:35 +0400)]
script fixes added

Windows batch scripts - quote paths:
  Removed CSF_DrawPluginQADefaults definition.
  Added DRAWHOME definition.

Bash scripts:
  Linux - setup PATH to 32 bit precompiled Tcl/Tk, bison and flex.
  Fixed libTKOpenGl.dylib / libTKOpenGl.so mismatch.
  Define DRAWHOME and CSF_DrawPluginDefaults variables.
Correctly parse DYLD_LIBRARY_PATH in template env.sh
Make codeblocks.sh workable on Linux too

13 years ago0023229: Avoid overriding existing custom.bat (or .sh) in workbench
abv [Fri, 13 Jul 2012 12:00:49 +0000 (16:00 +0400)]
0023229: Avoid overriding existing custom.bat (or .sh) in workbench

Command wgenproj will not override any more existing custom.bat (.sh) file in the current workbench.
Corrected -force argument and handling of copy failure

13 years ago0022691: WOK configuration improvement
bugmaster [Thu, 24 May 2012 10:13:23 +0000 (14:13 +0400)]
0022691: WOK configuration improvement

13 years agoAdding service files
bugmaster [Wed, 23 May 2012 09:53:18 +0000 (13:53 +0400)]
Adding service files

13 years ago0022865: Lost refrence information in the OCCT6.5.2 documentation generated by new... master/HEAD master/master
inv [Tue, 27 Mar 2012 11:27:40 +0000 (11:27 +0000)]
0022865: Lost refrence information in the OCCT6.5.2 documentation generated by new version of Doxygen

13 years ago0022663: Improve VS project files generation
inv [Mon, 19 Mar 2012 14:47:49 +0000 (14:47 +0000)]
0022663: Improve VS project files generation

13 years ago0022815: Missing delete operator for placement new
inv [Sun, 4 Mar 2012 14:25:56 +0000 (14:25 +0000)]
0022815: Missing delete operator for placement new

13 years ago0022613: Retrieve environment variable in EDL
inv [Fri, 27 Jan 2012 13:08:46 +0000 (13:08 +0000)]
0022613: Retrieve environment variable in EDL

14 years agoCorrected integration
inv [Thu, 17 Feb 2011 15:39:51 +0000 (15:39 +0000)]
Corrected integration

14 years agoReplacing header of generated file by more appropriate for such type of file
inv [Thu, 17 Feb 2011 13:06:45 +0000 (13:06 +0000)]
Replacing header of generated file by more appropriate for such type of file

14 years agoOCC22216 Revise way to specify necessary libraries on Windows / MS VC++ compiler
inv [Thu, 17 Feb 2011 12:59:24 +0000 (12:59 +0000)]
OCC22216 Revise way to specify necessary libraries on Windows / MS VC++ compiler

14 years agoReplacing BUILD level by MAINTENANCE one
inv [Thu, 27 Jan 2011 14:23:03 +0000 (14:23 +0000)]
Replacing BUILD level by MAINTENANCE one

14 years agoOCCTR22193 Improve management of dependency on Intel TBB on Windows
inv [Mon, 24 Jan 2011 10:21:39 +0000 (10:21 +0000)]
OCCTR22193 Improve management of dependency on Intel TBB on Windows

14 years agoOCC22148 Doxygen docs improvement: navigation
inv [Thu, 23 Dec 2010 15:15:42 +0000 (15:15 +0000)]
OCC22148 Doxygen docs improvement: navigation

14 years agoOCC22124 Necessety to obtain current version of OCCT in different automatic scripts
inv [Thu, 23 Dec 2010 10:27:58 +0000 (10:27 +0000)]
OCC22124 Necessety to obtain current version of OCCT in different automatic scripts

14 years agoOCC22124 Necessety to obtain current version of OCCT in different automatic scripts
inv [Fri, 10 Dec 2010 12:40:44 +0000 (12:40 +0000)]
OCC22124 Necessety to obtain current version of OCCT in different automatic scripts

14 years agoOCC22106 Incorrect behaviour of lexical analyzer (flex) during extraction steps on...
inv [Fri, 10 Dec 2010 12:39:03 +0000 (12:39 +0000)]
OCC22106 Incorrect behaviour of lexical analyzer (flex) during extraction steps on modern Linux-es

14 years agoSmall correction
inv [Tue, 14 Sep 2010 11:06:43 +0000 (11:06 +0000)]
Small correction

14 years agoSmall correction
inv [Tue, 14 Sep 2010 11:04:27 +0000 (11:04 +0000)]
Small correction

14 years agoUpdate for correct generation of VC projects if CSF variable contains more then one...
inv [Tue, 14 Sep 2010 07:20:14 +0000 (07:20 +0000)]
Update for correct generation of VC projects if CSF variable contains more then one library

14 years agoUpdate templates for VC projects. Adding HAVE_TBB
inv [Wed, 8 Sep 2010 07:15:23 +0000 (07:15 +0000)]
Update templates for VC projects. Adding HAVE_TBB

14 years agoBug OCC21929 Improvement of VC projects generation by WOK
inv [Tue, 31 Aug 2010 14:57:54 +0000 (14:57 +0000)]
Bug OCC21929 Improvement of VC projects generation by WOK

15 years agoOCC21758 Dump of "maxtolerance" command contains unexpected symbols.
inv [Thu, 12 Aug 2010 11:25:13 +0000 (11:25 +0000)]
OCC21758 Dump of "maxtolerance" command contains unexpected symbols.

15 years agoOCC21929 Improvement of VC projects generation by WOK
inv [Thu, 12 Aug 2010 10:16:28 +0000 (10:16 +0000)]
OCC21929 Improvement of VC projects generation by WOK

15 years agoOCC21674 Improve generator of reference documentation
inv [Wed, 30 Jun 2010 10:38:11 +0000 (10:38 +0000)]
OCC21674 Improve generator of reference documentation

15 years agoOCC21674 Improve generator of reference documentation
inv [Thu, 10 Jun 2010 14:32:00 +0000 (14:32 +0000)]
OCC21674 Improve generator of reference documentation

16 years agoOCC20850 umake command do not work on SunOS10
cascade [Fri, 13 Feb 2009 18:33:58 +0000 (18:33 +0000)]
OCC20850 umake command do not work on SunOS10

17 years agoOCC20178 Conversion problems during VS2005 compilation
cascade [Thu, 31 Jul 2008 16:54:58 +0000 (16:54 +0000)]
OCC20178 Conversion problems during VS2005 compilation

17 years agoOCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.
cascade [Thu, 8 May 2008 17:11:10 +0000 (17:11 +0000)]
OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.

17 years agoOCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
cascade [Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)]
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski

18 years agoOCC14794 Patch from GMSH for integration into OCCT 6.2
cascade [Fri, 9 Feb 2007 20:14:42 +0000 (20:14 +0000)]
OCC14794 Patch from GMSH for integration into OCCT 6.2

20 years agoOCC7757 Providing possibility to compile OCCT on DEC platform
cascade [Fri, 28 Jan 2005 22:27:03 +0000 (22:27 +0000)]
OCC7757 Providing possibility to compile OCCT on DEC platform

24 years agoNo comments
cas [Tue, 31 Jul 2001 17:44:49 +0000 (17:44 +0000)]
No comments

24 years agoNo comments
cas [Tue, 24 Jul 2001 18:23:28 +0000 (18:23 +0000)]
No comments

24 years agoNo comments
cas [Mon, 23 Jul 2001 18:21:58 +0000 (18:21 +0000)]
No comments

24 years agoNo comments
cas [Thu, 19 Jul 2001 18:20:25 +0000 (18:20 +0000)]
No comments

24 years agoNo comments
cas [Wed, 13 Dec 2000 18:17:01 +0000 (18:17 +0000)]
No comments

25 years agoNo comments
cas [Fri, 9 Jun 2000 14:13:48 +0000 (14:13 +0000)]
No comments

25 years agoNo comments
cas [Mon, 6 Mar 2000 17:12:59 +0000 (17:12 +0000)]
No comments

25 years agoNo comments
cas [Mon, 6 Dec 1999 18:10:05 +0000 (18:10 +0000)]
No comments

25 years agoNo comments
cas [Wed, 24 Nov 1999 18:03:07 +0000 (18:03 +0000)]
No comments

25 years agoNo comments
cas [Wed, 10 Nov 1999 18:01:32 +0000 (18:01 +0000)]
No comments

25 years agoNo comments
cas [Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)]
No comments

25 years agoInitial revision
cas [Fri, 22 Oct 1999 18:05:40 +0000 (18:05 +0000)]
Initial revision

16 years agoOCC20850 umake command do not work on SunOS10
cascade [Fri, 13 Feb 2009 18:33:58 +0000 (18:33 +0000)]
OCC20850 umake command do not work on SunOS10

16 years agoOCC20825 Errors during compilation for new version of WOK
cascade [Fri, 30 Jan 2009 17:53:34 +0000 (17:53 +0000)]
OCC20825 Errors during compilation for new version of WOK

17 years agoOCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.
cascade [Thu, 8 May 2008 17:11:10 +0000 (17:11 +0000)]
OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.

17 years agoOCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
cascade [Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)]
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski

18 years agoOCC16602 Fix rollback - compilation errors on WNT
cascade [Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)]
OCC16602 Fix rollback - compilation errors on WNT

18 years agoOCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
cascade [Fri, 10 Aug 2007 18:01:59 +0000 (18:01 +0000)]
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski

18 years agoOCC14794 Patch from GMSH for integration into OCCT 6.2
cascade [Fri, 9 Feb 2007 20:14:42 +0000 (20:14 +0000)]
OCC14794 Patch from GMSH for integration into OCCT 6.2

20 years agoOCC8712 Porting on gcc 3.4
cascade [Fri, 22 Jul 2005 19:58:38 +0000 (19:58 +0000)]
OCC8712 Porting on gcc 3.4

20 years agoOCC8524 Modification of cdl files in order to improve extraction of description of...
cascade [Fri, 8 Apr 2005 22:09:06 +0000 (22:09 +0000)]
OCC8524 Modification of cdl files in order to improve extraction of description of classes and metods

20 years agoOCC7757 Providing possibility to compile OCCT on DEC platform
cascade [Fri, 28 Jan 2005 22:27:03 +0000 (22:27 +0000)]
OCC7757 Providing possibility to compile OCCT on DEC platform

21 years agoConnect to BugMaster for details
cascade [Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)]
Connect to BugMaster for details

22 years agoOCC2994 GPL license was substituted by LGPL *.c *.h
cascade [Sat, 21 Jun 2003 20:54:34 +0000 (20:54 +0000)]
OCC2994 GPL license was substituted by LGPL  *.c *.h

23 years agoNo comments
cas [Fri, 1 Mar 2002 18:12:25 +0000 (18:12 +0000)]
No comments

23 years ago#if instead of #ifdef
cas [Thu, 28 Feb 2002 18:10:14 +0000 (18:10 +0000)]
#if instead of #ifdef

23 years agoDelete temporary files created by Wok during compilation
cas [Mon, 12 Nov 2001 18:01:24 +0000 (18:01 +0000)]
Delete temporary files created by Wok during compilation

23 years agoPortability
cas [Wed, 31 Oct 2001 18:01:46 +0000 (18:01 +0000)]
Portability

24 years agoNo comments
cas [Tue, 31 Jul 2001 17:44:49 +0000 (17:44 +0000)]
No comments

24 years agoNo comments
cas [Tue, 24 Jul 2001 18:23:28 +0000 (18:23 +0000)]
No comments

24 years agoNo comments
cas [Mon, 13 Nov 2000 18:20:56 +0000 (18:20 +0000)]
No comments

25 years agoNo comments
cas [Fri, 9 Jun 2000 14:13:48 +0000 (14:13 +0000)]
No comments

25 years agoNo comments
cas [Fri, 5 May 2000 18:26:48 +0000 (18:26 +0000)]
No comments

25 years agoNo comments
cas [Mon, 6 Mar 2000 17:12:59 +0000 (17:12 +0000)]
No comments

25 years agoNo comments
cas [Wed, 9 Feb 2000 18:45:54 +0000 (18:45 +0000)]
No comments

25 years agoNo comments
cas [Tue, 25 Jan 2000 17:57:33 +0000 (17:57 +0000)]
No comments

25 years agoNo comments
cas [Thu, 13 Jan 2000 17:59:02 +0000 (17:59 +0000)]
No comments

25 years agoNo comments
cas [Thu, 6 Jan 2000 17:56:55 +0000 (17:56 +0000)]
No comments

25 years agoNo comments
cas [Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)]
No comments

25 years agoNo comments
cas [Wed, 3 Nov 1999 18:05:01 +0000 (18:05 +0000)]
No comments

25 years agoInitial revision
cas [Fri, 22 Oct 1999 18:05:40 +0000 (18:05 +0000)]
Initial revision

16 years agoOCC20958 Suppression of duplicated templates
cascade [Thu, 30 Apr 2009 18:10:46 +0000 (18:10 +0000)]
OCC20958 Suppression of duplicated templates

16 years agoOCC20850 umake command do not work on SunOS10
cascade [Fri, 13 Feb 2009 18:33:58 +0000 (18:33 +0000)]
OCC20850 umake command do not work on SunOS10

17 years agoOCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.
cascade [Thu, 8 May 2008 17:11:10 +0000 (17:11 +0000)]
OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition.

17 years agoOCC16846 [OCCT Forum] Multithreading troubles
cascade [Tue, 9 Oct 2007 18:04:13 +0000 (18:04 +0000)]
OCC16846 [OCCT Forum] Multithreading troubles

17 years agoOCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
cascade [Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)]
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski

18 years agoOCC16602 Fix rollback - compilation errors on WNT
cascade [Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)]
OCC16602 Fix rollback - compilation errors on WNT

18 years agoOCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
cascade [Fri, 10 Aug 2007 18:01:59 +0000 (18:01 +0000)]
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski

18 years agoOCC14794 Patch from GMSH for integration into OCCT 6.2
cascade [Fri, 9 Feb 2007 20:14:42 +0000 (20:14 +0000)]
OCC14794 Patch from GMSH for integration into OCCT 6.2

18 years agocompilation problem on Windows cxx only
cascade [Wed, 20 Sep 2006 14:51:13 +0000 (14:51 +0000)]
compilation problem on Windows cxx only

18 years agoCompilation problem on IRIX64
cascade [Tue, 19 Sep 2006 21:48:13 +0000 (21:48 +0000)]
Compilation problem on IRIX64