summaryrefslogtreecommitdiff
path: root/common.mk
Commit message (Collapse)AuthorAgeFilesLines
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-18/+0
| | | | Older compilers don't understand all of the flags
* Disable strict aliasing.. since gcc 4.4.3, there are many warnings/errors ↵Youness Alaoui2010-02-161-0/+1
| | | | caused by strict aliasing.. and it's hard to get the code clean without using unions everywhere especially when dealing with sockaddr_storage and sockaddr_in* structures. Since this is a socket library mainly, and sockaddr was designed for aliasing, it's best to just disable strict aliasing for the lib
* Use a global mutex for all nice agents and use g_source_is_destroyed to ↵Youness Alaoui2009-06-161-1/+2
| | | | avoid the race condition of a source being destroyed while we wait for the mutex
* Fix include files getting installed to /usr/include/libnice after the name ↵Youness Alaoui2009-01-191-0/+3
| | | | change... it should be kept as /usr/include/nice to not break the API
* Changing library name 'nice' to 'libnice'Youness Alaoui2008-12-191-1/+1
|
* correctly pass -Wall and -Werror dependending on whether we are in a release ↵Youness Alaoui2008-11-121-2/+1
| | | | or not
* Fixed the valgrind target.Kai Vehmanen2007-08-301-1/+1
| | | | darcs-hash:20070830072835-77cd4-3fca3ba61df3dfe6868626ecac8296ebca7bc126.gz
* Build system updates: update to Makefile.am rules.Kai Vehmanen2007-05-211-2/+0
| | | | darcs-hash:20070521152559-77cd4-3d01984a162dfcfada23658039c35901b26e0f88.gz
* Enabled more compiler warningsKai Vehmanen2007-05-021-0/+9
| | | | darcs-hash:20070502142335-77cd4-d6daeb49f463440ca7bfec752382a982913d41ae.gz
* disable warnings about unused parametersDafydd Harries2007-02-131-1/+2
| | | | darcs-hash:20070213164024-c9803-09e613e5f264df49627936d855a119421162999b.gz
* common.mk: include .gcno and .gcda files in CLEANFILESDafydd Harries2007-02-131-0/+2
| | | | darcs-hash:20070213142907-c9803-39073001a58cede566543b4d56cbdbfc614cb9a7.gz
* define ERROR_CFLAGS with -W* in common.mkDafydd Harries2007-02-101-0/+9
| | | | darcs-hash:20070210132929-c9803-92624737ec43cff874b758d687b1821005882b04.gz
* split check-valgrind rule into common.mkDafydd Harries2007-02-021-0/+4
darcs-hash:20070202173958-c9803-ebe4b729c0cca4a24fbf192910f904ff02d4ae80.gz