提交历史

作者 SHA1 备注 提交日期
  Gustavo Henrique Nihei 95c8c99a3f tools/nxstyle: Verify relative path in the file header 3 年之前
  Alin Jerpelea bc8ea75580 tools: cxd56: mkspk: automate mkspk build 4 年之前
  Matias N 166242c171 use "export" to expose TOPDIR to all child make instead of passing it around every time 4 年之前
  Xiang Xiao ee875b2a26 boards: Move HOSTCC/HOSTCFLAGS to tools/Config.mk 4 年之前
  Ouss4 e018309e47 tools/Makefile*: Clean tools binaries at the end of distclean. 4 年之前
  Gregory Nutt 981734e577 tools/Makefile.host: Add incdir binary to Makefile.host 4 年之前
  Gregory Nutt b111e135e0 tools/incdir.c: Add faster, C version of incdir.sh 4 年之前
  Xiang Xiao 7e5b0f81e9 build: Replace -I with INCDIR 4 年之前
  Xiang Xiao 567962bd62 build: Move the extension definition to common place 4 年之前
  Xiang Xiao 5e7342bcf4 build: Move V definition to common place 4 年之前
  liuhaitao 6b4cc3011c Remove the residual files in distclean 4 年之前
  Gregory Nutt 6168f3ebf0 Remove tools/logparser.c 4 年之前
  Xiang Xiao 816f624819 tools/Makefile.host: Initialize Q by inspecting V 4 年之前
  YAMAMOTO Takashi 842392beda Makefile.host: Use generic name (cc) than GCC specific (gcc) 4 年之前
  YAMAMOTO Takashi aa8aadf18e Use "uname -s" where "uname -o" is not available 4 年之前
  Xiang Xiao bb6c70bdcc Fix the comment header style in tools folder 4 年之前
  Gregory Nutt 8b884a027f tools/Makefile.host: Fix several errors for native build 4 年之前
  Nathan Hartman 9655730ef8 Fix various typos and spelling errors. 4 年之前
  Xiang Xiao 61ec1d7a1d Makefiles: change ${shell pwd} to $(CURDIR) since pwd doesn't exist on Windows 5 年之前
  Gregory Nutt 0cdc208b2c tools/Makefile.host: Add missing binaries from clean target 5 年之前
  Gregory Nutt 713b3e3760 tools/rmcr.c: Add a tools to remove carriage returns and dangline whitespace at the end of lines. 5 年之前
  Gregory Nutt fc744fb9b1 tools/: Add detab.c which will convert all tabs in a file to spaces. Add lowhex.c that will convert hexadecimal constants in a file to use lower case representation. 5 年之前
  Gregory Nutt e0608386f3 tools/convert-comments.c: Add a tool to convert C++-style comments to C89 C-style comments. 5 年之前
  Gregory Nutt 3f5a3d0962 tools/gencromfs.c: Need to include stdint.h. 6 年之前
  Gregory Nutt 3ec02adee0 tools/genromfs.c: Improve check for empty directories. If the directory contains only unsupported, special files, then it is still empty. Fix some collection of statistics that was cause statfs() to return some incorrect values. Add logic to handle the case where the host and the target differ in endian-ness. fs/procfs: In show mountpoints, add support so that the CROMFS file system type is recognized. 6 年之前
  Gregory Nutt eec44d1f01 This commit adds tools/gencromfs.c, a tool that can be used to generate CROMFS file system images. 6 年之前
  Gregory Nutt fce345113f tools/logparser: Add a tool which (when it matures) will help me to convert git logs to ChangeLog format. 6 年之前
  Gregory Nutt 624bd0b9e9 tools/: Add initialconfig.c so that perhaps in the future we will be able to use this to generate a new configuration from scratch (rather than having to derive new configurations from existing configurations) 7 年之前
  Gregory Nutt ad01da34ad tools/Makefile.host: If the real target is kconfightml.exe, then then kconfightml target is .PHONY 8 年之前
  Gregory Nutt aa691e6d08 tools/Makefile.host: clean target was not removing cnvwindeps program 8 年之前