# # ChangeLog for tools/xcw/bin/helenos-cc in mainline # # Generated by Trac 1.6 # 2025-06-14T18:44:06Z Fri, 15 Nov 2019 10:03:37 GMT Jiri Svoboda [1b9a853] * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (added) * tools/xcw/demo/Makefile (modified) Fix XCW both manual case and when ran by HSCT Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [e428bec] * .gitignore (modified) * Makefile (modified) * boot/Makefile.common (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-pkg-config (modified) Allow changing build directory Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [ecf56f80] * tools/xcw/bin/helenos-bld-config (deleted) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/bin/helenos-pkg-config (modified) * tools/xcw/demo/Makefile (modified) * tools/xcw/include/helenos (deleted) Fix tools/xcw Mon, 26 Nov 2018 13:55:51 GMT Jiri Svoboda [b501de7] * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * tools/xcw/bin/helenos-pkg-config (modified) * uspace/Makefile (modified) * uspace/lib/posix/Makefile (modified) XCW should rely on export dir instead of touching the source tree. ... Sun, 11 Nov 2018 20:21:08 GMT Jiri Svoboda [a5c468e] * .gitignore (modified) * Makefile (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * uspace/Makefile (modified) Build XCW demo as part of default target. Need to get real CFLAGS to ... Fri, 31 Aug 2018 19:10:47 GMT Jiří Zárevúcky [58e7b26] * tools/xcw/bin/helenos-cc (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/generic/stdio/sprintf.c (modified) * uspace/lib/c/generic/stdio/vsprintf.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/math.h (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) Make uspace hosted. Sun, 10 Jul 2016 16:34:36 GMT Jiri Svoboda [fb4a424] * tools/xcw/bin/helenos-cc (modified) * tools/xcw/include/helenos (added) * uspace/lib/c/include/helenos (deleted) Better solution for disambiguating libc headers in XCW builds. Fixes ... Mon, 21 Sep 2015 19:01:29 GMT Jiri Svoboda [bea710f] * tools/xcw/bin/helenos-cc (modified) Only add system include dirs after user-provided dirs. Sun, 30 Aug 2015 14:11:07 GMT Jiri Svoboda [616f5dd3] * tools/xcw/bin/helenos-bld-config (added) * tools/xcw/bin/helenos-cc (added) * tools/xcw/bin/helenos-ld (added) * tools/xcw/bin/helenos-pkg-config (added) * tools/xcw/demo/Makefile (added) * tools/xcw/demo/viewer.c (added) Cross-compiler wrapper (XCW).