History of file objfw-config.in at check-in 29c7f74514b84848
2010-04-18
| ||
01:22 | Deleted: Move objfw-config.in and objfw-compile into utils subdir. check-in: [eba6fdcf3c] user: js, branch: trunk, size: 0 | |
2010-04-17
| ||
18:54 | Move objfw-config --compile into a new script called objfw-compile. file: [d92d8227a8] check-in: [53f21dd6a8] user: js, branch: trunk, size: 1557 [annotate] [blame] [check-ins using] [diff] | |
18:05 | Real dependency checking for objfw-config's --compile. file: [f1957bd739] check-in: [b03c4eeda4] user: js, branch: trunk, size: 2799 [annotate] [blame] [check-ins using] [diff] | |
17:53 | Better checking whether we need to link on --compile in objfw-config. file: [92974a8bf3] check-in: [816cc61258] user: js, branch: trunk, size: 2551 [annotate] [blame] [check-ins using] [diff] | |
17:52 | Also use the flags from the environment on --compile in objfw-config. file: [0764632154] check-in: [8e5f78b8d0] user: js, branch: trunk, size: 2536 [annotate] [blame] [check-ins using] [diff] | |
17:44 | Show the output name if there's nothing to do in objfw-config. file: [3125211be8] check-in: [6791ca9a7a] user: js, branch: trunk, size: 2383 [annotate] [blame] [check-ins using] [diff] | |
17:37 | Add --compile to objfw-config. file: [93752ea7d4] check-in: [702c33d74b] user: js, branch: trunk, size: 2374 [annotate] [blame] [check-ins using] [diff] | |
17:03 | Add --objc to objfw-config. file: [b580d9b32d] check-in: [2fa4b3a692] user: js, branch: trunk, size: 1632 [annotate] [blame] [check-ins using] [diff] | |
2010-04-01
| ||
23:51 | Add support for ObjFW-RT, the ObjFW Objective C runtime. file: [6c5e0d875b] check-in: [8c2755723a] user: js, branch: trunk, size: 1529 [annotate] [blame] [check-ins using] [diff] | |
2010-03-14
| ||
12:22 | Set version to 0.2.1 in 0.2 branch. file: [ef23aaa784] check-in: [29c7f74514] user: js, branch: 0.2, size: 1490 [annotate] [blame] [check-ins using] [diff] | |
2010-03-04
| ||
23:41 | Set version to 0.3-dev. file: [6e584c777b] check-in: [f11dc7d322] user: js, branch: trunk, size: 1492 [annotate] [blame] [check-ins using] [diff] | |
2010-02-02
| ||
15:41 | Fix VERSION in objfw-config.in. file: [acdd13a89c] check-in: [999bfb135f] user: js, branch: trunk, size: 1488 [annotate] [blame] [check-ins using] [diff] | |
2010-01-30
| ||
11:58 | Add -march=i486 to OBJCFLAGS in objfw-config if required. file: [d9d8aa0cc7] check-in: [0ec98003aa] user: js, branch: trunk, size: 1488 [annotate] [blame] [check-ins using] [diff] | |
2010-01-16
| ||
11:58 | Add -fexceptions to OBJCFLAGS. file: [399aecd461] check-in: [e5f9d3c096] user: js, branch: trunk, size: 1469 [annotate] [blame] [check-ins using] [diff] | |
2009-12-06
| ||
14:06 | Move ObjFW definitions to a header that gets installed. file: [c7925e42b7] check-in: [3631d46ccc] user: js, branch: trunk, size: 1456 [annotate] [blame] [check-ins using] [diff] | |
2009-12-05
| ||
10:45 | Move LDFLAGS for rpath in objfw-config to a separate --rpath flag. file: [bf9a8103d2] check-in: [d4a60cdef5] user: js, branch: trunk, size: 1554 [annotate] [blame] [check-ins using] [diff] | |
2009-12-01
| ||
13:35 | Better checking which runtime we use. file: [53fa41ac7d] check-in: [240b72cd71] user: js, branch: trunk, size: 1420 [annotate] [blame] [check-ins using] [diff] | |
2009-11-03
| ||
15:17 | Add -Wno-unused-variable to objfw-config if we got gcc bug objc/27438. file: [e7c2d2a924] check-in: [93de28d8e8] user: js, branch: trunk, size: 1406 [annotate] [blame] [check-ins using] [diff] | |
2009-10-01
| ||
12:44 | Migration of OFPlugin tests to new testing framework. file: [0a106bf29c] check-in: [0ad8f57b16] user: js, branch: trunk, size: 1389 [annotate] [blame] [check-ins using] [diff] | |
2009-08-17
| ||
21:13 |
Ensure in the headers that we got the required definitions.
This prevents compiling stuff using libobjfw without objfw-config, | |
2009-06-06
| ||
19:17 |
Change include path in objfw-config.
You need to do #import <objfw/*.h> now instead of #import <*.h>. This prevents trouble with files like asprintf.h and makes it easier | |
2009-06-03
| ||
19:36 | Add support for -rpath to objfw-config. file: [81d677b4d5] check-in: [94badde6c7] user: js, branch: trunk, size: 1357 [annotate] [blame] [check-ins using] [diff] | |
2009-06-01
| ||
20:36 |
Add objfw.h which includes everything. Only importing what you really need is preferred, though. file: [41e333e8ef] check-in: [f8b652cc27] user: js, branch: trunk, size: 1207 [annotate] [blame] [check-ins using] [diff] | |
01:15 | Add --all to objfw-config.in. file: [00d761a00d] check-in: [c63017b1f3] user: js, branch: trunk, size: 1161 [annotate] [blame] [check-ins using] [diff] | |
2009-05-16
| ||
13:23 |
Added:
Add objfw-config script.
The problem with pkg-config is that it doesn't know about CPPFLAGS or Oh, and the library version was changed from 1.0 to 0.1, so it matches | |