Commit graph

29 commits

Author SHA1 Message Date
rfm
b599e33ced simplifications suggested by Yavor
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38011 72102866-910b-0410-8b05-ffd578937521
2014-07-25 10:54:52 +00:00
rfm
3ffda9b773 linking tweak by Yavor Doganov
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37988 72102866-910b-0410-8b05-ffd578937521
2014-07-13 07:20:15 +00:00
rfm
0441b09833 Make ICU and other libraries used by base available for gui etc. Also fix for windows build
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37409 72102866-910b-0410-8b05-ffd578937521
2013-11-25 08:54:08 +00:00
rfm
83b4735655 cleanups for SSL/TLS support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35596 72102866-910b-0410-8b05-ffd578937521
2012-09-23 13:11:15 +00:00
rfm
644ed112a1 add ObjectiveC2 header directory for C code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34564 72102866-910b-0410-8b05-ffd578937521
2012-01-17 09:28:03 +00:00
rfm
3970d58fdc Try to tidy/simplify objc2 header support.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34459 72102866-910b-0410-8b05-ffd578937521
2012-01-08 14:25:56 +00:00
rfm
347d6b4e26 Add checks for compiler support for unicode string literals
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34239 72102866-910b-0410-8b05-ffd578937521
2011-12-02 11:21:45 +00:00
rmottola
c2b15d75dd Do not use UTF-8 option for literal strings. It is default on gcc4 but not supported on older compilers and clang
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34215 72102866-910b-0410-8b05-ffd578937521
2011-11-25 11:39:33 +00:00
rfm
bf1c297ce0 Try to improve reliability of configuration process
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34076 72102866-910b-0410-8b05-ffd578937521
2011-10-27 07:43:49 +00:00
nicola
88621c104a Improved checks for native ObjC exceptions. We now check the runtime support here, and disable them from here regardless of what gnustep-make did (this makes it easier to change the runtime without reconfiguring gnustep-make). Small update to ObjC runtime code for GCC 4.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32820 72102866-910b-0410-8b05-ffd578937521
2011-04-09 13:47:37 +00:00
rfm
ee053452a9 mostly fixups for ICU
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31742 72102866-910b-0410-8b05-ffd578937521
2010-12-16 10:09:43 +00:00
rfm
43339cc05e Attempt to integrate Niels Grewe's avahi code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30952 72102866-910b-0410-8b05-ffd578937521
2010-07-13 10:35:13 +00:00
rfm
8d598d54aa fixup for OSX
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30522 72102866-910b-0410-8b05-ffd578937521
2010-06-01 10:11:17 +00:00
rfm
d304d9ee34 garbage collection fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27578 72102866-910b-0410-8b05-ffd578937521
2009-01-12 12:48:46 +00:00
rfm
e0711a3b8d allow developers more time to adapt to LGPLv3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26606 72102866-910b-0410-8b05-ffd578937521
2008-06-08 10:38:33 +00:00
rfm
5b1411d52a Prepare for using gnu tls.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25858 72102866-910b-0410-8b05-ffd578937521
2008-01-04 13:06:14 +00:00
rfm
684766313b Initial attempt at integration of NSNetServices support.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24272 72102866-910b-0410-8b05-ffd578937521
2006-12-27 14:11:14 +00:00
fedor
376e495dad * Update FSF Address.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21245 72102866-910b-0410-8b05-ffd578937521
2005-05-22 03:32:16 +00:00
fedor
a2f7e30285 * configure.ac: Standardize order of flags and libs
Check for proper defs in tzfile.h. Add sub-configure options
so they are listed in help. Add generic include/lib flags option.
* config.mak.in: Add load flags variable
* base.make.in: Idem.
* SSL/configure.ac: Add generic include/lib flags option.

* Version: Add numeric value for runtime versioning.
* Souce/GNUmakeifle: Add resource set install
* Source/Makefile.postamble (Info-gnustep.plist): New target.
* Testing/nsbundle.m: Additional tests.

* Source/NSTimeZone.m: Check for proper tzfile defs (Fixes #10724).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20261 72102866-910b-0410-8b05-ffd578937521
2004-10-26 19:08:17 +00:00
fedor
6ec3db939d Doc updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18485 72102866-910b-0410-8b05-ffd578937521
2004-01-26 04:42:28 +00:00
CaS
d64578fc3e Tidied for gcc-3.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15476 72102866-910b-0410-8b05-ffd578937521
2003-01-03 20:14:47 +00:00
fedor
08e78d20cd Make base library depend on required libs if shared=yes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15197 72102866-910b-0410-8b05-ffd578937521
2002-12-02 23:59:57 +00:00
fedor
9b7dc8826d Clean up config flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15148 72102866-910b-0410-8b05-ffd578937521
2002-11-27 17:15:39 +00:00
nico
4c9e4a6b3a Do not add -lobjc_gc -lgc flags when compiling with gc=yes - should now
be added automatically by gnustep-make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13976 72102866-910b-0410-8b05-ffd578937521
2002-06-26 14:34:16 +00:00
nico
bd0e989dad Define GNUSTEP_BASE_HAVE_LIBXML so that gnustep-make knows if it's the
case or not


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11986 72102866-910b-0410-8b05-ffd578937521
2002-01-04 17:49:15 +00:00
nico
31d0a55f8e Added NX_CONST_STRING_FLAGS to manage the case we have the option
-fconstant-class-string=NSConstantString


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10088 72102866-910b-0410-8b05-ffd578937521
2001-06-06 15:36:24 +00:00
nico
20dd754e1b Define variables providing version information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9693 72102866-910b-0410-8b05-ffd578937521
2001-04-25 11:07:06 +00:00
fedor
aab21f70fc Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9306 72102866-910b-0410-8b05-ffd578937521
2001-03-06 15:45:33 +00:00
nico
2d7ec8ed7d New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8888 72102866-910b-0410-8b05-ffd578937521
2001-01-29 19:41:38 +00:00