aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
Commit message (Collapse)AuthorAgeFilesLines
* MFHGlen Barber2016-04-131-1/+1
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=297927
| * libvgl: do not initialize static storage.Pedro F. Giffuni2016-04-131-1/+1
| | | | | | | | | | | | | | | | | | The pointer value was being initialized to 0. While it would have been better to use NULL here, it is static storage so there is no need to do so. Notes: svn path=/head/; revision=297923
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/ | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=270164
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+5
| | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
|/ | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
| | | | | | | | | Submitted by: amdmi3 PR: 165431 MFC after: 1 week Notes: svn path=/head/; revision=232157
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-078-8/+9
| | | | Notes: svn path=/head/; revision=229784
* Quiet down clang -Werror.Pedro F. Giffuni2012-01-041-2/+2
| | | | | | | | Reported by: Pawel Worach Approved by: jhb (mentor) Notes: svn path=/head/; revision=229516
* Integrate the line drawing algorithm from the book "Graphic Gems 1".Pedro F. Giffuni2012-01-031-22/+191
| | | | | | | | | | | | | | http://www.graphicsgems.org/ At the time it claimed to be 3-4 times faster than the traditional algorithm. PR: 18769 Approved by: jhb (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=229415
* Change libvgl's set4pixels() and set2lines() functions from plainDimitry Andric2010-10-041-4/+4
| | | | | | | | | | | | | | | 'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang) will output an undefined symbol for those functions in the resulting object file. (Even gcc will do this, when you use "-std=c99".) This should fix the "undefined reference to `set4pixels'" errors that some people were seeing during ports building, when their world was compiled with clang. Approved by: rpaulo (mentor) Notes: svn path=/head/; revision=213412
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+1
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* o Fix typo.Maxim Konovalov2006-10-211-1/+1
| | | | | | | | Obtained from: DragonFlyBSD MFC after: 1 week Notes: svn path=/head/; revision=163572
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
| | | | Notes: svn path=/head/; revision=140505
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
| | | | Notes: svn path=/head/; revision=131504
* Signal handlers are supposed to take an int parameter.Stefan Farfeleder2004-06-081-2/+2
| | | | | | | Approved by: das (mentor) Notes: svn path=/head/; revision=130245
* Fix typo.Josef El-Rayes2004-05-121-1/+1
| | | | | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66538 Notes: svn path=/head/; revision=129159
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-027-7/+7
| | | | | | | | Spotted and suggested by: des MFC after: 3 weeks Notes: svn path=/head/; revision=97748
* Fix syntax errors (labels with no statement following).Garrett Wollman2002-05-301-0/+2
| | | | Notes: svn path=/head/; revision=97629
* add missing MLINKSAlexey Zelkin2001-12-211-1/+10
| | | | Notes: svn path=/head/; revision=88357
* Fixed bitrot in synopsis. The change of the color type from byte to u_longBruce Evans2001-10-031-8/+8
| | | | | | | had not reached here. Notes: svn path=/head/; revision=84420
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-4/+4
| | | | Notes: svn path=/head/; revision=84306
* Implement __FBSDID()Matthew Dillon2001-09-166-12/+18
| | | | Notes: svn path=/head/; revision=83551
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+2
| | | | Notes: svn path=/head/; revision=81462
* More spelling fixes.Ruslan Ermilov2001-08-071-3/+3
| | | | Notes: svn path=/head/; revision=81236
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<Kazutaka YOKOTA2001-07-261-3/+3
| | | | | | | Spotted by: sheldonh Notes: svn path=/head/; revision=80380
* Adds notes on program termination and signal handlers.Kazutaka YOKOTA2001-07-261-0/+48
| | | | | | | | | | | I revised the text after dd's kind review. So, if you find any error, it is probably introduced by my last minutes' update and is entirely my fault, not dd's. Reviewed by: dd Notes: svn path=/head/; revision=80378
* - Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA2001-07-241-2/+15
| | | | | | | | | | | | immediately when a signal is caught. Instead, defer program termination until the next call to VGLCheckSwitch(). Otherwise, the video card may not be restored correctly if the signal is seen while inside libvgl functions. MFC after: 1 week Notes: svn path=/head/; revision=80270
* Remove whitespace at EOL.Dima Dorfman2001-07-151-59/+59
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Dont free a hard code array.Søren Schmidt2001-05-301-1/+1
| | | | | | | PR 20569 Notes: svn path=/head/; revision=77475
* Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofMaxim Sobolev2001-05-191-5/+7
| | | | | | | TIOCGWINSZ. The former is more correct in this context. Notes: svn path=/head/; revision=76852
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead saveMaxim Sobolev2001-01-251-2/+8
| | | | | | | actual geometry before switching to the graphics mode. Notes: svn path=/head/; revision=71643
* Set properly the PixelBytes field for 8bits modes.Nicolas Souchu2001-01-251-0/+2
| | | | | | | Submitted by: Maxim Sobolev <sobomax@FreeBSD.org> Notes: svn path=/head/; revision=71623
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5
| | | | Notes: svn path=/head/; revision=71519