summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-03Add bazel BUILD fileemu-devErwin Jansen
2020-05-04Merge "Fix linker issue on MacOS" into emu-master-devnetsim-devemu-prebuiltsemu-master-devemu-35-1-releaseemu-34-releaseemu-34-devemu-34-3-releaseemu-34-2-releaseemu-34-2-devemu-33-releaseemu-33-devemu-32-releaseemu-32-devemu-31-stable-releaseemu-31-releaseemu-30-releaseaosp-emu-34-devaosp-emu-30-releaseTreehugger Robot
2020-05-04Remove OWNERS file.Erwin Jansen
2020-05-01Fix linker issue on MacOSErwin Jansen
2020-01-21Merging nasm from chromium.Erwin Jansen
2019-10-07Add "# COMPONENT" to nasm OWNERS fileEric Foo
2019-08-06Merge "Revert "Skip compiling ilog2.c on Windows where 'inline' uses C++ sema...David Benjamin
2019-08-06Revert "Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics"Reid Kleckner
2019-08-06Fix extern_inline for MSVC and clang-clReid Kleckner
2019-08-01Skip compiling ilog2.c on Windows where 'inline' uses C++ semanticsReid Kleckner
2019-06-19Don't opt out of sanitizers in third_party/nasmDavid Benjamin
2019-05-01Merge "Propogate all_dependent_configs for nasm_assemble()."Dale Curtis
2019-03-13Fix condition for using no_default_deps=trueTom Anderson
2019-03-13Merge "Add no_default_deps to nasm executable"David Benjamin
2019-03-13Add no_default_deps to nasm executableTom Anderson
2019-02-21Propogate all_dependent_configs for nasm_assemble().Dale Curtis
2019-02-19use no_chromium_code configTakuto Ikuta
2019-02-13Fix wrong filename for winTakuto Ikuta
2018-12-05nasm: Fix license path in README.chromiumRaphael Kubo da Costa
2018-11-26Remove uses of time(NULL) for build determism.Dale Curtis
2018-11-19Add README.patches, clone find_patches.py from ffmpeg repository.Dale Curtis
2018-11-09Fix windows build warnings for MSVC (continued).Yves Gerey
2018-11-09Fix windows build warnings for MSVC.Yves Gerey
2018-11-01Provide a bit more clarity in the README file for updating.Dale Curtis
2018-11-01Fix windows build warning / error.Dale Curtis
2018-11-01Just use the built-in msvc.h instead of a hand generated Windows one.Dale Curtis
2018-11-01Fix comment characters in config.hDale Curtis
2018-11-01Merge "Add codereview.settings file to suppress warning spam."Dale Curtis
2018-11-01Change config.h into a platform specific includer. Mac needs config.Dale Curtis
2018-11-01Add codereview.settings file to suppress warning spam.Dale Curtis
2018-10-31Add all the chromium stuff necessary to build nasm.Dale Curtis
2018-10-31Add all sources generated by "make perlreq"Dale Curtis
2018-10-31Apply deterministic build patch.Dale Curtis
2018-10-31Update .gitignore not to ignore generated files Chrome needs.Dale Curtis
2018-10-28test: nasm-t -- Add UTF testcaseCyrill Gorcunov
2018-10-28stabs: Convert style and add commentsCyrill Gorcunov
2018-10-28elf: Convert header to linux styleCyrill Gorcunov
2018-10-28misc: Nindent -- Drop expand tabs with space optionCyrill Gorcunov
2018-10-28dwarf: Update header and drop redundant spaceCyrill Gorcunov
2018-10-28dwarf: Update definitions for v4 and v5Cyrill Gorcunov
2018-10-28.gitignore: Add patches directoryCyrill Gorcunov
2018-10-25strlist: use a hash tableH. Peter Anvin (Intel)
2018-10-25output: macho -- Rename sect_attribs to macho_known_section_attrCyrill Gorcunov
2018-10-25output: macho -- Use lookup_known_section helperCyrill Gorcunov
2018-10-24output: macho -- Beautify known sectionsCyrill Gorcunov
2018-10-24output: macho -- Move constants into the headerCyrill Gorcunov
2018-10-21Merge branch 'nasm-2.14.xx'Cyrill Gorcunov
2018-10-21doc: Update changesCyrill Gorcunov
2018-10-21Merge branch 'nasm-2.14.xx'Cyrill Gorcunov
2018-10-19preproc: Make the preprocessor use nasm_catfile for includenight199uk