Commit Graph

180 Commits

Author SHA1 Message Date
Jeff Bezanson 0c307a220b add .pc to .gitignore 2014-06-20 10:08:16 -04:00
Viral B. Shah 0905558734 Add i586 build rule. 2014-06-20 19:00:10 +05:30
Elliot Saba b38daa2f2f Merge pull request #63 from JuliaLang/sf/soname2
Tweak SONAME handling
2014-06-13 00:40:55 -07:00
Elliot Saba b038823eaa Tweak SONAME handling 2014-06-12 14:35:26 -07:00
Viral B. Shah 08f66bcea4 Revert "You can't have you cake and eat it, too."
This reverts commit 10fed4ae49.
2014-06-12 15:56:39 +05:30
Viral B. Shah f9cc2db46e Merge pull request #40 from weshatheleopard/patch-1
You can't have you cake and eat it, too.
2014-06-12 12:55:53 +05:30
Viral B. Shah 4164da0d61 Update README. 2014-06-12 12:52:21 +05:30
Elliot Saba e9d02ee729 Fix compilation by including cdefs-compat.h in math_private.h
Also fix redefinition of __pure2
2014-06-05 22:08:41 -07:00
Keno Fischer 79190aafa9 Merge pull request #59 from talex5/arm
Fixed build on ARM
2014-05-26 12:03:12 +02:00
Thomas Leonard f22d7db106 Fixed build on ARM
Removed all long double support, since ARM doesn't have long doubles.
2014-05-26 10:55:49 +01:00
Keno Fischer 17775c52dc Merge pull request #58 from talex5/pkg-config
Add pkg-config support
2014-05-19 17:37:48 +02:00
Thomas Leonard 5b16546ddd Added pkg-config support 2014-05-19 15:30:10 +01:00
Thomas Leonard 15fa3252fc Merge noinc branch 2014-05-19 15:29:33 +01:00
Jeff Bezanson 1f3925b3c1 Merge pull request #56 from tkelman/ldexp
Export ldexp aliases on Windows
2014-05-11 19:07:38 -04:00
Tony Kelman 8b59bbc18b Export ldexp aliases on Windows
skip END and add .drectve export in assembly versions

uncomment __strong_reference definition from cdefs-compat.h

use weak references in place of strong references on Mac

add DLLEXPORT to all strong references

Fixes Julia issue #6777
2014-05-09 17:05:33 -07:00
Elliot Saba dbc3e22e0a Merge pull request #54 from JuliaLang/licenses
Fix and improve documentation about licenses
2014-04-30 14:20:28 -07:00
Milan Bouchet-Valat fa07d51db6 Fix and improve documentation about licenses
Files s_cpowf.c, s_cpowl.c and s_cpow.c use the ISC license,
which is very similar to MIT/BSD but considered distinct by Fedora.
2014-04-29 22:56:15 +02:00
Elliot Saba 516b4f4222 Merge pull request #52 from JuliaLang/release
Bump version to 0.3
2014-04-20 05:15:39 +08:00
Milan Bouchet-Valat b5f5d7dc3b Bump version to 0.3 2014-04-19 12:48:47 +02:00
Elliot Saba 41b7579cba Merge pull request #51 from tkelman/patch-1
whoops, forgot the dollar sign
2014-04-08 15:18:16 -07:00
Tony Kelman 1cc9ad07f4 whoops, forgot the dollar sign 2014-04-08 15:16:57 -07:00
Elliot Saba cb2b30006b Merge pull request #50 from tkelman/win-install-fix
Install libopenlibm.dll to bindir
2014-04-08 14:03:48 -07:00
Tony Kelman 716317b71e Install libopenlibm.dll to bindir
skip dll versioning on Windows
2014-04-08 09:39:50 -07:00
Viral B. Shah 876c3384a1 Merge pull request #47 from JuliaLang/headers
Install bsd_asm.h and bsd_cdefs.h to $(includedir)/openlibm/$(ARCH)
2014-04-06 14:09:16 +05:30
Viral B. Shah f261b07aef Merge pull request #49 from JuliaLang/nofortran
Change to use $(CC) instead of $(FC)
2014-04-06 14:07:17 +05:30
Elliot Saba e1d3d9ff43 Change to use $(CC) instead of $(FC), as we no longer have fortran in this repo 2014-04-05 11:51:26 -07:00
Milan Bouchet-Valat 360d282729 Install bsd_asm.h and bsd_cdefs.h to $(includedir)/openlibm/ 2014-03-31 09:51:10 +02:00
Viral B. Shah 86a18e4f2e Merge pull request #48 from JuliaLang/cpack
Fix missing includes
2014-03-31 09:00:43 +05:30
Milan Bouchet-Valat 5a0e3e9c5c Fix missing includes
Last commit made defition of cpack() not available to files
which do not include openlibm.h.
2014-03-30 22:53:05 +02:00
Viral B. Shah d4555b6dae Merge pull request #46 from JuliaLang/cpack
Move complex number declarations to openlibm.h
2014-03-30 22:55:45 +05:30
Milan Bouchet-Valat 3e769e48b8 Move complex number declarations to openlibm.h
These are used by openspecfun, thus they need to be available
from public headers.
2014-03-29 11:24:31 +01:00
Jameson Nash 5f4979e5d1 work around msvc bug where .model must be on its own line or it forgets about it 2014-03-18 22:03:14 -04:00
Jameson Nash 995c70eaf7 add win64 compat definitions also 2014-03-18 21:40:07 -04:00
Jameson Nash 2eb1876bb8 add more windows compatibility definitions 2014-03-18 21:22:51 -04:00
Jameson Nash 66e6f8ea91 normalize __WIN32__ to _WIN32, which is defined by all Windows compilers 2014-03-18 20:47:48 -04:00
Jiahao Chen 2aed05070f Merge pull request #45 from weatherhead99/patch-1
Update Make.inc
2014-03-12 09:47:00 -04:00
Dan Weatherill 99c712d65e Update Make.inc
update version number
2014-03-12 09:48:49 +00:00
Isaiah Norton e9c0ba7ad6 distclean: clean everything 2014-03-06 00:25:33 -05:00
Elliot Saba ea52e04b6d Revert "Install everything in the `include/` directory into `$(prefix)/include/openlibm`."
This reverts commit eb2f4d4b44.
2014-02-08 21:36:49 -08:00
Elliot Saba 7065fdf6c5 Remove {cdefs,types}-compat.h from openlibm.h 2014-02-08 21:35:14 -08:00
Elliot Saba eb2f4d4b44 Install everything in the `include/` directory into `$(prefix)/include/openlibm`.
Note that software wishing to compile against `openlibm` should add `-I$(prefix)/include/openlibm` to their `CFLAGS`.

Closes #41
2014-02-08 18:37:33 -08:00
weshatheleopard 10fed4ae49 You can't have you cake and eat it, too.
If you declare zero=0.0, then USE it.
2014-01-31 16:34:46 -06:00
Kevin Squire 682198cad4 Merge pull request #38 from JuliaLang/ln_fix
Force library symbolic links to overwrite, and ignore errors.
2014-01-13 11:05:06 -08:00
Kevin Squire e76564b1d1 Force library symbolic links to overwrite, and ignore errors.
Fixes issue noted here:
https://groups.google.com/forum/#!searchin/julia-users/libopenlibm%7Csort:relevance%7Cspell:false/julia-users/6O4szE23D94/-YElnTwo63YJ
2014-01-13 10:56:35 -08:00
Jameson Nash 4689cf133e hide versioned libraries from git 2014-01-13 01:14:22 -05:00
Jameson Nash a076418c8b provide fegetround & family functions on win64 2014-01-13 01:10:04 -05:00
Viral B. Shah 9bd6ebcc55 Merge pull request #37 from JuliaLang/soname
Build fixes
2014-01-07 20:22:27 -08:00
Milan Bouchet-Valat b462578393 Use $(includedir) instead of hardcoding $(prefix)/include 2014-01-07 21:57:50 +01:00
Milan Bouchet-Valat bb40f6c7a8 Change PREFIX and LIBDIR to lowercase
This is the standard name.
2014-01-07 21:54:15 +01:00
Milan Bouchet-Valat 251814ebb3 Set SONAME
Inspired from what openspecfun does.
2014-01-07 21:38:10 +01:00