source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1445   17 years bird Fixed evalval and evalcall - eval_buffer will change the input, so a …
(edit) @1444   17 years bird Increased SMALL_SCOPE_VARIABLE_BUCKETS to avoid massive collitions …
(edit) @1443   17 years bird fixed another bug.
(edit) @1442   17 years bird fixes.
(edit) @1441   17 years bird output make-stats when KBUILD_PROFILE_SELF is active.
(edit) @1440   17 years bird Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a …
(edit) @1439   17 years bird CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and …
(edit) @1438   17 years bird Added $(make-stats ) that provides access to memory and hash stats (if …
(edit) @1437   17 years bird local variables requires more space for storing the origin value in …
(edit) @1436   17 years bird Made it build with bison too.
(edit) @1435   17 years bird .lib and .res should end up in othersrc and not _OBJS_. (recent regression)
(edit) @1434   17 years bird don't apply defpath to the source before we've collected the flags. …
(edit) @1433   17 years bird Fixed the multiple output rules that screwed up the parallel builds …
(edit) @1432   17 years bird CLEAN was using DEPS, changed to INTERMEDIATES.
(edit) @1431   17 years bird silly debug stuff.
(edit) @1430   17 years bird Use INTERMEDIATES instead of DEPS/ORDERDEPS since the latter no longer …
(edit) @1429   17 years bird only apply defpath if it's non-zero.
(edit) @1428   17 years bird do defpath transformation of sources before handing them on to the …
(edit) @1427   17 years bird Fixed regression, othersrc wasn't updated correctly which caused .def …
(edit) @1426   17 years bird Added a INTERMEDIATES keyword which all source -> object rules depends …
(edit) @1425   17 years bird Drop debug warning.
(edit) @1424   17 years bird SRC_HANDLERS - more flexible source file handling. Fixes #24.
(edit) @1423   17 years bird Fixed bug in the CreateProcess failure handling, should now fail …
(edit) @1422   17 years bird More on the ticket #30 testcase.
(edit) @1421   17 years bird install kmk_ash and crt and cygwin dlls on windows.
(edit) @1420   17 years bird Corrected releases to release in KBUILD_BLD_TYPES.
(edit) @1419   17 years bird added a testcase for ticket #30.
(edit) @1418   17 years bird USE_KOBJCACHE -> KBUILD_USE_KOBJCACHE.
(edit) @1417   17 years bird Template load function for def_inherit.
(edit) @1416   17 years bird prefix the search paths for templates, sdks, tools and stuff. Added …
(edit) @1415   17 years bird docs update.
(edit) @1414   17 years bird Tools and SDKs inheritance.
(edit) @1413   17 years bird keyword inheritance.
(edit) @1412   17 years bird More tests.
(edit) @1411   17 years bird dummy_defined_Y C program.
(edit) @1410   17 years bird Fixed _KEYWORDS collecting, didn't work right previously. Started on …
(edit) @1409   17 years bird Made a variation of the $(eval) function call evalctx that pushes and …
(edit) @1408   17 years bird Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.
(edit) @1407   17 years bird EXPAND_BY = overriding (the default) | appending | prepending; mostly …
(edit) @1406   17 years bird file descriptions.
(edit) @1405   17 years bird test case fixes / concept.
(edit) @1404   17 years bird test case fixes.
(edit) @1403   17 years bird Added KBUILD_BLD_TYPES for the valid build types and the corresponding …
(edit) @1402   17 years bird Initial testcases (two todos).
(edit) @1401   17 years bird top level makefile for the tests.
(edit) @1400   17 years bird The TEMPLATE property was missing from several lists.
(edit) @1399   17 years bird Some todos and an untested function.
(edit) @1398   17 years bird Starting working on concept and regression tests.
(edit) @1397   17 years bird Seems '_.' is a bad idea, use 'dt'.
(edit) @1396   17 years bird Don't allow '..' elements in the objbase, convert them to '_.'.
(edit) @1395   17 years bird define and endef ppkeywords.
(edit) @1394   17 years bird Fixed bugs in BLD_TYPE and BLD_TRG_CPU collection for inheritance …
(edit) @1393   17 years bird Added an --output/-o option for use with -p.
(edit) @1392   17 years bird drop svn:executable (windows crap).
(edit) @1391   17 years bird Mac OS X SDKs.
(edit) @1390   18 years bird Fixed bug when DEPTH == SUB_DEPTH which caused CURSUBDIR = …
(edit) @1389   18 years bird Fixed else/endif mixup in [1388].
(edit) @1388   18 years bird Fixed SUFF_SYS for solaris. Made some space adjustments (if1of always …
(edit) @1387   18 years bird Fixed typo in $(libpath).
(edit) @1386   18 years bird added testcase for the $(libpath ) function (OS/2).
(edit) @1385   18 years bird Added :: and : to the operator list.
(edit) @1384   18 years bird symbol1 -> libkeywords
(edit) @1383   18 years bird Added $(libpath var,val) for accessing the OS/2 library paths.
(edit) @1382   18 years bird Better lexer setup.
(edit) @1381   18 years bird Added s390x to the architecture list (KBUILD_ARCHES).
(edit) @1380   18 years bird armv5tel and s390x. Patch from Torsten.
(edit) @1379   18 years bird PARISC and S390 architecture defines with dection. Detect arm, mips …
(edit) @1378   18 years bird Added a GMAKE macro that points to kmk_gmake in the bin directory.
(edit) @1377   18 years bird Added some KMK_OPTS_* variables to allow makefiles to deal with -j N …
(edit) @1376   18 years bird Bail out on = and : too (see ash/expand.c).
(edit) @1375   18 years bird Rebuilt win.x86 and win.amd64 with the recursion fix caused by '~' …
(edit) @1374   18 years bird Second try on the fix.
(edit) @1373   18 years bird Don't get excited about the ~ in 8.3 file names, avoid lot's of slow …
(edit) @1372   18 years bird Fixed endless recursion caused by a missed sh_char_sh reference that …
(edit) @1371   18 years bird Deal with the vista PSDK (lib/amd64 -> lib/x64 and some similar stuff …
(edit) @1370   18 years bird Fixed buggy check for template existance (def_templates was called …
(edit) @1369   18 years bird Rebuilt kmk.exe with the nt_fullpath fixes for win.x86 and win.amd64.
(edit) @1368   18 years bird don't be optimistic in the cache lookup code, the next component might …
(edit) @1367   18 years bird InnoTek Systemberatung GmbH -> innotek GmbH
(edit) @1366   18 years bird 0.1.2: Rebuilt linux.amd64 with the cp fix.
(edit) @1365   18 years bird 0.1.2: Rebuilt os2.x86 with the cp fix.
(edit) @1364   18 years bird 0.1.2: Rebuilt freebsd.x86 with the cp fix.
(edit) @1363   18 years bird 0.1.2: Rebuilt solaris.x86 with the cp fix.
(edit) @1362   18 years bird 0.1.2: Rebuilt solaris.amd64 with the cp fix.
(edit) @1361   18 years bird 0.1.2: Rebuilt linux.x86 with the cp fix.
(edit) @1360   18 years bird 0.1.2: Rebuilt freebsd.amd64 with cp fix.
(edit) @1359   18 years bird 0.1.2: Rebuilt win.x86 with the cp fix.
(edit) @1358   18 years bird 0.1.2: Rebuilt darwin.x86 with the cp fix.
(edit) @1357   18 years bird 0.1.2: Rebuilt win.amd64 with cp fix.
(edit) @1356   18 years bird Fixed busted --changed implementation. It leaked a handle if the files …
(edit) @1355   18 years bird Don't check for append-dash-n, it's there.
(edit) @1354   18 years bird Don't check for tolower, it's there.
(edit) @1353   18 years bird Use $(REDIRECT) for the dependency file.
(edit) @1352   18 years bird Use $(REDIRECT) for the ar script.
(edit) @1351   18 years bird Use the new $(CP) options and the new $(TEST) builtin.
(edit) @1350   18 years bird Use the new $(CP) options and the new $(TEST) builtin.
(edit) @1349   18 years bird Use $(REDIRECT) for the ar script.
(edit) @1348   18 years bird Require kmk 0.1.2 or later. Use if1of. Removed test on obsolete …
(edit) @1347   18 years bird else if…
(edit) @1346   18 years bird 0.1.2: Built freebsd.x86.
Note: See TracRevisionLog for help on using the revision log.