Commit Graph

67 Commits

Author SHA1 Message Date
Gerhard Kitzler
3307eb98b3 corrected path to external dependencies 2013-07-09 23:12:44 +00:00
Gerhard Kitzler
5604ce0355 corrected path to external dependencies 2013-07-09 23:12:16 +00:00
Gerhard Kitzler
49982879b8 added additional files for release 2013-07-09 13:24:17 +00:00
Gerhard Kitzler
840431f4ab added more windows support, added compatibility for VS 2010 2013-07-09 13:23:05 +00:00
Gerhard Kitzler
ac609f5817 corrected version number 2013-07-09 13:22:44 +00:00
Gerhard Kitzler
0cdcd85387 moving external dependencies to install folder 2013-07-09 13:22:05 +00:00
Gerhard Kitzler
2fab32431d moving all external dependencies to install folder 2013-07-09 13:21:37 +00:00
Gerhard Kitzler
f24fc49b1e added more windows support, added compatibility for VS 2010 2013-07-09 13:20:48 +00:00
Gerhard Kitzler
a710e74ea3 changed resource. -> resource.h 2013-03-12 14:39:32 +00:00
Gerhard Kitzler
84a5a5b818 Fixed version - netgen.rc 2013-03-04 15:20:23 +00:00
Gerhard Kitzler
e2189c0510 fixed resources 2013-03-04 15:18:59 +00:00
Gerhard Kitzler
49c36e4648 Updated version 2012-11-15 16:10:38 +00:00
Joachim Schoeberl
d369cfde72 remove old project files 2012-11-15 15:08:20 +00:00
Gerhard Kitzler
0cf89f9859 updated to actual source files 2012-11-15 14:58:30 +00:00
Gerhard Kitzler
9426ce8d9f Updated to current source files 2012-11-15 14:57:56 +00:00
Gerhard Kitzler
6b3463b691 Added a 5.0 project file for windows (MVS) 2012-11-15 14:35:18 +00:00
Gerhard Kitzler
c76223fd2d A new windows solution file (MVS) 2012-11-15 14:34:39 +00:00
Gerhard Kitzler
2aa2474922 removed parallelinterface.cpp from windows projects 2012-11-15 14:24:39 +00:00
Joachim Schoeberl
5f41d4cce6 added files 2011-09-02 12:36:11 +00:00
Joachim Schoeberl
5c6208fb81 2011-08-31 17:29:14 +00:00
Joachim Schoeberl
29fde94bc8 2011-07-20 11:42:32 +00:00
Joachim Schoeberl
099debe78b add resource.h file 2011-07-20 11:41:59 +00:00
Joachim Schoeberl
7eb9da3ac1 geom2d project 2011-03-03 22:09:24 +00:00
Joachim Schoeberl
7863ac4533 new project files for geometry/visualization reorganization 2011-03-02 21:57:25 +00:00
Philippose Rajan
13f4f8d202 * Updated the Netgen Visual C++ Project file to include the newly added source file "delaunay2d.cpp"
* Updated the Nglib Visual C++ Project file to include the newly added source file "delaunay2d.cpp"
2010-09-23 19:09:56 +00:00
Philippose Rajan
049bcb4bef * Updated the NSIS installer configuration file to include the Math Kernel Libraries (MKL) for NGSolve
* Modified the version number in the .dat file from 4.9.13-RC to 4.9.13
2010-05-20 23:01:20 +00:00
Joachim Schoeberl
cc66083309 change to size_t 2010-04-22 12:28:55 +00:00
Philippose Rajan
febc65e217 * Modified version tag to 4.9.13-RC for the Netgen NSIS Installer 2010-04-18 16:56:57 +00:00
Philippose Rajan
4af6fd91cc * Un-register Environment variables in a clean manner when un-installing Netgen 2010-03-23 21:04:06 +00:00
Philippose Rajan
a5ca6c603f * Added file "basegeom.cpp" to the solution files 2010-03-23 19:55:48 +00:00
Philippose Rajan
33d5068f3c * Adding the NSIS Installer source files for the Windows version of the Netgen Mesher into SVN Version Control
* The batch files automate the NSIS compile process almost completely
* Refer to the README!.TXT file before attempting to make any changes to any of the files
* In most cases, the main file "netgen_installer.nsi" will not need to be modified
2010-03-22 22:51:11 +00:00
Philippose Rajan
026ae6b625 * Name the default installation folder based on the following pattern for both Netgen and Nglib:
- netgen-inst<NoOCC/OCC>_<Win32/x64>
   - nglib-inst<NoOCC/OCC>_<Win32/x64>

* This change simplifies Visual C++ Batch Builds and Nullsoft Installer Scripts
2010-03-21 21:00:17 +00:00
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