Commit Graph

35 Commits

Author SHA1 Message Date
Philippose Rajan
00d8c320ff * Added empty macro definition "Standard_EXPORT" in Visual C++ Project files to prevent OpenCascade from exporting internal symbols through Netgen and Nglib
- Results in a cleaner interface in the Netgen and Nglib exports
2010-03-21 20:55:57 +00:00
Philippose Rajan
31587d6097 * Corrected WINNT Preprocessor macro for nglib win32 and x64
* Now uses pthread-w64 for x64
2010-03-03 22:02:42 +00:00
Philippose Rajan
f9fdcdca9f * Changed path of 64-bit pthread libraries from "pthread-w32" to "pthread-w64" to improve clarity of directory structure 2010-02-26 23:13:13 +00:00
Philippose Rajan
3468255a89 * Corrected some Windows Preprocessor macros based on the Windows SDK v7.0
- Should be compatible with earlier SDK versions also
* Netgen solution now also compiles with the Windows SDK v7.0
2010-02-15 22:43:36 +00:00
Philippose Rajan
ddae59ff57 * OpenFOAM 1.5+ Export:
- Function / Variable names made consistent with Netgen coding styles
  - More code documentation
  - Added a comment in the exported files to indicate mesh creation using Netgen

* VC++ Proj File: 
  - Enabled "Whole Program Optimization" for Visual C++ Compiler
  - Enabled "Link Time Code Generation" for Visual C++ Linker
2009-11-01 10:50:29 +00:00
Philippose Rajan
e2f16032cc * OpenFOAM 1.5+ Export capability added
* Relevant changes to Makefile.am and MSVC project files
* Pressing the "Quit" toolbar button now pops up a dialog box
2009-10-27 23:11:15 +00:00
Philippose Rajan
c5800d02a7 * Configured Nglib 64-bit to also include OpenCascade support 2009-09-12 09:10:07 +00:00
Philippose Rajan
4ed55d9a75 * Version number in Windows resource file changed to 4.9.11 2009-09-11 17:42:20 +00:00
Philippose Rajan
eb742ce90a * Added OCC support for 64-bit architecture 2009-08-30 12:34:29 +00:00
Philippose Rajan
1e8d16c1db * Removing support for MSVC++ 2005 for Netgen and Nglib 2009-08-28 10:59:57 +00:00
Philippose Rajan
0b26451049 * Initial Nglib OCC support trials
* Added a new compile target for Nglib (Release(OCC))
* Netgen and Nglib solution files updated to remove non-existent files and add new source files into project
2009-08-28 10:52:03 +00:00
Philippose Rajan
091f525828 * Added 64-bit build target to Netgen and Nglib
* Modified the Post-Build scripts to handle Win32 and x64 build variants
* Note#1: No OCC Support yet for 64-bit builds
* Note#2: 64-bit targets are only maintained for MSVC 2008
2009-07-27 05:12:31 +00:00
Philippose Rajan
cf72c33585 * Modified manifest generation and embedding methods to allow Netgen to run on Vista
* the post build scripts no longer need to embed the manifests manually
2009-07-25 18:28:00 +00:00
Philippose Rajan
ad90ae44ea * Optimisations to the MSVC 2008 Windows build files
* Manifest embedding in Post-Build script modified
2009-07-25 13:12:51 +00:00
Philippose Rajan
d329ea5e20 * Removed file "vector.cpp" from MSVC 2005 / 2008 Solution files 2009-07-24 09:48:32 +00:00
Philippose Rajan
ad584ff2f7 * Modified version information to 4.9.10 in file "netgen.rc"
* Removed "vector.cpp" from MSVC 2008 / 2005 Solution files
2009-07-24 08:36:31 +00:00
Joachim Schoeberl
7c21eb94c7 windows fixes 2009-07-22 18:13:50 +00:00
Philippose Rajan
45e71b854e * Colour based boundary condition assignment now independent of OpenCascade function calls and can be used for all Netgen Geometry and mesh types
* Changed the names of the files and functions used to handle colour based boundary condition number assignment 
* Change made in order to make the functionality more generic and not dependent on OpenCascade functions / Geometry
2009-07-11 21:03:10 +00:00
Philippose Rajan
0461899071 * Improved colour based boundary condition assignment for OCC geometry
* Now allows the boundary condition numbers to be assigned via a profile file "netgen.ocf" 
* The old algorithm for automated selection is used if no profile file exists
2009-06-19 05:41:22 +00:00
Philippose Rajan
35bc5819db * Added the Netgen Icon file to the VC++ Solution
* Netgen.rc embeds the icon and additional version information directly into the EXE file
* Modified MSVC++ 2008 / 2005 project files to include the resource file
2009-06-01 19:27:29 +00:00
Philippose Rajan
b3506658df * Copies additional header files into the install location (required by NgSolve) 2009-04-19 22:12:51 +00:00
Philippose Rajan
49c1f51839 * Now uses NETGENDIR environment variable for install automation
* Note: NETGENDIR points to "<netgen_root>\bin" folder
* Use new install folder structure during post build phase
2009-04-05 22:12:45 +00:00
Philippose Rajan
d75718fc56 * Modified file extensions to delete on running a "clean" 2009-04-05 22:10:33 +00:00
Philippose Rajan
474d156e61 * Changed netgen.lib -> nginterface.lib
* Also pass name of "lib" file to post-build script
* Added the remaining OCC files "*.ixx" and "*.jxx" to solution
* New and improved postBuild_netgen.bat batch file
  - Lot more process feedback
  - More meaningful error messages
  - Also installs nginterface.lib and nginterface.h to "-bin" folder
* Modified MSVC 2008 / 2005 solution files to add the above changes
2009-04-04 21:54:20 +00:00
Philippose Rajan
dcf5d73f3d * Bug-fix: Fixed error while handling parameters with whitespaces during the post-build phase 2009-04-04 10:02:53 +00:00
Philippose Rajan
c082ef1492 * nginterface_v2 - Windows versions (MSVC++ 2008 / 2005) updated 2009-04-03 17:16:06 +00:00
Philippose Rajan
9d0be8a262 * Updated /libsrc/occ/Makefile.am to reflect addition of the two new files occauxfunctions.hpp and occauxfunctions.cpp
* Updated the Visual C++ 2005 / 2008 project files to reflect the addition of the two new files
2009-03-15 12:19:26 +00:00
Philippose Rajan
92ae9c33ba * Added Solution and VC++ Project files for compiling the nglib library using the Windows Platform.
* Added a post-build script for installing nglib similar to the netgen script.
* Modified Makefile.am to reflect the changes made to the windows directory.
2009-02-15 20:28:24 +00:00
Philippose Rajan
f5dbea25dd * Streamlined the directory paths and build processes for the netgen Visual C++ builds for consistency and extendability.
* Renamed the post-build script to allow for a similar script for nglib.
* Changed the install folder from <Configuration>-inst to <Configuration>-bin.
2009-02-15 20:25:44 +00:00
Joachim Schoeberl
05305ac78e packing for windows 2009-02-05 00:35:34 +00:00
Philippose Rajan
e4df8bc7a7 * .SUO Files are user dependent files, and should not be in Version Control 2009-02-02 17:33:55 +00:00
Joachim Schoeberl
0c3c3f32d1 occ build visualization mesh 2009-02-01 23:08:39 +00:00
Philippose Rajan
8a64f004a9 * Adding Microsoft Visual C++ 2005 Solution and Project Files 2009-02-01 22:21:38 +00:00
Joachim Schoeberl
4a9be1de47 occ and nglib fixes 2009-01-31 21:07:21 +00:00
Philippose Rajan
8212006b9c * Microsoft Visual C++ 2008 Solution and Project files for compiling Netgen in Windows
* A Compiler Switch (MSVC_EXPRESS) allows the code to be compiled in the Express Editions of Visual C++ without any further modifications
* These project files also include build configurations for compiling Netgen with OpenCascade support
2009-01-31 20:19:54 +00:00